Skip to content

hap-fluent / Enums / LockPhysicalControls

Enumeration: LockPhysicalControls

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

Physical control lock state (control lock enabled or disabled)

Enumeration Members

ControlLockDisabled

ts
ControlLockDisabled: 0;

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


ControlLockEnabled

ts
ControlLockEnabled: 1;

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

Released under the Apache-2.0 License.