Is there also a command via http like http://localhost:40000/devices/1C2800D2F280@Cuisine/"status:disconnect. ?
MASTER 0 100 Master 6BDF379163D2 0 35 TuneAero FCF152F2C97B 0 86 Sony
- The first row is for the master volume if it is enabled in TuneBlade settings, else it will not be there.
- The first column is the ID of the receiver which should be used to query individual receivers.
- The second column is the status of the receiver. 0 : Disconnected, 100 : Connected .
- The third column is the volume at a scale of 100.
- The fourth column is the friendly name of the receiver.
- For querying status of individual receiver, use the ID received from the first request, column 1. For example for TuneAero in first example:
http://<baseURL>/v2/6BDF379163D2
Some other examples:
Get status:
http://<baseURL>/v2/6BDF379163D2/StatusTrigger connect:http://<baseURL>/v2/6BDF379163D2/Status/ConnectTrigger disconnect:http://<baseURL>/v2/6BDF379163D2/Status/DisconnectGet volume:http://<baseURL>/v2/6BDF379163D2/VolumeSet volume to 20:http://<baseURL>/v2/6BDF379163D2/Volume/20For master volume and status, use "master" as the ID in the URL.
Let us know of any issues, or for any further help.
Thanks,
The TuneBlade Team