Skip to Content
DocumentationComponentsProgressOverview

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.

Progress Component

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.

PropertyTypeDescription
minimumnumberThe minimum value of the bar.
maximumnumberThe maximum value of the bar.
Last updated on