ValveConfigurationAndControlTrait.Feature

data class ValveConfigurationAndControlTrait.Feature : ClusterBitmap


ValveConfigurationAndControl Trait FeatureMap.

Summary

Public constructors

Feature(timeSync: Boolean, level: Boolean)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

Device supports setting the specific position of the valve.

Boolean

UTC time is used for time indications.

Public constructors

Feature

Feature(timeSync: Boolean = false, level: Boolean = false)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

level

val levelBoolean

Device supports setting the specific position of the valve.

timeSync

val timeSyncBoolean

UTC time is used for time indications.