-
Notifications
You must be signed in to change notification settings - Fork 60
Ambilight config (POST)
Evgeny Slavnov edited this page Jan 1, 2019
·
3 revisions
Sets TV's ambilight configuration. See available options.
Android TVs:
https://ip-address:1926/6/ambilight/currentconfiguration
Non-Android TVs:
http://ip-address:1925/6/ambilight/currentconfiguration
json
POST
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.
- styleName (string): Ambilight style. Possible values:
- isExpert (boolean): Expert mode (?).
- menuSetting (string): Ambilight mode.
{"styleName":"FOLLOW_VIDEO","isExpert":false,"menuSetting":"IMMERSIVE"}