Skip to content

hap-fluent / Enums / ContactSensorState

Enumeration: ContactSensorState

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

Contact sensor state (contact detected or not detected)

Enumeration Members

ContactDetected

ts
ContactDetected: 0;

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


ContactNotDetected

ts
ContactNotDetected: 1;

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

Released under the Apache-2.0 License.