mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
31_HUEDevice.pm: added LIGHTIFY Surface light tunable white
git-svn-id: https://svn.fhem.de/fhem/trunk@7582 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2a8a45865e
commit
8ecc012715
@ -41,10 +41,11 @@ 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',},
|
||||
|
||||
'PAR16 50 TW' => {name => 'Lightify PAR16 50 tunable white' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},
|
||||
'Classic A60 TW' => {name => 'Lightify Classic A60 tunable white' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},
|
||||
'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',},
|
||||
'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',},
|
||||
'Classic A60 TW' => {name => 'LIGHTIFY Classic A60 tunable white' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},
|
||||
'PAR16 50 TW' => {name => 'LIGHTIFY PAR16 50 tunable white' ,type => 'Color Temperature Light' ,subType => 'ctdimmer',},
|
||||
);
|
||||
|
||||
my %dim_values = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user