change readings age condition

This commit is contained in:
2020-10-19 19:32:14 +02:00
parent 89b9d579c5
commit 16f8bdbce8
2 changed files with 2 additions and 2 deletions

View File

@ -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" );