-
Notifications
You must be signed in to change notification settings - Fork 60
Ambilight power (POST)
Evgeny Slavnov edited this page Jan 1, 2019
·
2 revisions
Turns ambilight on and off.
Android TVs:
https://ip-address:1926/6/ambilight/power
Non-Android TVs:
http://ip-address:1925/6/ambilight/power
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.
- power (string): 'On' or 'Off'.
{"power":"On"}