mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
ZNCZ04LM extended attributes support (#3761)
* ZNCZ04LM extended attributes support * Styles fixes * Style fix * Tabs Co-authored-by: divanikus <d1pro@yandex.ru>
This commit is contained in:
parent
249bcff7d1
commit
76745ca5c3
@ -1397,7 +1397,10 @@ const mapping = {
|
||||
'Eco-Dim.07': [cfg.light_brightness],
|
||||
'DIYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current],
|
||||
'ZG9101SAC-HP-Switch': [cfg.switch],
|
||||
'ZNCZ04LM': [cfg.switch, cfg.sensor_power],
|
||||
'ZNCZ04LM': [
|
||||
cfg.switch, cfg.sensor_power, cfg.sensor_consumption,
|
||||
cfg.sensor_current, cfg.sensor_voltage, cfg.sensor_temperature,
|
||||
],
|
||||
'ZNCZ12LM': [cfg.switch, cfg.sensor_power],
|
||||
'GL-S-007ZS': [cfg.light_brightness_colortemp_colorxy],
|
||||
'4058075816732': [cfg.light_brightness_colortemp_colorxy],
|
||||
|
Loading…
Reference in New Issue
Block a user