Characteristic

data class Characteristic(val name: String, val prettyName: String, val valueStateFlow: StateFlow<String>)

Constructors

Link copied to clipboard
constructor(name: String, prettyName: String, valueStateFlow: StateFlow<String>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getIcon(): Int

Get icon for characteristic row depending on Characteristic.name

Properties

Link copied to clipboard

name of characteristic from config file

Link copied to clipboard

human-readable name of characteristic

Link copied to clipboard
val valueStateFlow: StateFlow<String>

StateFlow of current value