get_api_version
Check the API version supported by the Busy Bar device to confirm compatibility before using other commands.
Instructions
Retrieve the API version information supported by the Busy Bar device.
This tool queries /api/version on the device to learn which set of API
operations are available. Returns the full version response including
api_semver and any other metadata the device exposes.
Returns a VersionInfo object containing:
- api_semver (str): API SemVer string (e.g., "0.0.0")
Use case:
Call this first when building integrations to verify API compatibility
with the connected Busy Bar unit before issuing further commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||