Closed predond closed 2 years ago
Okay, thanks, that worked. I have one more question then. What usage can I make from returned execId?
You can use it to stop the command. See https://github.com/iMicknl/python-overkiz-api/blob/main/pyoverkiz/client.py#L615
Thank you for answer. I am really grateful for this.
Hi, I am new to Somfy but I need to control blinds by Somfy local API in TaHoma Switch. I successfully get responses from GET request but when I send POST request to open blinds I got message: { "error": "Bad parameters. (\"actions is not a table\")", "errorCode": "INVALID_PARAMETER" }
Could you send me some example of POST requests so I can open my blinds or control anything else? If anyone of you used for that C# I will be very grateful if you could send example of connection in that language.