This object is in archive! 
How to use API to turn a switch ON/OFF?
Need Answer
Hi everyone
Can anybody give me an example on how to use API to turn a switch ON/OFF?
I'm using Micro Module Switch Double
I want to control it from an external application using HTTP requests
and I don't want to use virtual switches
Thank you,
No connection
Real-time notifications may not work
Well, im not sure how this can be done without using virtual devices. Virtual switch would not help anyway, you would need to use vitrual sensor as that has a direct http link where you only need to insert the status 1 or 0 manually at the end.
Well, im not sure how this can be done without using virtual devices. Virtual switch would not help anyway, you would need to use vitrual sensor as that has a direct http link where you only need to insert the status 1 or 0 manually at the end.
local or remote.
look at the api in the control centre, remote is something like this
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=XXXXXXXXXXXXXXXX&ep=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&apiKey=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&state=true
local or remote.
look at the api in the control centre, remote is something like this
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=XXXXXXXXXXXXXXXX&ep=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&apiKey=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&state=true
Replies have been locked on this page!