This command produces JSON of ALL HS4 devices
http://192.168.1.5:83/JSON?request=getstatus
This command produces JSON for a single HS4 device identified by by it's ref number (123 for the example below)
http://192.168.1.5:83/JSON?request=getstatus&ref=123
The question is how to produce a JSON file for all devices per floor or per room
http://192.168.1.5:83/JSON?request=getstatus
This command produces JSON for a single HS4 device identified by by it's ref number (123 for the example below)
http://192.168.1.5:83/JSON?request=getstatus&ref=123
The question is how to produce a JSON file for all devices per floor or per room
Comment