SmartspaceUnit

data class SmartspaceUnit(id: String, name: String, position: Int) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

id
Link copied to clipboard
val id: String

The ID of this unit

name
Link copied to clipboard
val name: String

The user friendly name of this device

position
Link copied to clipboard
val position: Int

Position parameter as supplied by backend. Used for ordering of elements on the UI