Update zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters
2019-09-28 18:11:02 +02:00
parent 42bc5f274b
commit 92fcf5a85a
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -900,7 +900,8 @@ const mapping = {
'6717-84': [cfg.switch],
'ICZB-KPD18S': [cfg.sensor_click],
'100.469.65': [cfg.light_brightness_colortemp],
'E1757/E1926': [cfg.cover_position, cfg.sensor_battery],
'E1757': [cfg.cover_position, cfg.sensor_battery],
'E1926': [cfg.cover_position, cfg.sensor_battery],
'LWG004': [cfg.light_brightness],
};
+3 -3
View File
@@ -13014,9 +13014,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.12",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.12.tgz",
"integrity": "sha512-6bYyaUuWmyNK9y+kWpqNEJer6UQR4mKgsUOCcSR+gzp/LV1umN5RKvyFd0IyhiAhAq+XwTOBeljeBGZwqqGGhw==",
"version": "11.1.13",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.13.tgz",
"integrity": "sha512-7XFFilYVG48U4b1P7WkyPphp9tRBQxI6TJa8CjCw7v1b7R3eNQdD0u4nGN6HE8Qq3pzvQ9ttwus2nEFx4lkGfg==",
"requires": {
"debounce": "^1.2.0"
}
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.7.2",
"zigbee-herdsman-converters": "11.1.12"
"zigbee-herdsman-converters": "11.1.13"
},
"devDependencies": {
"eslint": "*",