mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
removed unecessary hue reference
git-svn-id: https://svn.fhem.de/fhem/trunk@4411 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
46cbfeafdf
commit
61d929535e
@ -51,7 +51,7 @@ SWAP_0000002200000003_Initialize($)
|
|||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
|
|
||||||
require "$attr{global}{modpath}/FHEM/34_SWAP.pm";
|
require "$attr{global}{modpath}/FHEM/34_SWAP.pm";
|
||||||
require "$attr{global}{modpath}/FHEM/31_HUEDevice.pm";
|
#require "$attr{global}{modpath}/FHEM/31_HUEDevice.pm";
|
||||||
|
|
||||||
$hash->{SWAP_SetFn} = "SWAP_0000002200000003_Set";
|
$hash->{SWAP_SetFn} = "SWAP_0000002200000003_Set";
|
||||||
$hash->{SWAP_SetList} = { off => 0, on => 0, "on-for-timer" => 1, fadeTo => 2,
|
$hash->{SWAP_SetList} = { off => 0, on => 0, "on-for-timer" => 1, fadeTo => 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user