This command can execute a control point action.
Here are the available actions:
-
AUTO
-
EMERGENCY_AUTO
-
EMERGENCY_OVERRIDE
-
OVERRIDE
-
SET
Prerequisite
You must target an existing Device with a DeviceExt through the deviceId and an existing Point with a PointExt through the pointId.
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.