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:
parent
c6b037f8e6
commit
0f1a73f72f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user