JointSpace API Documentation

REST API Method: POST audio/volume

Changes the TV volume.

URL

http://ip-address:1925/1/audio/volume

Format

json

HTTP Method

POST

Requires Authentication

false

Parameters

Upload data

This resource accepts a JSON object with key/value pairs. It is allowed to send an object containing only the key/value pairs that need to be changed. See the JSON example for how these key/value pairs are passed.

Keys

JSON example


{
    "muted": false,
    "current": 18,
}