"autoconnect" parameter to "connect" command is not mandatory

Closes #675
This commit is contained in:
Gina Häußge 2014-12-11 15:37:48 +01:00
parent 8dbde90a93
commit 66357ebe7e

View file

@ -32,7 +32,7 @@ def connectionState():
@restricted_access
def connectionCommand():
valid_commands = {
"connect": ["autoconnect"],
"connect": [],
"disconnect": []
}