Auto configure outbound websocket for sleepy shelly RPC devices (#124545)
This commit is contained in:
parent
b9aaba0432
commit
76182c246d
5 changed files with 259 additions and 22 deletions
|
@ -186,6 +186,7 @@ MOCK_CONFIG = {
|
|||
"device": {"name": "Test name"},
|
||||
},
|
||||
"wifi": {"sta": {"enable": True}, "sta1": {"enable": False}},
|
||||
"ws": {"enable": False, "server": None},
|
||||
}
|
||||
|
||||
MOCK_SHELLY_COAP = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue