2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

31_HUEDevice.pm: added lightify flex rgbx

git-svn-id: https://svn.fhem.de/fhem/trunk@7649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-01-21 08:36:53 +00:00
parent d0e0756a23
commit c1f1368725

View File

@ -41,6 +41,7 @@ my %hueModels = (
'FLS-H3' => {name => 'dresden elektronik FLS-H lp' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},
'FLS-PP3' => {name => 'dresden elektronik FLS-PP lp' ,type => 'Extended Color Light' ,subType => 'extcolordimmer',},
'Flex RGBW' => {name => 'LIGHTIFY Flex RGBW' ,type => 'Extended Color Light' ,subType => 'extcolordimmer',},
'Classic A60 RGBW' => {name => 'LIGHTIFY Classic A60 RGBW' ,type => 'Extended Color Light' ,subType => 'extcolordimmer',},
'Gardenspot RGB' => {name => 'LIGHTIFY Gardenspot Mini RGB' ,type => 'Color Light' ,subType => 'colordimmer',},
'Surface Light TW' => {name => 'LIGHTIFY Surface light tunable white' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},