write_project_timeseries
Write timeseries data to datapoints in an Aedifion project for building performance optimization and IoT data management.
Instructions
Write timeseries data to datapoints in a project.
Args: project_id: The project's numeric ID. timeseries_data: JSON string with timeseries data (list of objects with dataPointID, value, time).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| timeseries_data | Yes |