From 61d929535e332960160b21710bd4a4f6e119eb8a Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Tue, 17 Dec 2013 20:00:08 +0000 Subject: [PATCH] removed unecessary hue reference git-svn-id: https://svn.fhem.de/fhem/trunk@4411 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/35_SWAP_0000002200000003.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/35_SWAP_0000002200000003.pm b/fhem/FHEM/35_SWAP_0000002200000003.pm index 892f90f45..11733eda1 100755 --- a/fhem/FHEM/35_SWAP_0000002200000003.pm +++ b/fhem/FHEM/35_SWAP_0000002200000003.pm @@ -51,7 +51,7 @@ SWAP_0000002200000003_Initialize($) my ($hash) = @_; 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_SetList} = { off => 0, on => 0, "on-for-timer" => 1, fadeTo => 2,