"autoconnect" parameter to "connect" command is not mandatory
Closes #675
This commit is contained in:
parent
8dbde90a93
commit
66357ebe7e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def connectionState():
|
|||
@restricted_access
|
||||
def connectionCommand():
|
||||
valid_commands = {
|
||||
"connect": ["autoconnect"],
|
||||
"connect": [],
|
||||
"disconnect": []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue