Type Alias TimeTableSettings

TimeTableSettings: {
    fanLevel?: FanLevel;
    fanSpeed?: FanSpeed;
    horizontalSwing?: HorizontalSwing;
    isBoost?: boolean;
    light?: unknown;
    power: Power;
    temperature: Temperature | null;
    type: ZoneType;
    verticalSwing?: VerticalSwing;
}

Type declaration