Skip to content

hap-fluent / Enums / AirQuality

Enumeration: AirQuality

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

Air quality levels from excellent to poor

Enumeration Members

Excellent

ts
Excellent: 1;

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


Fair

ts
Fair: 3;

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


Good

ts
Good: 2;

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


Inferior

ts
Inferior: 4;

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


Poor

ts
Poor: 5;

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


Unknown

ts
Unknown: 0;

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

Released under the Apache-2.0 License.