mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update converters.
This commit is contained in:
@@ -1140,6 +1140,12 @@ const mapping = {
|
||||
'046677551780': [cfg.light_brightness],
|
||||
'798.15': [cfg.light_brightness],
|
||||
'12126': [cfg.switch],
|
||||
'067775': [cfg.switch, cfg.sensor_power],
|
||||
'064888': [cfg.switch],
|
||||
'gq8b1uv': [cfg.light_brightness],
|
||||
'GZCGQ01LM': [cfg.sensor_battery, cfg.sensor_illuminance],
|
||||
'9290018215': [cfg.light_brightness],
|
||||
'1743230P7': [cfg.light_brightness_colortemp_colorxy],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+888
-241
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -45,8 +45,8 @@
|
||||
"rimraf": "*",
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.12.30",
|
||||
"zigbee-herdsman-converters": "11.2.4"
|
||||
"zigbee-herdsman": "0.12.31",
|
||||
"zigbee-herdsman-converters": "11.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user