mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 13:34:24 +00:00
Add voltage to ZNCZ02LM (#3991)
This commit is contained in:
@@ -776,7 +776,7 @@ const mapping = {
|
||||
'MCCGQ11LM': [cfg.binary_sensor_contact, cfg.sensor_battery],
|
||||
'SJCGQ11LM': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
|
||||
'MFKZQ01LM': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'ZNCZ02LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption],
|
||||
'ZNCZ02LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption, cfg.sensor_voltage],
|
||||
'QBCZ11LM': [cfg.switch, cfg.sensor_power],
|
||||
'LED1545G12': [cfg.light_brightness_colortemp],
|
||||
'LED1623G12': [cfg.light_brightness],
|
||||
|
||||
Reference in New Issue
Block a user