Type Alias Zone

Zone: {
    dateCreated: string;
    dazzleEnabled: boolean;
    dazzleMode: ZoneDazzleMode;
    devices: ZoneDevice[];
    deviceTypes: DeviceType[];
    id: number;
    name: string;
    openWindowDetection: ZoneOpenWindowDetection;
    reportAvailable: boolean;
    showScheduleSetup: boolean;
    supportsDazzle: boolean;
    type: ZoneType;
}

Type declaration