-
Notifications
You must be signed in to change notification settings - Fork 60
Ambilight power (GET)
Evgeny Slavnov edited this page Jan 1, 2019
·
3 revisions
Returns ambilight power status (on/off).
Android TVs:
https://ip-address:1926/6/ambilight/power
Non-Android TVs:
http://ip-address:1925/6/ambilight/power
json
GET
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
- power (string): Ambilight power status ("On" or "Off")
{"power":"On"}