Overview
The switch component is a UI element that allows the user to toggle a value. 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 toggles the switch.

Properties
You will specify a value for the component, and the switch will represent the current value.
| Property | Type | Description |
|---|---|---|
| value | number | The value of the switch. |
Last updated on