Type Alias ZoneOpenWindowDetection

ZoneOpenWindowDetection: {
    enabled: boolean;
    supported: boolean;
    timeoutInSeconds: number;
}

Type declaration

  • enabled: boolean
  • supported: boolean
  • timeoutInSeconds: number