Update zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters
2019-10-04 19:12:49 +02:00
parent 8833fb57b5
commit 41c8c2a146
3 changed files with 142 additions and 272 deletions
+3 -1
View File
@@ -876,7 +876,7 @@ const mapping = {
'PSB19-SW27': [cfg.light_brightness],
'S1': [cfg.switch],
'S2': [switchWithPostfix('l1'), switchWithPostfix('l2')],
'ZWallRemote0': [configurations.sensor_click],
'ZWallRemote0': [cfg.sensor_click],
'D1': [cfg.light_brightness],
'J1': [cfg.cover_position_tilt],
'73741': [cfg.light_brightness_colortemp_colorxy],
@@ -910,6 +910,8 @@ const mapping = {
'929001953101': [cfg.light_brightness_colortemp_colorxy],
'8718699673147': [cfg.light_brightness],
'3300-P': [cfg.sensor_temperature, cfg.binary_sensor_contact, cfg.sensor_battery],
'GL-B-008ZS': [cfg.light_brightness_colortemp_colorxy],
'T1829': [cfg.light_brightness_colortemp],
};
Object.keys(mapping).forEach((key) => {
+138 -270
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.8.2",
"zigbee-herdsman-converters": "11.1.19"
"zigbee-herdsman-converters": "11.1.20"
},
"devDependencies": {
"eslint": "*",