API Reference

Sections

Theme switcher

Lock

Lock

autoRelockDelayInSecondsobject

Indicates amount of time, in seconds, that the lock waits before relocking when a credential is presented

Show child attributes

behaviorOnPowerFailureobject

Indicates the behavior that device will take upon loss of power.

Show child attributes

deadboltobject

Indicates whether the device has a deadbolt and what it's position is.

Show child attributes

eventPreferencesobject

Indicates whether device should opt in to publishing notifications to user for specific optional event scenarios.

Show child attributes

functionobject

Indicates the currently set lock function (e.g. Office).

Show child attributes

indicatorBlinksWhenLockedobject

Indicates behavior of interior LED indicator light when device is in locked securedState.

Show child attributes

interiorPushButtonobject

Indicates if devices has an interior push button and what its activation state is.

Show child attributes

isLockedboolean

When true, device is locked.

modeobject

Indicates the current mode of device.

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 { "autoRelockDelayInSeconds": { "extendedUnlock": null, "standardUnlock": null }, "behaviorOnPowerFailure": { "willLock": false, "willRemainAsIs": false, "willUnlock": false }, "deadbolt": { "position": { "isExtended": false, "isJammed": false, "isRetracted": false } }, "eventPreferences": { "publishKeyOverrideEvents": false, "publishUnauthorizedUserEvents": false }, "function": { "isApartment": false, "isOffice": false, "isPrivacy": false, "isStoreroom": false }, "indicatorBlinksWhenLocked": { "blinkSpeed": { "isNormal": false, "isRapid": false }, "isEnabled": false }, "interiorPushButton": { "isActivated": false }, "isLocked": false, "mode": { "isFrozen": false, "isHolidayRestricted": false, "isPrivacySecured": false, "isStandard": false } }
Was this section helpful?

What made this section unhelpful for you?