-
Notifications
You must be signed in to change notification settings - Fork 60
Settings menu (current) (POST)
Evgeny Slavnov edited this page Jan 1, 2019
·
3 revisions
Send a POST request with a list of menu's node ids to get their current status.
Android TVs:
https://ip-address:1926/6/menuitems/settings/current
json
POST
This resource accepts a JSON object with key/value pairs. See the JSON example for how these key/value pairs are passed.
- nodes (list): A list of objects:
- nodeid (integer number): An id of the node
{"nodes":[{"nodeid":2131230774}]}
{"values":[{"value":{"Nodeid":2131230774,"Controllable":true,"Available":true,"string_id":"Switch on","data":{"value":false}}}],"version":0}