get_display_brightness
Retrieve the current screen brightness level from a Busy Bar device to verify or audit display settings.
Instructions
Retrieve the display brightness setting from the Busy Bar device.
This tool queries GET /api/display/brightness via `SettingsApi.get_display_brightness()`
to obtain the current screen brightness level.
Returns a DisplayBrightnessInfo object containing:
- value (int): Brightness level as an integer percentage or stepped value
Use case:
Check brightness before adjusting display behavior, or audit settings during
device configuration management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||