get_ble_status
Retrieve the BLE status and MAC address from the Busy Bar to verify it is powered on with a valid address before attempting Bluetooth pairing or discovery.
Instructions
Retrieve BLE module status from the Busy Bar device.
This tool queries GET /api/ble/status via `BLEApi.get_ble_status()` to return
the current Bluetooth Low Energy module state.
Returns a BleStatusResponse object containing:
- status (str): Current BLE status string (e.g., "powered_on", "powered_off")
- address (str | null): BLE MAC address if available
Use case:
Verify the BLE module is powered on and has a valid address before attempting
Bluetooth operations like smart home pairing or device discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||