mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Add temp and consumption to ZNCZ02LM (#3476)
This commit is contained in:
@@ -730,7 +730,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],
|
||||
'ZNCZ02LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption],
|
||||
'QBCZ11LM': [cfg.switch, cfg.sensor_power],
|
||||
'LED1545G12': [cfg.light_brightness_colortemp],
|
||||
'LED1623G12': [cfg.light_brightness],
|
||||
|
||||
Reference in New Issue
Block a user