Skip to main content

Set Value

This command sets a value to the point/set of points and responds with the current value of the point.

Command#

{  "agent": "agent-name",  "command": 333,  "msgid": 72,  "controllerType": 4,  "controller": {    "name": "controller-name-1"  },  "points": [    {      "name": "point-name-1",      "value": 100    }  ],  "publishType": 4}

Agent Response#

{  "agent": "agent-name",  "controller": {    "name": "controller-name-1"  },  "controllerType": 0,  "publishType": 3,  "data": [    {      "value": 100,      "name": "point-name-1"    }  ]}