createIndicator(_:min:max:currentValue:)
Sends a request to the Bluetooth device to show or update a status indicator.
Declaration
func createIndicator(_ indicatorName: String!, min minValue: Int32, max maxValue: Int32, currentValue: Int32)Parameters
- indicatorName:
The name of the indicator. Use one of the following constants:
- minValue:
The minimum value for the indicator.
- maxValue:
The maximum value for the indicator.
- currentValue:
The current value of the indicator.