FilterMonitoringTrait.FilterChangeIndicationCleanliness

interface FilterMonitoringTrait.FilterChangeIndicationCleanliness : ClusterStruct


Proactive notification of the current filter-cleanliness state.

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

FilterMonitoringTrait.ChangeIndication?

The current requirement to change the filter, based on its cleanliness.

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

changeIndication

val changeIndicationFilterMonitoringTrait.ChangeIndication?

The current requirement to change the filter, based on its cleanliness.

priority

val priorityInt?

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