ExtendedTemperatureControlTrait.TemperatureSetpointReached

interface ExtendedTemperatureControlTrait.TemperatureSetpointReached : ClusterStruct


Notification that a device has reached its target temperature.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public properties

Int?

Represents the notification level.

Boolean?

Indicates whether the device was being preheated or otherwise reached its target temperature.

Short?

The temperature in Celsius the device is set to, with a resolution of 0.01°C.

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

priority

val priorityInt?

Represents the notification level. The currently supported value is 0, which indicates that the notification should be spoken aloud.

targetTemperatureReached

val targetTemperatureReachedBoolean?

Indicates whether the device was being preheated or otherwise reached its target temperature.

temperatureSetpointCelsius

val temperatureSetpointCelsiusShort?

The temperature in Celsius the device is set to, with a resolution of 0.01°C.