bind
{
"id": 1, // tracking id, to pair request and response
"cmd": "bind", // request type
"sys": "sys-OEtOZqd_2J", // the system containing the target
"mod": "Display", // module name
"index": 1, // module index in the system
"name": "power" // status variable you are interested in
}{
"id": 1, // tracking id
"type": "success", // request status (success or error)
"meta": { // meta data that might be useful
"sys": "sys-YNQ8uNfJvF",
"mod": "Display",
"index": 1,
"name": "power"
}
}Last updated