get_firmware_update_status
Retrieve the current and pending firmware update status from a Busy Bar device to verify installed firmware and detect available updates for rollout planning.
Instructions
Retrieve firmware update state from the Busy Bar device.
This tool queries GET /api/update/status via `UpdaterApi.get_firmware_update_status()`
to learn about the current and pending firmware states.
Returns an UpdateStatus object containing:
- install (UpdateStatusInstall): The currently installed firmware info — version, etc.
- check (UpdateStatusCheck): Status of the latest automatic or manual update check
Use case:
Verify which firmware is running and whether a new update has been detected but
not yet installed — useful for maintenance and rollout planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||