In the example above, door=1 is the current status of the door switch. 1 to indicate open. door=0 would indicate closed.
The format is called “query string” and can be parsed on the receiving web server using standard methods.
In the example above, door=1 is the current status of the door switch. 1 to indicate open. door=0 would indicate closed.
The format is called “query string” and can be parsed on the receiving web server using standard methods.