fix default value in ReadingsAge Fn
This commit is contained in:
@ -323,7 +323,7 @@ sub PushToStorage {
|
||||
Log3( $name, 4, "backupToStorage ($name) - push to storage function" );
|
||||
|
||||
return
|
||||
if ( ReadingsAge($name,'fhemBackupFile',60) > 5 );
|
||||
if ( ReadingsAge($name,'fhemBackupFile',1) > 5 );
|
||||
|
||||
|
||||
require "SubProcess.pm";
|
||||
|
Reference in New Issue
Block a user