Skip to content

hap-fluent / Enums / Active

Enumeration: Active

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

Active/inactive state for accessories

Enumeration Members

Active

ts
Active: 1;

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


Inactive

ts
Inactive: 0;

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

Released under the Apache-2.0 License.