Overview
The select component is a UI element that allows the user to select an option from a list. It requires a characteristic with read and write properties.
Bleboard will read the current value of the characteristic on connection, then write to the value when the user selects an option.

Properties
You will specify a number of options for the component, and the selection box will represent the current option.
| Property | Type | Description |
|---|---|---|
| Option label | text | The label of the option. |
| Option value | number | The value of the option. |
Last updated on