mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
MAX: fix perl warning
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
db050db38c
commit
f2613c3c82
@ -224,7 +224,7 @@ MAX_ParseWeekProfile(@) {
|
||||
sub
|
||||
MAX_WakeUp($)
|
||||
{
|
||||
my $hash = @_[0];
|
||||
my $hash = $_[0];
|
||||
#3F corresponds to 31 seconds wakeup (so its probably the lower 5 bits)
|
||||
return ($hash->{IODev}{Send})->($hash->{IODev},"WakeUp",$hash->{addr}, "3F", callbackParam => "31" );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user