mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
5d9e3bac45
commit
3faf4c8498
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user