DeviceCharacteristicLink

data class DeviceCharacteristicLink(val deviceEntity: DeviceEntity, val characteristicEntities: Map<CharacteristicEntity, Long>)

Data class that represents DeviceCharacteristicLinkEntity mapping for device with DeviceCharacteristicLinkEntity.deviceId

Constructors

Link copied to clipboard
constructor(deviceEntity: DeviceEntity, characteristicEntities: Map<CharacteristicEntity, Long>)

Functions

Link copied to clipboard
fun getLinkIdByCharacteristicName(characteristicName: String): Long

Properties