FilterMonitoringTrait.FilterMonitoringSensorError

interface FilterMonitoringTrait.FilterMonitoringSensorError : ClusterStruct


Notification of a sensor error.

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

String?

The error code of the sensor.

Int?

The notification level, which currently supports a value of 0 to indicate that the notification should be spoken.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

errorCode

val errorCodeString?

The error code of the sensor.

priority

val priorityInt?

The notification level, which currently supports a value of 0 to indicate that the notification should be spoken.