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:
bentele
2014-06-18 11:43:24 +00:00
parent 0bfbb0031b
commit 2bd41483d1

View File

@@ -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";