change age value for condition

This commit is contained in:
2020-11-06 11:03:24 +01:00
parent da3582fb1e
commit 08a76d09a8
3 changed files with 4 additions and 4 deletions

View File

@ -395,7 +395,7 @@ sub PushToStorage {
Log3( $name, 4, "backupToStorage ($name) - push to storage function" );
return
if ( ReadingsAge($name,'fhemBackupFile',1) > 60 );
if ( ReadingsAge($name,'fhemBackupFile',1) > 180 );
Log3( $name, 4, "backupToStorage ($name) - after readings age return" );