Variable thermostat_daily_programConst
thermostat_daily_program: ZodObject<{
created_at: ZodString;
device_id: ZodString;
name: ZodOptional<ZodString>;
periods: ZodArray<ZodObject<{
climate_preset_key: ZodString;
starts_at_time: ZodString;
}, "strip", ZodTypeAny, {
climate_preset_key: string;
starts_at_time: string;
}, {
climate_preset_key: string;
starts_at_time: string;
}>, "many">;
thermostat_daily_program_id: ZodString;
}, "strip", ZodTypeAny, {
created_at: string;
device_id: string;
name?: string;
periods: {
climate_preset_key: string;
starts_at_time: string;
}[];
thermostat_daily_program_id: string;
}, {
created_at: string;
device_id: string;
name?: string;
periods: {
climate_preset_key: string;
starts_at_time: string;
}[];
thermostat_daily_program_id: string;
}> = ...
Type declaration
created_at: ZodString
device_id: ZodString
name: ZodOptional<ZodString>
periods: ZodArray<ZodObject<{
climate_preset_key: ZodString;
starts_at_time: ZodString;
}, "strip", ZodTypeAny, {
climate_preset_key: string;
starts_at_time: string;
}, {
climate_preset_key: string;
starts_at_time: string;
}>, "many">
thermostat_daily_program_id: ZodString
Type declaration
created_at: string
device_id: string
Optional
name?: string
periods: {
climate_preset_key: string;
starts_at_time: string;
}[]
thermostat_daily_program_id: string
Type declaration
created_at: string
device_id: string
Optional
name?: string
periods: {
climate_preset_key: string;
starts_at_time: string;
}[]
thermostat_daily_program_id: string