55_GDS.pm: minor bugfix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10867 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -313,7 +313,7 @@ sub GDS_Define($$$) {
|
||||
|
||||
_GDS_addExtension("GDS_CGI","gds","GDS Files");
|
||||
$hash->{firstrun} = 1;
|
||||
retrieveData($hash,'conditions');
|
||||
retrieveData($hash,'conditions') unless (time > 1457996400);
|
||||
delete $hash->{firstrun};
|
||||
readingsSingleUpdate($hash, 'state', 'active',1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user