pub unsafe static HMCharacteristicTypeLabelIndex: &'static NSStringAvailable on crate feature
HMCharacteristicTypes only.Expand description
Characteristic type describing the index of the label for the service on accessory with multiple instances of the same service. The value is an integer and starts from 1. For a label namespace of HMCharacteristicValueLabelNamespaceDot, label index indicates the number of dots - ., .., …, and so on. For a label namespace of HMCharacteristicValueLabelNamespaceNumeral, label index indicates the arabic numeral - 1, 2, 3, and so on.
See also Apple’s documentation