DoorLockTrait.LockUserChange

interface DoorLockTrait.LockUserChange


Indicates that a lock user, schedule, or credential has changed.

Summary

Public properties

UShort?

The index of the item that was changed in the list of items identified by lockDataType.

DoorLockTrait.DataOperationTypeEnum?

The data operation performed on the lock data.

UByte?

The fabric that performed the user data change.

DoorLockTrait.LockDataTypeEnum?

The lock data type that changed.

DoorLockTrait.OperationSourceEnum?

The source of the user data change.

ULong?

The node that performed the user data change.

UShort?

The user who performed the user data change.

Public properties

dataIndex

val dataIndexUShort?

The index of the item that was changed in the list of items identified by lockDataType. For example, schedule, PIN, RFID, and so forth.

dataOperationType

val dataOperationTypeDoorLockTrait.DataOperationTypeEnum?

The data operation performed on the lock data.

fabricIndex

val fabricIndexUByte?

The fabric that performed the user data change.

lockDataType

val lockDataTypeDoorLockTrait.LockDataTypeEnum?

The lock data type that changed.

operationSource

val operationSourceDoorLockTrait.OperationSourceEnum?

The source of the user data change.

sourceNode

val sourceNodeULong?

The node that performed the user data change.

userIndex

val userIndexUShort?

The user who performed the user data change.