firmware_status
Check firmware update status on the connected 3D printer. Returns a list of firmware components with current and available versions, indicating if an update is available.
Instructions
Check firmware updates on the default/connected printer (adapter-level, no name needed).
For fleet setups where you need to check a specific printer by name,
use ``check_firmware_status`` instead. Returns a list of firmware
components (e.g. Klipper, Moonraker, OctoPrint) with current and
available versions, plus whether
an update is available.
Not all printer backends support firmware updates. Bambu and
Prusa Link printers will return an ``UNSUPPORTED`` error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||