31_HUEDevice.pm: added lightify flex rgbx

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

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