get_device_name
Retrieve the configured display name of a Busy Bar device to verify its label in multi-device setups.
Instructions
Retrieve the device name configured on the Busy Bar device.
This tool queries GET /api/name via `SettingsApi.get_name()` to obtain
the human-readable name currently set for this unit.
Returns a NameInfo object containing:
- name (str): The device name (e.g., "My Busy Bar")
Use case:
Confirm or audit the display name shown on the device, especially useful in
multi-device setups where each unit needs an identifiable label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||