This command can execute a control point action such as SET, OVERRIDE, AUTO, etc.

Prerequisite

You must target an existing Device with a DeviceExt through the deviceId and an existing Point with a PointExt through the pointId.

Example
Example
{
    "type": "POINT_ACTION",
    "deviceId": "SHGBVYHDVHYyGhSYGVYAPagsYT",
    "pointId": "Shjshy",
    "payload": {
        "action": "<action>", // SET, AUTO...   
        "value": <value to be set>,
        "duration": <override duration> // for override only, in seconds
    }
 }


The way that the different values are extracted from the Json can be changed in the connector advanced config.