Overview
The progress component is a UI element that represents the progress between two values. It requires a characteristic with read and notify properties.
Bleboard will read the current value of the characteristic on connection, then listen for notifications from the characteristic to update the progress bar.

Properties
You will specify a minimum and maximum value for the component, and the bar will represent the current value as it progresses between the two values.
| Property | Type | Description |
|---|---|---|
| minimum | number | The minimum value of the bar. |
| maximum | number | The maximum value of the bar. |
Last updated on