API Reference

Sections

Theme switcher

LockState

LockState

isFrozenNormalboolean

When true, device state is set to 'Frozen Normal'. Refer to published device documentation for information on device behavior for this state.

isFrozenPassageboolean

When true, device state is set to 'Frozen Passage'. Refer to published device documentation for information on device behavior for this state.

isFrozenSecuredboolean

When true, device state is set to 'Frozen Secured'. Refer to published device documentation for information on device behavior for this state.

isHolidayRestrictedboolean

When true, device state is set to 'Holiday Restricted'. Refer to published device documentation for information on device behavior for this state.

isMomentaryUnlockedboolean

When true, device state is set to 'Momentary Unlocked'. Refer to published device documentation for information on device behavior for this state.

isPassageboolean

When true, device state is set to 'Passage'. Refer to published device documentation for information on device behavior for this state.

isPrivacySecuredboolean

When true, device state is set to 'Privacy Secured'. Refer to published device documentation for information on device behavior for this state.

isSecuredboolean

When true, device state is set to 'Secured'. Refer to published device documentation for information on device behavior for this state.

Was this section helpful?
1 2 3 4 5 6 7 8 9 10 { "isFrozenNormal": false, "isFrozenPassage": false, "isFrozenSecured": false, "isHolidayRestricted": false, "isMomentaryUnlocked": false, "isPassage": false, "isPrivacySecured": false, "isSecured": false }
Was this section helpful?