Skip to content

hap-fluent / Enums / LockLastKnownAction

Enumeration: LockLastKnownAction

Defined in: packages/hap-fluent/src/types/hap-enums.ts:208

Last known action that changed the lock state (physical, keypad, remote, etc.)

Enumeration Members

SecuredByAutoSecureTimeout

ts
SecuredByAutoSecureTimeout: 8;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:217


SecuredByKeypad

ts
SecuredByKeypad: 4;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:213


SecuredPhysically

ts
SecuredPhysically: 9;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:218


SecuredPhysicallyExterior

ts
SecuredPhysicallyExterior: 2;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:211


SecuredPhysicallyInterior

ts
SecuredPhysicallyInterior: 0;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:209


SecuredRemotely

ts
SecuredRemotely: 6;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:215


UnsecuredByKeypad

ts
UnsecuredByKeypad: 5;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:214


UnsecuredPhysically

ts
UnsecuredPhysically: 10;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:219


UnsecuredPhysicallyExterior

ts
UnsecuredPhysicallyExterior: 3;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:212


UnsecuredPhysicallyInterior

ts
UnsecuredPhysicallyInterior: 1;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:210


UnsecuredRemotely

ts
UnsecuredRemotely: 7;

Defined in: packages/hap-fluent/src/types/hap-enums.ts:216

Released under the Apache-2.0 License.