RootUnit

data class RootUnit(id: String, name: String) : SensorbergUnit

Represents a root unit.

Constructors

RootUnit
Link copied to clipboard
fun RootUnit(id: String, name: String)

Properties

id
Link copied to clipboard
open override val id: String

the ID of the root unit.

name
Link copied to clipboard
open override val name: String

the name of the root unit.