LocalProgrammingFeatures: {
    addUsersCredentialsSchedules: BitFlag;
    adjustSettings: BitFlag;
    clearUsersCredentialsSchedules: BitFlag;
    modifyUsersCredentialsSchedules: BitFlag;
}

Type declaration

  • addUsersCredentialsSchedules: BitFlag

    The state of the ability to add users, credentials or schedules on the device

    This bit shall indicate whether the door lock is able to add Users/Credentials/Schedules locally:

    • 0 = This ability is disabled

    • 1 = This ability is enabled

    MatterSpecification.v13.Cluster § 5.2.6.5.1

  • adjustSettings: BitFlag

    The state of the ability to adjust settings on the device

    This bit shall indicate whether the door lock is able to adjust lock settings locally:

    • 0 = This ability is disabled

    • 1 = This ability is enabled

    MatterSpecification.v13.Cluster § 5.2.6.5.4

  • clearUsersCredentialsSchedules: BitFlag

    The state of the ability to clear users, credentials or schedules on the device

    This bit shall indicate whether the door lock is able to clear Users/Credentials/Schedules locally:

    • 0 = This ability is disabled

    • 1 = This ability is enabled

    MatterSpecification.v13.Cluster § 5.2.6.5.3

  • modifyUsersCredentialsSchedules: BitFlag

    The state of the ability to modify users, credentials or schedules on the device

    This bit shall indicate whether the door lock is able to modify Users/Credentials/Schedules locally:

    • 0 = This ability is disabled

    • 1 = This ability is enabled

    MatterSpecification.v13.Cluster § 5.2.6.5.2

MatterSpecification.v13.Cluster § 5.2.6.5