From 5b5813c45ffa432b9c0b5d08e40ccbe5dd165d30 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Thu, 22 Jan 2015 12:25:03 +0000 Subject: [PATCH] 55_GDS.pm: minor improvement git-svn-id: https://svn.fhem.de/fhem/trunk@7660 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/55_GDS.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/55_GDS.pm b/fhem/FHEM/55_GDS.pm index b29ab0866..598a79309 100644 --- a/fhem/FHEM/55_GDS.pm +++ b/fhem/FHEM/55_GDS.pm @@ -203,6 +203,7 @@ sub GDS_Set($@) { when("conditions"){ readingsSingleUpdate($hash, "state", "active",1); retrieveConditions($hash, "c", @a); + $attr{$name}{gdsSetCond} = ReadingsVal($name,'c_stationName',undef); $next = gettimeofday()+$hash->{helper}{INTERVAL}; readingsSingleUpdate($hash, "c_nextUpdate", localtime($next), 1); RemoveInternalTimer($hash);