mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-herdsman-converters.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Generated
+138
-270
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user