fix function call
This commit is contained in:
parent
732fa6ed4a
commit
e7fd6ec24d
@ -1,2 +1,2 @@
|
|||||||
UPD 2021-06-09_08:34:36 5354 FHEM/73_HailoLibero.pm
|
UPD 2021-06-09_08:34:36 5354 FHEM/73_HailoLibero.pm
|
||||||
UPD 2021-06-09_08:40:28 13545 lib/FHEM/Hailo/Libero.pm
|
UPD 2021-06-09_09:41:13 13439 lib/FHEM/Hailo/Libero.pm
|
||||||
|
@ -203,14 +203,10 @@ sub Notify {
|
|||||||
grep /^state:.connected$/,
|
grep /^state:.connected$/,
|
||||||
@{$events}
|
@{$events}
|
||||||
)
|
)
|
||||||
&& (
|
|
||||||
ReadingsVal( $name, 'cookie', 'none' ) ne 'none'
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
getCookie($hash);
|
|
||||||
InternalTimer( gettimeofday() + $hash->{INTERVAL},
|
InternalTimer( gettimeofday() + $hash->{INTERVAL},
|
||||||
"FHEM::HailoLibero::getCookie", $hash );
|
"FHEM::Hailo::Libero::getCookie", $hash );
|
||||||
Log3 $name, 4,
|
Log3 $name, 4,
|
||||||
"HailoLibero ($name) - set internal timer function for recall getCookie sub";
|
"HailoLibero ($name) - set internal timer function for recall getCookie sub";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user