change readings age condition
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',1) > 5 );
|
||||
if ( ReadingsAge($name,'fhemBackupFile',1) > 60 );
|
||||
|
||||
Log3( $name, 4, "backupToStorage ($name) - after readings age return" );
|
||||
|
||||
|
Reference in New Issue
Block a user