Package-level declarations

Types

Link copied to clipboard

Defines the scan behaviour of the scanner

Link copied to clipboard
@Serializable
class Barcode
Link copied to clipboard
@Serializable
class DeviceSearchEvent

Class for the deviceFoundEvent and deviceRemovedEvent that gets emitted by the NimmstaConnectionManager if a new device is discovered or lost again contains information about the found or lost device

Link copied to clipboard
@Serializable
open class DeviceState
Link copied to clipboard
@Serializable
data class LightTagFoundEvent(val macAddress: String, val location: String, val batteryLevel: Float, val rssi: Int, val isEOL: Boolean, val isConnected: Boolean)

Class for the LightTag that gets emitted by the NIMMSTA Manager if a new LightTag is discovered

Link copied to clipboard
data class LightTagIlluminationConfig(val color: LTColor, val intensity: Int = 100, val pattern: LTBlinkingPattern = LTBlinkingPattern.BLINK)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Enum to represent the screen rotation of a device.

Link copied to clipboard

Defines the trigger behaviour of the scanner