-
Notifications
You must be signed in to change notification settings - Fork 60
Audio (GET)
Evgeny Slavnov edited this page Dec 25, 2018
·
2 revisions
Returns the TV volume.
http://ip-address:1926/6/audio/volume
json
GET
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
- muted (boolean): Set to true if the sound is muted, false if not.
- current (integer number): The actual volume.
- min (integer number): The minimum volume.
- max (integer number): The maximum volume.
{"muted": false, "current": 18, "min": 0, "max": 60}