get_smart_home_pairing_status
Check the current Matter fabric count and the latest pairing result to verify smart home commissioning before troubleshooting connectivity or starting a new setup.
Instructions
Retrieve smart home commissioning (pairing) status from the Busy Bar device.
This tool queries GET /api/smart_home/pairing via `SmartHomeApi.get_smart_home_commissioning_status()`
to learn how many Matter fabric entries exist and the latest pairing outcome.
Returns a SmartHomePairingInfo object containing:
- fabric_count (int): Number of commissioned Matter fabrics
- latest_pairing_status (str | null): Status of the most recent pairing attempt
(e.g., "success", "failure", or null if no attempt yet)
Use case:
Verify smart home device commissioning state before troubleshooting connectivity,
confirming pairings, or starting a new setup flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||