Update zigbee-herdsman and zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters
2019-10-16 19:44:44 +02:00
parent f1b4cd0480
commit 4164f01a6b
3 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -534,7 +534,7 @@ const mapping = {
'50045': [cfg.light_brightness],
'AV2010/22': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'3210-L': [cfg.switch, cfg.sensor_power],
'3320-L': [cfg.binary_sensor_contact],
'3320-L': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery],
'3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature],
'7299355PH': [cfg.light_brightness_colorxy],
'45857GE': [cfg.light_brightness],
@@ -925,6 +925,8 @@ const mapping = {
'929002241201': [cfg.light_brightness],
'YRD210-HA-605': [cfg.lock, cfg.sensor_battery],
'ZM-CSW032-D': [cfg.cover],
'LH-32ZB': [cfg.sensor_humidity, cfg.sensor_temperature, cfg.sensor_battery],
'511.201': [cfg.light_brightness],
};
Object.keys(mapping).forEach((key) => {
+6 -6
View File
@@ -6053,9 +6053,9 @@
}
},
"zigbee-herdsman": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.9.3.tgz",
"integrity": "sha512-QQfKbTjHdkLJ7iceE/I3uae40aCD3JGtk/uMb21hUqufKzHkHL3mxVXIeGXbATt4KVcxBtb0/bIHvKT9NjA5jQ==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.10.0.tgz",
"integrity": "sha512-tj0YQDSfjc8LQVAnSUOhEckYCcrEj/Q0uWA2JAKYMG9B42qZT5ZJS23ctb5ZScOiJysgSLuySSs9NaX3uIYkBw==",
"requires": {
"debug": "^4.1.1",
"fast-deep-equal": "^2.0.1",
@@ -12559,9 +12559,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.24",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.24.tgz",
"integrity": "sha512-QPcg2Kfw31KpPdIap672BrbbBjrvjcNhzvLuCtU8UusPuvOWF8buCMINu20ZvF5aToRDDYEhTUt51xLPD5FpQg=="
"version": "11.1.25",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.25.tgz",
"integrity": "sha512-xi1/bUCpRxo3AiocEy68HgkdNdTZyAVqGHlbpSr6C9hCtCbLBIwXidvd17bdPEDLApdr+ryBQn6Ck0jbL72HUQ=="
}
}
}
+2 -2
View File
@@ -45,8 +45,8 @@
"rimraf": "*",
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.9.3",
"zigbee-herdsman-converters": "11.1.24"
"zigbee-herdsman": "0.10.0",
"zigbee-herdsman-converters": "11.1.25"
},
"devDependencies": {
"eslint": "*",