mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +00:00
Update herdsman and converters.
This commit is contained in:
@@ -632,7 +632,7 @@ const mapping = {
|
||||
'GL-C-006': [cfg.light_brightness_colortemp],
|
||||
'GL-C-007': [cfg.light_brightness_colorxy_white],
|
||||
'100.424.11': [cfg.light_brightness_colortemp],
|
||||
'AC0251100NJ': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'AC0251100NJ/AC0251700NJ': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'71831': [cfg.light_brightness_colortemp],
|
||||
'404000/404005/404012': [cfg.light_brightness_colortemp_colorxy],
|
||||
'404006/404008/404004': [cfg.light_brightness_colortemp],
|
||||
@@ -990,6 +990,7 @@ const mapping = {
|
||||
'Eco-Dim.07': [cfg.light_brightness],
|
||||
'DYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current],
|
||||
'ZG9101SAC-HP-Switch': [cfg.switch],
|
||||
'ZNCZ04LM': [cfg.switch, cfg.sensor_power],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+800
-748
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -45,8 +45,8 @@
|
||||
"rimraf": "*",
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.12.7",
|
||||
"zigbee-herdsman-converters": "11.1.46"
|
||||
"zigbee-herdsman": "0.12.9",
|
||||
"zigbee-herdsman-converters": "11.1.47"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user