Update herdsman and converters.

This commit is contained in:
Koen Kanters
2019-12-26 22:46:44 +01:00
parent 2197d4127d
commit f069a7e58e
3 changed files with 4858 additions and 35 deletions
+11 -4
View File
@@ -899,9 +899,6 @@ const mapping = {
'FL 130 C': [cfg.light_brightness_colortemp_colorxy],
'BF 263': [cfg.light_brightness],
'RF 263': [cfg.light_brightness],
'F-WTR-UK-V2': [
cfg.sensor_temperature, cfg.binary_sensor_water_leak, cfg.sensor_battery,
],
'HS1CG-M': [cfg.binary_sensor_gas],
'HS1CG_M': [cfg.binary_sensor_gas],
'LVS-SN10ZW_SN11': [cfg.sensor_battery, cfg.binary_sensor_occupancy],
@@ -1024,11 +1021,21 @@ const mapping = {
'SZ-SRN12N': [],
'ML-ST-D200': [cfg.light_brightness],
'7099930PH': [cfg.light_brightness_colorxy],
'6ARCZABZH': [cfg.sensor_action],
'9GED18000-009': [cfg.lock, cfg.sensor_battery],
'9GED21500-005': [cfg.lock, cfg.sensor_battery],
'MP-841': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'MCT-370 SMA': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'RB 162': [cfg.light_brightness],
'SOHM-I1': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'SWHM-I1': [cfg.binary_sensor_water_leak, cfg.binary_sensor_battery_low],
'SMHM-I1': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'SKHMP30-I1': [cfg.switch, cfg.sensor_power],
'404028': [cfg.light_brightness_colortemp_colorxy],
'595UGR22': [cfg.light_brightness_colortemp],
'6ARCZABZH': [cfg.sensor_battery, cfg.sensor_action],
'ZK-EU-2U': [cfg.switch],
'511.202': [cfg.switch],
'SP 224': [cfg.switch],
};
Object.keys(mapping).forEach((key) => {
+4845 -29
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -45,8 +45,8 @@
"rimraf": "*",
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.24",
"zigbee-herdsman-converters": "11.1.63"
"zigbee-herdsman": "0.12.26",
"zigbee-herdsman-converters": "11.1.64"
},
"devDependencies": {
"eslint": "*",