Hi all
I just got my Shelly Plus 1. Upgraded to FW 0.9.0.
Now I'm trying to detach the switch input from the relay switch, but can't find how to do it.
There are no options for setting this up in the web UI.
If I try using RPC with:
Code
{
"jsonrpc": "2.0",
"id": 1,
"src": "user_1",
"method": "Switch.SetConfig",
"params": {
"id": 0,
"in_mode": "detached",
}
}
I get the following reply:
Code
{
"id": 1,
"src": "shellyplus1",
"dst": "user_1",
"error": {
"code": -103,
"message": "Missing or bad argument 'config'!"
}
}
What am I doing wrong?