mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 08:03:40 +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:
parent
f7812b11f3
commit
d63648172b
@ -156,7 +156,8 @@ sub STV_Define($$)
|
|||||||
|
|
||||||
$hash->{Host} = $args[2];
|
$hash->{Host} = $args[2];
|
||||||
if (defined $args[3]) {
|
if (defined $args[3]) {
|
||||||
$hash->{Port} = $args[3]
|
$hash->{Port} = $args[3];
|
||||||
|
$hash->{".validcommands"} = "mute volume call sms date";
|
||||||
} else {
|
} else {
|
||||||
$hash->{Port} = 52235;
|
$hash->{Port} = 52235;
|
||||||
$hash->{".validcommands"} = "mute volume call sms date";
|
$hash->{".validcommands"} = "mute volume call sms date";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user