From 4961c2d96e8c07db09b5b49869b0949a3cab99f3 Mon Sep 17 00:00:00 2001 From: justme1968 Date: Sun, 28 Nov 2021 09:01:21 +0000 Subject: [PATCH] 31_HUEDevice.pm: added Hue gradient lightstrip (by Eragos) git-svn-id: https://svn.fhem.de/fhem/trunk@25270 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/31_HUEDevice.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index 938df41d1..5a09a0ad4 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -113,6 +113,9 @@ my %hueModels = ( LCX002 => {name => 'Hue play gradient lightstrip' ,type => 'Extended color light' ,subType => 'extcolordimmer', icon => 'hue_filled_lightstrip', }, + LCX004 => {name => 'Hue gradient lightstrip' ,type => 'Extended color light', subType => 'extcolordimmer', + icon => 'hue_filled_lightstrip', }, + 440400982841 => {name => 'Hue Play' ,type => 'Extended color light' ,subType => 'extcolordimmer', icon => 'hue_filled_play', },