get_update_changelog
Retrieve the changelog for a specific firmware version to review changes, new features, and bug fixes before deploying updates.
Instructions
Retrieve the changelog for a specific firmware version from the Busy Bar device.
This tool queries GET /api/update/changelog via `UpdaterApi.get_update_changelog(version)`
to obtain release notes and change details for the given firmware version.
Args:
version: The firmware version string to fetch the changelog for (e.g., "1.0.0").
Returns a GetUpdateChangelog200Response object containing:
- changelog (str): Human-readable release notes and change log text
Use case:
Review what changed in a specific firmware revision before deploying updates,
or compare versions to understand new features and bug fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes |