change age value for condition

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

View File

@ -179,7 +179,7 @@ sub backupToStorage_Initialize {
], ],
"release_status": "devepolment", "release_status": "devepolment",
"license": "GPL_2", "license": "GPL_2",
"version": "v1.2.2", "version": "v1.2.3",
"author": [ "author": [
"Marko Oldenburg <fhemsupport@cooltux.net>" "Marko Oldenburg <fhemsupport@cooltux.net>"
], ],

View File

@ -1,2 +1,2 @@
UPD 2020-11-03_13:20:01 6242 FHEM/98_backupToStorage.pm UPD 2020-11-06_11:03:04 6242 FHEM/98_backupToStorage.pm
UPD 2020-11-03_13:44:41 18943 lib/FHEM/backupToStorage.pm UPD 2020-11-06_11:03:07 18956 lib/FHEM/backupToStorage.pm

View File

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