31_HUEDevice.pm: added Hue gradient lightstrip (by Eragos)

git-svn-id: https://svn.fhem.de/fhem/trunk@25270 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2021-11-28 09:01:21 +00:00
parent b68fa573ee
commit 4961c2d96e

View File

@@ -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', },