ExtendedThermostatTrait.RcsInterval

class ExtendedThermostatTrait.RcsInterval : ClusterStruct


Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

RcsInterval(
    rcsSelection: ExtendedThermostatTrait.RcsSourceSelection,
    startSecondsInDay: UInt,
    endSecondsInDay: UInt
)

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public constructors

RcsInterval

RcsInterval(
    rcsSelection: ExtendedThermostatTrait.RcsSourceSelection = RcsSourceSelection(),
    startSecondsInDay: UInt,
    endSecondsInDay: UInt
)

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

endSecondsInDay

val endSecondsInDayUInt

startSecondsInDay

val startSecondsInDayUInt