ThermostatTrait.OccupancyBitmap

data class ThermostatTrait.OccupancyBitmap


Indicates the sensed occupancy state.

Summary

Public constructors

Creates the OccupancyBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

Indicates the sensed occupancy state.

Public constructors

OccupancyBitmap

OccupancyBitmap(occupied: Boolean = false)

Creates the OccupancyBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

occupied

val occupiedBoolean

Indicates the sensed occupancy state.