JointSpace API Documentation
REST API Method: GET ambilight/mode
Returns the ambilight mode.
URL
http://ip-address:1925/1/ambilight/mode
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- current (string): One of following values:
- internal: The internal ambilight algorithm is used to calculate the ambilight colours.
- manual: The cached ambilight colours are shown.
- expert: The cached ambilight colours are used as input for the internal ambilight algorithm.
JSON example
{
"current": "internal"
}