Type Alias ZoneControl

ZoneControl: {
    duties: {
        drivers: Device[];
        leader: Device;
        type: ZoneType;
        uis: Device[];
    };
    earlyStartEnabled: boolean;
    heatingCircuit?: number;
    type: ZoneType;
}

Type declaration