/** HomeKit HAP status code returned when an action is not permitted in the current state. */ export const HK_NOT_ALLOWED_IN_CURRENT_STATE = -70412; /** Pulse duration in ms used by motion sensors to emit a brief motion event. */ export const SENSOR_PULSE_MS = 750;