Update zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-09-16 19:38:24 +02:00
parent 1f1c771075
commit c32f8961b6
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -893,6 +893,11 @@ const mapping = {
'9290018187B': [configurations.light_brightness_colortemp_colorxy],
'1741830P7': [configurations.light_brightness_colortemp_colorxy],
'Z3-1BRL': [configurations.sensor_action, configurations.sensor_brightness],
'HSIO18008': [configurations.binary_sensor_gas, configurations.binary_sensor_battery_low],
'LED1842G3': [configurations.light_brightness],
'SR-ZG9001K4-DIM2': [configurations.sensor_battery, configurations.sensor_click],
'ICZB-IW11SW': [configurations.switch],
'HV-GUCXZB5': [configurations.light_brightness_colortemp],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -12291,9 +12291,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.0.9",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.0.9.tgz",
"integrity": "sha512-kkRh+dus2c4y9MrwEs2UZdsOjQ6J2H7TPCbkTT4PyQIha+2y6EW7GZ+pG/tRzooBzVy7lEqxEGqSNrpjNE3+RQ==",
"version": "11.0.10",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.0.10.tgz",
"integrity": "sha512-ENNqj5crUHvLCV3AJ/Azqn/+nZ+uqEvKmJ1x0LV9+Cv1X/7hdzhoKYC/HGrr9DLpuh1TavvP4VHU5COpUTZJRg==",
"requires": {
"debounce": "^1.2.0"
}
+1 -1
View File
@@ -44,7 +44,7 @@
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.6.9",
"zigbee-herdsman-converters": "11.0.9"
"zigbee-herdsman-converters": "11.0.10"
},
"devDependencies": {
"eslint": "*",