mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +00:00
Update herdsman and converters
This commit is contained in:
@@ -1729,6 +1729,20 @@ const mapping = {
|
||||
'GL-D-004Z': [cfg.light_brightness_colortemp_colorxy],
|
||||
'9290022268': [cfg.light_brightness],
|
||||
'73773': [cfg.light_brightness_colortemp_colorxy],
|
||||
'KMPCIL_RES005': [
|
||||
cfg.sensor_battery, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_pressure, cfg.sensor_illuminance,
|
||||
cfg.binary_sensor_occupancy, cfg.switch,
|
||||
],
|
||||
'DIYRuZ_R8_8': [
|
||||
switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3'), switchEndpoint('l4'),
|
||||
switchEndpoint('l5'), switchEndpoint('l6'), switchEndpoint('l7'), switchEndpoint('l8'),
|
||||
],
|
||||
'511.010': [cfg.light_brightness],
|
||||
'43080': [cfg.light_brightness],
|
||||
'DIYRuZ_RT': [cfg.switch, cfg.sensor_temperature],
|
||||
'929002039801': [cfg.light_brightness],
|
||||
'DM2500ZB': [cfg.light_brightness],
|
||||
'99100-006': [cfg.lock, cfg.sensor_battery],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user