Update to support Zipato RGBW LED Bulb 2 (#3386)

This commit is contained in:
statte 2020-04-18 14:44:22 +02:00 committed by GitHub
parent 9d6c7b2614
commit d00a1fed30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1554,6 +1554,7 @@ const mapping = {
'1743030P7': [cfg.light_brightness_colortemp_colorxy], '1743030P7': [cfg.light_brightness_colortemp_colorxy],
'XBee': [], 'XBee': [],
'ZL1000701-27-EU-V1A02': [cfg.light_brightness], 'ZL1000701-27-EU-V1A02': [cfg.light_brightness],
'rgbw2.zbee27': [cfg.light_brightness_colortemp_colorxy],
}; };
/** /**