mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
31_HUEDevice.pm: added busch-jaeger DM01
git-svn-id: https://svn.fhem.de/fhem/trunk@11357 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6e18e8ac5f
commit
72f34d3b65
@ -83,7 +83,8 @@ my %hueModels = (
|
||||
'Plug - LIGHTIFY' => {name => 'LIGHTIFY Plug' ,type => 'On/Off plug-in unit ' ,subType => 'switch',},
|
||||
'Plug 01' => {name => 'LIGHTIFY Plug' ,type => 'On/Off plug-in unit ' ,subType => 'switch',},
|
||||
|
||||
'RM01' => {name => 'Busch-Jaeger ZigBee Light Link' ,type => 'On/Off light' ,subType => 'switch',},
|
||||
'RM01' => {name => 'Busch-Jaeger ZigBee Light Link Relais',type => 'On/Off light' ,subType => 'switch',},
|
||||
'DM01' => {name => 'Busch-Jaeger ZigBee Light Link Dimmer',type => 'Dimmable light' ,subType => 'dimmer',},
|
||||
);
|
||||
|
||||
my %dim_values = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user