Readonly
actuatorOptional
Readonly
alarmThis attribute is only supported if the Alarms cluster is on the same endpoint. The alarm mask is used to turn on/off alarms for particular functions. Alarms for an alarm group are enabled if the associated alarm mask bit is set. Each bit represents a group of alarms. Entire alarm groups can be turned on or off by setting or clearing the associated bit in the alarm mask.
This mask DOES NOT apply to the Events mechanism of this cluster.
Forced Door Open under Door Locked Condition
Tamper Alarm - front escutcheon removed from main
Lock Reset to Factory Defaults
Locking Mechanism Jammed
RF Module Power Cycled
Reserved
Tamper Alarm - wrong code entry limit
Optional
Readonly
autoIndicates the number of seconds to wait after unlocking a lock before it automatically locks again. 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use the specific command.
Optional
Readonly
defaultIndicates the default configurations as they are physically set on the device (example: hardware dip switch setting, etc…) and represents the default setting for some of the attributes within this cluster (for example: LED, Auto Lock, Sound Volume, and Operating Mode attributes).
This is a read-only attribute and is intended to allow clients to determine what changes may need to be made without having to query all the included attributes. It may be beneficial for the clients to know what the device’s original settings were in the event that the device needs to be restored to factory default settings.
If the Client device would like to query and modify the door lock server’s operating settings, it SHOULD send read and write attribute requests to the specific attributes.
For example, the Sound Volume attribute default value is Silent Mode. However, it is possible that the current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound Volume setting on the server, the client SHOULD read/write to the Sound Volume attribute.
Auto relock time it set to 0
This bit shall indicate the state related to auto relock time:
• 0 = Auto relock time value is 0
• 1 = Auto relock time value is equal to something other than 0
The state of the keypad interface
This bit shall indicate the state related to keypad interface:
• 0 = Keypad interface is disabled
• 1 = Keypad interface is enabled
LEDs is disabled
This bit shall indicate the state related to LED settings:
• 0 = LED settings value is 0 (NoLEDSignal)
• 1 = LED settings value is equal to something other than 0
The state of local programming functionality
This bit shall indicate the state related to local programming:
• 0 = Local programming is disabled
• 1 = Local programming is enabled
The state of the remote interface
This bit shall indicate the state related to remote interface:
• 0 = Remote interface is disabled
• 1 = Remote interface is enabled
Sound volume is set to Silent value
This bit shall indicate the state related to sound volume:
• 0 = Sound volume value is 0 (Silent)
• 1 = Sound volume value is equal to something other than 0
Optional
Readonly
enableThis attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is locked.
Optional
Readonly
enableThis attribute shall enable/disable local programming on the door lock of certain features (see LocalProgrammingFeatures attribute). If this value is set to TRUE then local programming is enabled on the door lock for all features. If it is set to FALSE then local programming is disabled on the door lock for those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming shall be enabled by default.
Optional
Readonly
enableThis attribute shall enable/disable the ability to lock the door lock with a single touch on the door lock.
Optional
Readonly
enableThis attribute shall enable/disable a button inside the door that is used to put the lock into privacy mode. When the lock is in privacy mode it cannot be manipulated from the outside.
Optional
Readonly
languageIndicates the language for the on-screen or audible user interface using a 2- byte language code from ISO-639-1.
Optional
Readonly
ledIndicates the settings for the LED support, as defined by LEDSettingEnum.
Optional
Readonly
localIndicates the local programming features that will be disabled when EnableLocalProgramming attribute is set to False. If a door lock doesn’t support disabling one aspect of local programming it shall return CONSTRAINT_ERROR during a write operation of this attribute. If the EnableLocalProgramming attribute is set to True then all local programming features shall be enabled regardless of the bits set to 0 in this attribute.
The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
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
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
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
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
Readonly
lockThis attribute may be NULL if the lock hardware does not currently know the status of the locking mechanism. For example, a lock may not know the LockState status after a power cycle until the first lock actuation is completed.
The Not Fully Locked value is used by a lock to indicate that the state of the lock is somewhere between Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended and not in a dead latched state.
Readonly
lockIndicates the type of door lock as defined in LockTypeEnum.
Readonly
operatingIndicates the current operating mode of the lock as defined in OperatingModeEnum.
Optional
Readonly
soundIndicates the sound volume on a door lock as defined by SoundVolumeEnum.
Readonly
supportedThis attribute shall contain a bitmap with all operating bits of the OperatingMode attribute supported by the lock. All operating modes NOT supported by a lock shall be set to one. The value of the OperatingMode enumeration defines the related bit to be set.
Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock, Unlock, or Unlock with Timeout commands.