Package-level declarations

Types

Link copied to clipboard

Sensor Client for reading sensor data from mesh devices.

Link copied to clipboard
data class SensorDescriptor(val propertyId: UShort, val tolerancePositive: UShort, val toleranceNegative: UShort, val samplingFunction: UByte, val measurementPeriod: UByte, val updateInterval: UByte)

Sensor descriptor metadata.

Link copied to clipboard
data class SensorStatus(val propertyId: UShort, val rawValue: ByteArray)

Raw sensor data for a property.