update 2016-11-11 b1

1. transplanted mini-poem baas framework to web-console
2. created npm install bshell script
This commit is contained in:
strawmanbobi
2016-11-11 16:20:31 +08:00
parent 2299e72a03
commit 020dc76640
52 changed files with 2974 additions and 66 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python
# coding = utf-8
#
# created by strawmanbobi 2016-11-10
import sys
import xml.dom.minidom
@@ -42,7 +44,7 @@ keymap_dict_air_cleaner = ("POWER", "UP", "DOWN", "LEFT", "RIGHT", "ION", "PLUS"
keymap_dicts = [keymap_dict_ac, keymap_dict_tv, keymap_dict_stb, keymap_dict_nw, keymap_dict_iptv, keymap_dict_dvd,
keymap_dict_fan, keymap_dict_stereo, keymap_dict_projector, keymap_dict_light, keymap_dict_clean_robot,
keymap_dict_ac];
keymap_dict_ac]
class CKeyMap:
def __init__(self, name, value):