write_setpoint
Adjust building control parameters by sending setpoint values to specific datapoints with configurable priority levels for system optimization.
Instructions
Write a setpoint value to a datapoint.
Args: project_id: The project's numeric ID. datapoint_id: The datapoint identifier. value: The setpoint value. priority: BACnet priority (1-16).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| datapoint_id | Yes | ||
| value | Yes | ||
| priority | No |