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

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

git-svn-id: https://svn.fhem.de/fhem/trunk@6477 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-08-28 09:10:45 +00:00
parent 378b65a186
commit db75fe6ef8

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;
}