get_account_status
Check MQTT connection status of your Busy Bar device to confirm cloud sync readiness. If disconnected, queue data locally until connection is restored.
Instructions
Retrieve MQTT connection status for the linked account from the Busy Bar device.
This tool queries GET /api/account/status via `AccountApi.get_account_status()` to
learn whether the device's MQTT client is actively connected to the busy bar server.
Returns an AccountStatus object containing:
- status (str): Connection state, one of "connected", "disconnected", or "error"
Use case:
Check MQTT connectivity before pushing data that requires cloud sync; if the
account is not connected, queue operations locally until reconnection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||