mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-09 13:31:41 +00:00
Update zigbee-herdsman and zigbee-shepherd-converters.
This commit is contained in:
@@ -801,6 +801,16 @@ const mapping = {
|
||||
'ROB_200-004-0': [configurations.light_brightness],
|
||||
'RH3040': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
|
||||
'3306431P7': [configurations.light_brightness_colortemp],
|
||||
'AC08559': [configurations.light_brightness_colortemp],
|
||||
'LVS-ZB15S': [configurations.switch],
|
||||
'LZL4BWHL01': [configurations.sensor_action],
|
||||
'2AJZ4KPKEY': [configurations.sensor_click, configurations.sensor_battery],
|
||||
'2AJZ4KPFT': [configurations.sensor_temperature, configurations.sensor_humidity, configurations.sensor_battery],
|
||||
'TT001ZAV20': [configurations.sensor_temperature, configurations.sensor_humidity, configurations.sensor_battery],
|
||||
'ZM-CSW002-D': [switchWithPostfix('l1'), switchWithPostfix('l2'), configurations.sensor_power],
|
||||
'LVS-SN10ZW': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
|
||||
'LVS-ZB15R': [configurations.switch],
|
||||
'TH1123ZB': [configurations.thermostat],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+7133
-452
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -43,8 +43,8 @@
|
||||
"rimraf": "*",
|
||||
"semver": "*",
|
||||
"winston": "2.4.2",
|
||||
"zigbee-herdsman": "0.1.17",
|
||||
"zigbee-shepherd-converters": "10.1.4",
|
||||
"zigbee-herdsman": "0.2.0",
|
||||
"zigbee-shepherd-converters": "10.1.5",
|
||||
"deep-diff": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user