From c251c020e7d6e73422be1c8295d245ffec130eb9 Mon Sep 17 00:00:00 2001 From: Alex Chernyavskiy Date: Sun, 7 Jul 2019 12:44:18 +0300 Subject: [PATCH] Added compactability with Yeelight Strip v2 --- lib/models.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/models.js b/lib/models.js index 635c453..f60b26d 100644 --- a/lib/models.js +++ b/lib/models.js @@ -55,6 +55,7 @@ module.exports = { 'yeelink.light.mono1': YeelightMono, 'yeelink.light.color1': YeelightColor, 'yeelink.light.strip1': YeelightColor, + 'yeelink.light.strip2': YeelightColor, 'philips.light.sread1': require('./devices/eyecare-lamp2'), 'philips.light.bulb': require('./devices/philips-light-bulb')