get_autoupdate_settings
Check automatic firmware update settings on a Busy Bar to see if auto-updates are enabled and when they run, avoiding surprise reboots.
Instructions
Retrieve automatic firmware update settings from the Busy Bar device.
This tool queries GET /api/update/autoupdate via `UpdaterApi.get_autoupdate_settings()`
to obtain the current autoupdate configuration.
Returns an AutoupdateSettings object containing:
- is_enabled (bool): Whether automatic updates are enabled
- interval_start (str): Start of the update window (e.g., "02:00")
- interval_end (str): End of the update window (e.g., "04:00")
Use case:
Confirm when or whether firmware updates happen automatically, to avoid unexpected
reboots during active usage or schedule maintenance around the update window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||