2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

valid commands for port 52235 was not set!

git-svn-id: https://svn.fhem.de/fhem/trunk@6129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
bentele 2014-06-18 11:43:24 +00:00
parent f7812b11f3
commit d63648172b

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