mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-28 06:23:07 +00:00
Add Dawon DNS new 4 devices (Zigbee 3.0) (#4404)
1. 1Gang Switch with router (No neutral wire) 2. 2Gang Switch with router (No neutral wire) 3. 3Gang Switch with router (No neutral wire) 4. IoT 16A outlet
This commit is contained in:
@@ -1432,6 +1432,7 @@ const mapping = {
|
||||
'Zen-01-W': [climate(10, 30, 'occupied_heating_setpoint', 0.5)],
|
||||
'9290022166': [cfg.light_brightness_colortemp_colorxy],
|
||||
'PM-C140-ZB': [cfg.sensor_power, cfg.switch],
|
||||
'PM-C150-ZB': [cfg.sensor_power, cfg.switch],
|
||||
'PM-B530-ZB': [cfg.sensor_power, cfg.switch],
|
||||
'PM-B540-ZB': [cfg.sensor_power, cfg.switch],
|
||||
'PM-B430-ZB': [cfg.sensor_power, cfg.switch],
|
||||
@@ -1736,6 +1737,9 @@ const mapping = {
|
||||
'PM-S140R-ZB': [cfg.switch],
|
||||
'PM-S240R-ZB': [switchEndpoint('top'), switchEndpoint('bottom')],
|
||||
'PM-S340R-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')],
|
||||
'PM-S150-ZB': [cfg.switch],
|
||||
'PM-S250-ZB': [switchEndpoint('top'), switchEndpoint('bottom')],
|
||||
'PM-S350-ZB': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')],
|
||||
'U201DST600ZB': [cfg.light_brightness],
|
||||
'U201SRY2KWZB': [cfg.switch],
|
||||
'U202SRY2KWZB': [switchEndpoint('l1'), switchEndpoint('l2')],
|
||||
|
||||
Reference in New Issue
Block a user