Update converters.

This commit is contained in:
Koen Kanters
2020-04-12 10:19:12 +02:00
parent edab607f7d
commit 29762b2720
3 changed files with 20 additions and 9 deletions
+16 -5
View File
@@ -965,7 +965,7 @@ const mapping = {
'316GLEDRF': [cfg.light_brightness],
'LVS-ZB500D': [cfg.light_brightness],
'ST218': [
cfg.thermostat(5, 30, 'occupied_heating_setpoint', 0.5),
thermostat(5, 30, 'occupied_heating_setpoint', 0.5),
cfg.sensor_local_temperature,
cfg.lock_keypad_lockout,
],
@@ -1368,7 +1368,7 @@ const mapping = {
cfg.lock_keypad_lockout,
],
'SMT402AD': [
cfg.thermostat(5, 30, 'occupied_heating_setpoint', 0.5),
thermostat(5, 30, 'occupied_heating_setpoint', 0.5),
cfg.sensor_local_temperature,
cfg.lock_keypad_lockout,
],
@@ -1451,9 +1451,9 @@ const mapping = {
'HS2SW1A-N': [cfg.switch],
'HS2SW2A-N': [switchEndpoint('left'), switchEndpoint('right')],
'HS2SW3A-N': [switchEndpoint('left'), switchEndpoint('right'), switchEndpoint('center')],
'LifeControl_Leak_Sensor': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
'LifeControl_Door_Sensor': [cfg.binary_sensor_contact, cfg.sensor_battery],
'LifeControl_RGB_Led': [cfg.light_brightness_colortemp_colorxy],
'MCLH-07': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
'MCLH-04': [cfg.binary_sensor_contact, cfg.sensor_battery],
'MCLH-02': [cfg.light_brightness_colortemp_colorxy],
'3323-G': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.binary_sensor_battery_low],
'ZL1000400-CCT-EU-2-V1A02': [cfg.light_brightness_colortemp],
'ROB_200-007-0': [cfg.sensor_action, cfg.sensor_battery],
@@ -1528,6 +1528,17 @@ const mapping = {
'AU-A1GUZB5/30': [cfg.light_brightness],
'AU-A1GUZBRGBW': [cfg.light_brightness_colortemp_colorxy],
'AU-A1GSZ9RGBW': [cfg.light_brightness_colortemp_colorxy],
'RF 261': [cfg.light_brightness],
'RF 264': [cfg.light_brightness],
'HY369RT': [
cfg.lock_child_lock,
cfg.switch_window_detection,
cfg.switch_valve_detection,
thermostat(5, 30, 'current_heating_setpoint', 0.5),
cfg.sensor_battery,
],
'WXKG07LM': [cfg.sensor_action, cfg.sensor_battery],
'MCLH-03': [cfg.switch, cfg.sensor_voltage, cfg.sensor_power, cfg.sensor_current],
};
/**
+3 -3
View File
@@ -14996,9 +14996,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.72",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.72.tgz",
"integrity": "sha512-+xi5DBfPuZtmjAQhD4GYldAIrx9O96Xp2rS+P1ZSb/UPrXWpIXf7aMvU8WmtCGaJk0yd0uD/BjRF9JU13W6uYg==",
"version": "12.0.73",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.73.tgz",
"integrity": "sha512-5XyZGzchtcdkLeOktMmb7z/m1gQFYN0WyLlBPHR+r5C42A2HJ8f+tr8DiKaLMUCOHPOhT5D3DyE0Ryb6nK3pdg==",
"requires": {
"axios": "*",
"tar-stream": "*"
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.81",
"zigbee-herdsman-converters": "12.0.72"
"zigbee-herdsman-converters": "12.0.73"
},
"devDependencies": {
"eslint": "*",