2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

55_GDS.pm: minor improvement

git-svn-id: https://svn.fhem.de/fhem/trunk@7699 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-01-24 19:53:30 +00:00
parent a3ae14782f
commit 20da4c165c

View File

@ -361,6 +361,7 @@ sub GDS_Attr(@){
when("gdsSetCond"){
my $dummy = "gdsDummy_$name";
CommandDefine(undef, "$dummy at +00:00:30 set $name conditions $attrValue");
$defs{$dummy}{TEMPORARY} = 1;
$attr{$dummy}{room} = 'hidden';
break;
}