2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

57_SSCal: contrib 1.15.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21304 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-02-28 09:46:25 +00:00
parent 6f2a7248dc
commit ead9ad6a84

View File

@ -2261,7 +2261,8 @@ sub SSCal_createATdevices ($$$) {
} else { } else {
CommandSetReading(undef, "$atn .associatedWith $name"); CommandSetReading(undef, "$atn .associatedWith $name");
CommandAttr(undef,"$atn room $location"); CommandAttr(undef,"$atn room $location");
CommandAttr(undef,"$atn comment $summary - created automatically by SSCal \"$name\" "); CommandAttr(undef,"$atn alias $summary");
CommandAttr(undef,"$atn comment created automatically by SSCal \"$name\" ");
$assoc .= " $atn"; $assoc .= " $atn";
} }
} }