mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Add support for Lonsonho X713A 3 gang switch (#4015)
This commit is contained in:
parent
274109bc85
commit
64022897f8
@ -1792,6 +1792,7 @@ const mapping = {
|
||||
'LXN59-2S7LX1.0': [switchEndpoint('left'), switchEndpoint('right')],
|
||||
'X711A': [cfg.switch],
|
||||
'X712A': [switchEndpoint('l1'), switchEndpoint('l2')],
|
||||
'X713A': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3')],
|
||||
'TYZS1L': [cfg.light_brightness_colortemp_colorxy],
|
||||
'43102': [cfg.switch],
|
||||
'1746430P7': [cfg.light_brightness_colortemp_colorxy],
|
||||
|
Loading…
Reference in New Issue
Block a user