Skip to content

Commit 27f8695

Browse files
committed
fix: Update cache with can_use_with_thermostat_daily_programs
1 parent bfba2ad commit 27f8695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/seam/thermostats/use-create-thermostat-climate-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const getUpdatedDevice = (
8585
display_name: variables.name ?? variables.climate_preset_key,
8686
can_delete: true,
8787
can_edit: true,
88-
can_program: true,
88+
can_use_with_thermostat_daily_programs: false,
8989
manual_override_allowed: false,
9090
}
9191

src/lib/seam/thermostats/use-update-thermostat-climate-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function getUpdatedDevice(
8585
display_name: variables.name ?? variables.climate_preset_key,
8686
can_delete: true,
8787
can_edit: true,
88-
can_program: true,
88+
can_use_with_thermostat_daily_programs: false,
8989
manual_override_allowed: true,
9090
}
9191

0 commit comments

Comments
 (0)