diff --git a/FHEM/55_GDS.pm b/FHEM/55_GDS.pm index 19b4d3945..049861f64 100644 --- a/FHEM/55_GDS.pm +++ b/FHEM/55_GDS.pm @@ -186,6 +186,7 @@ sub GDS_Set($@) { } when("conditions"){ + readingsSingleUpdate($hash, "state", "active",1); retrieveConditions($hash, "c", @a); $next = gettimeofday()+$hash->{helper}{INTERVAL}; readingsSingleUpdate($hash, "c_nextUpdate", localtime($next), 1);