-
Notifications
You must be signed in to change notification settings - Fork 60
Settings menu update (POST)
Evgeny Slavnov edited this page Jan 1, 2019
·
3 revisions
Allows modyfing menu items and settings. Read this first.
Android TVs:
https://ip-address:1926/6/menuitems/settings/update
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.
- values (list): A list of objects:
- value (object):
- Nodeid (integer number): An id of the node
- data (object): An object holding node's data
- value (object):
{"values":[{"value":{"Nodeid":2131230774,"Controllable":true,"Available":true,"data":{"value":false}}}]}