removed unecessary hue reference

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4411 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-12-17 20:00:08 +00:00
parent 5d9e3bac45
commit 3faf4c8498

View File

@ -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,