valid commands for port 52235 was not set!
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -156,7 +156,8 @@ sub STV_Define($$)
|
||||
|
||||
$hash->{Host} = $args[2];
|
||||
if (defined $args[3]) {
|
||||
$hash->{Port} = $args[3]
|
||||
$hash->{Port} = $args[3];
|
||||
$hash->{".validcommands"} = "mute volume call sms date";
|
||||
} else {
|
||||
$hash->{Port} = 52235;
|
||||
$hash->{".validcommands"} = "mute volume call sms date";
|
||||
|
||||
Reference in New Issue
Block a user