JointSpace API Documentation

REST API Method: POST ambilight/mode

Changes the ambilight mode.

URL

http://ip-address:1925/1/ambilight/mode

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


{
    "current": "manual"
}