change GP_Export Fn
This commit is contained in:
parent
70862e57aa
commit
212741903c
@ -152,6 +152,7 @@ BEGIN {
|
|||||||
GP_Export(
|
GP_Export(
|
||||||
qw(
|
qw(
|
||||||
Initialize
|
Initialize
|
||||||
|
stateRequestTimer
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -489,7 +490,7 @@ sub stateRequestTimer($) {
|
|||||||
stateRequest($hash);
|
stateRequest($hash);
|
||||||
|
|
||||||
InternalTimer( gettimeofday() + $hash->{INTERVAL} + int( rand(300) ),
|
InternalTimer( gettimeofday() + $hash->{INTERVAL} + int( rand(300) ),
|
||||||
"FHEM::XiaomiBTLESens::stateRequestTimer", $hash );
|
"XiaomiBTLESens_stateRequestTimer", $hash );
|
||||||
|
|
||||||
Log3 $name, 4,
|
Log3 $name, 4,
|
||||||
"XiaomiBTLESens ($name) - stateRequestTimer: Call Request Timer";
|
"XiaomiBTLESens ($name) - stateRequestTimer: Call Request Timer";
|
||||||
|
Loading…
Reference in New Issue
Block a user