ExtendedDoorLockTrait.PrivacyModeStateChange

interface ExtendedDoorLockTrait.PrivacyModeStateChange : ClusterStruct


Event to indicate privacy mode change.

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

ExtendedDoorLockTrait.PrivacyModeActor?

Describes who and what last caused the privacy mode state to change.

Boolean?

The current state for privacy mode on the device.

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

privacy_mode_actor

val privacy_mode_actorExtendedDoorLockTrait.PrivacyModeActor?

Describes who and what last caused the privacy mode state to change.

privacy_mode_on

val privacy_mode_onBoolean?

The current state for privacy mode on the device.