Hello,
I am trying to implement the nuimo switch an the neeo remote for my smarthome pimatic system. I need to change the state of a switch but I tried a lot but didn’t figure it out.
Do I need to use this rest api to change the state?
http://xxxxxx/api/execute-action
And what is the correct syntax because I got always
400 Bad Request
{
"success": false,
"message": "expected param: actionString"
}
But in my implementation I wrote this in the data body
"actionString":"toggle Binary_Switch_4"
"logging":"true"
"simulate":"false"
what is wrong?
I tried it once more and now everything is fine