create_logbook_entry
Add a new entry to a project logbook by providing a title and body text, enabling documentation of building performance data and IoT management activities.
Instructions
Create a new entry in a logbook.
Args: project_id: The project's numeric ID. logbook_id: The logbook ID. title: Entry title. body_text: Entry body text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| logbook_id | Yes | ||
| title | Yes | ||
| body_text | Yes |