2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

Added room hidden

git-svn-id: https://svn.fhem.de/fhem/trunk@2654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-02-06 18:30:55 +00:00
parent c6b037f8e6
commit 0f1a73f72f

View File

@ -45,6 +45,7 @@ BlockingCall($$@)
if(!$telnetDevice) {
foreach my $port (7073..7083) {
if(!CommandDefine(undef, "$tName telnet $port")) {
CommandAttr(undef, "$tName room hidden");
$telnetDevice = $tName;
$defs{$tName}{TEMPORARY} = 1;
last;