Skip to Content

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.

Select Component

Properties

You will specify a number of options for the component, and the selection box will represent the current option.

PropertyTypeDescription
Option labeltextThe label of the option.
Option valuenumberThe value of the option.
Last updated on