-
Notifications
You must be signed in to change notification settings - Fork 60
Ambilight config (GET)
Evgeny Slavnov edited this page Jan 1, 2019
·
2 revisions
Returns TV's ambilight configuration.
Android TVs:
https://ip-address:1926/6/ambilight/currentconfiguration
Non-Android TVs:
http://ip-address:1925/6/ambilight/currentconfiguration
json
GET
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
- styleName (string): Current ambilight style.
- isExpert (boolean): Expert mode (?).
- menuSetting (string): Current ambilight mode.
{"styleName":"FOLLOW_VIDEO","isExpert":false,"menuSetting":"IMMERSIVE"}