fix crash

This commit is contained in:
Marko Oldenburg 2019-03-25 13:09:45 +01:00
parent f34ded692c
commit 8d664c22f8

View File

@ -301,7 +301,7 @@ sub Notify($$) {
{
InternalTimer( gettimeofday() + $hash->{INTERVAL},
"GardenaSmartBridge::getDevices", $hash );
"FHEM::GardenaSmartBridge::getDevices", $hash );
Log3 $name, 4,
"GardenaSmartBridge ($name) - set internal timer function for recall getDevices sub";
}