55_GDS.pm - fixed problem with attr gdsSetCond on multiple gds-devices

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6477 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2014-08-28 09:10:45 +00:00
parent 72bc613e71
commit 105c11b476

View File

@@ -327,7 +327,7 @@ sub GDS_Attr(@){
break;
}
when("gdsSetCond"){
CommandDefine(undef, "gdsDummy at +00:00:30 set $name conditions $attrValue");
CommandDefine(undef, "gdsDummy_$name at +00:00:30 set $name conditions $attrValue");
$attr{gdsDummy}{room} = 'hidden';
break;
}