Added room hidden
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -45,6 +45,7 @@ BlockingCall($$@)
|
|||||||
if(!$telnetDevice) {
|
if(!$telnetDevice) {
|
||||||
foreach my $port (7073..7083) {
|
foreach my $port (7073..7083) {
|
||||||
if(!CommandDefine(undef, "$tName telnet $port")) {
|
if(!CommandDefine(undef, "$tName telnet $port")) {
|
||||||
|
CommandAttr(undef, "$tName room hidden");
|
||||||
$telnetDevice = $tName;
|
$telnetDevice = $tName;
|
||||||
$defs{$tName}{TEMPORARY} = 1;
|
$defs{$tName}{TEMPORARY} = 1;
|
||||||
last;
|
last;
|
||||||
|
|||||||
Reference in New Issue
Block a user