Update zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-08-21 19:37:36 +02:00
parent 8ee3158783
commit 48fc7d8d3b
3 changed files with 60 additions and 43 deletions
+2 -1
View File
@@ -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) => {