mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Update zigbee-herdsman-converters.
This commit is contained in:
@@ -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],
|
||||
};
|
||||
|
||||
|
||||
Generated
+3
-3
@@ -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
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user