DoorLockTrait.LockOperation

interface DoorLockTrait.LockOperation


Indicates that a lock operation has taken place.

Summary

Public properties

List<DoorLockTrait.CredentialStruct>?

The credentials used in performing the lock operation.

UByte?

The fabric that performed the lock operation.

DoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that was performed.

DoorLockTrait.OperationSourceEnum?

The source of the lock operation.

ULong?

The node that performed the lock operation.

UShort?

The user who performed the lock operation.

Public properties

credentials

val credentialsList<DoorLockTrait.CredentialStruct>?

The credentials used in performing the lock operation.

fabricIndex

val fabricIndexUByte?

The fabric that performed the lock operation.

lockOperationType

val lockOperationTypeDoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that was performed.

operationSource

val operationSourceDoorLockTrait.OperationSourceEnum?

The source of the lock operation.

sourceNode

val sourceNodeULong?

The node that performed the lock operation.

userIndex

val userIndexUShort?

The user who performed the lock operation.