I have a few switches in my system.
I want to change the status of the switches at the same time using one API command.
I am thinking about somenthing like that:
Code: Select all
/json.htm?type=command¶m=switchlight&idx=1&switchcmd=On&idx=2&switchcmd=Off&idx=3&switchcmd=Off&idx=4&switchcmd=On
Pawel