Update converters.

This commit is contained in:
Koen Kanters
2020-02-05 21:38:42 +01:00
parent e473590dd9
commit e8d9cbc19b
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -1199,6 +1199,7 @@ const mapping = {
'STHM-I1H': [cfg.sensor_humidity, cfg.sensor_temperature, cfg.sensor_battery],
'BDHM8E27W70-I1': [cfg.light_brightness_colortemp],
'M420': [cfg.sensor_battery],
'8718696167991': [cfg.light_brightness_colortemp_colorxy],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -13445,9 +13445,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.17",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.17.tgz",
"integrity": "sha512-QjPpdfe6Hr/c73XbxJzbCWYRq2ixM2RQ3jvG9NRKmqqoScf+UJzwdJ7o5ZNX33iLtoL2DLr7gutbEdtpKehkpg==",
"version": "12.0.18",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.18.tgz",
"integrity": "sha512-f0ooaLzJCNZvGnlTgimGQwow/6uXXYr47OJf32qaTi6dFyEy+oGe+QWLybFV3O16NWCLefqqMqvRzeexAoPYNg==",
"dependencies": {
"@babel/code-frame": {
"version": "7.5.5",
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.44",
"zigbee-herdsman-converters": "12.0.17"
"zigbee-herdsman-converters": "12.0.18"
},
"devDependencies": {
"eslint": "*",