mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-22 10:39:58 +00:00
Update zigbee-shepherd-converters.
This commit is contained in:
@@ -875,7 +875,6 @@ const mapping = {
|
||||
'LVS-SN10ZW_SN11': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
|
||||
'B00TN589ZG': [configurations.light_brightness],
|
||||
'PSB19-SW27': [configurations.light_brightness],
|
||||
// ubisys
|
||||
'S1': [configurations.switch],
|
||||
'S2': [switchWithPostfix('l1'), switchWithPostfix('l2')],
|
||||
'D1': [configurations.light_brightness],
|
||||
@@ -883,6 +882,8 @@ const mapping = {
|
||||
'73741': [configurations.light_brightness_colortemp_colorxy],
|
||||
'ZA806SQ1TCF': [configurations.light_brightness_colortemp],
|
||||
'RF 265': [configurations.light_brightness],
|
||||
'ZNCZ03LM': [configurations.switch, configurations.sensor_power],
|
||||
'17436/30/P7': [configurations.light_brightness],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user