Fix package.json

This commit is contained in:
Koenkk
2018-08-13 19:21:55 +02:00
parent 2f02168fcb
commit fe92e9c421
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -298,6 +298,7 @@ const mapping = {
'E11-G23': [configurations.light_brightness],
'AC03845': [configurations.light_brightness_colortemp_xy],
'AC03641': [configurations.light_brightness],
'FB56+ZSW05HG1.2': [configurations.switch],
};
// A map of all discoverd devices
+1 -1
View File
@@ -2838,7 +2838,7 @@
}
},
"zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f22646eda3e57124ecc4e0e07831673329ee56a8",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075",
"requires": {
"areq": "0.2.0",
"busyman": "0.3.0",
+3 -3
View File
@@ -32,10 +32,10 @@
"object-assign-deep": "*",
"mqtt": "*",
"winston": "2.4.2",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2078557a485466c032cc26b2cd2b8ac29edeceac",
"zigbee-shepherd-converters": "2.0.34",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075",
"zigbee-shepherd-converters": "*",
"json2yaml": "*",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861",
"js-yaml": "*",
"git-last-commit": "*"
},