manage_logs
Set the OpenHAB log folder path to retrieve recent entries, browse historical logs, or search logs using text filters.
Instructions
OpenHAB log access. Logs are on the remote OpenHAB server — ask the user for the path and call set_folder first. action: set_folder, recent, historical, search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| folderPath | No | Used by: set_folder | |
| lines | No | Used by: recent, historical | |
| search | No | Text filter (used by: historical) | |
| query | No | Used by: search | |
| logType | No | Used by: search | |
| maxResults | No | Used by: search |