We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7c6fa commit d261748Copy full SHA for d261748
src/lib/ui/thermostat/ClimatePreset.tsx
@@ -341,10 +341,6 @@ interface UpdateFormProps {
341
onComplete: () => void
342
preset: ThermostatClimatePreset
343
}
344
-
345
-/**
346
- * @see https://github.com/seamapi/seam-connect/blob/a0b081e086e6f031ad3bcac6dd3f27c46e5b54e5/pages/api/public/thermostats/update_climate_preset.ts
347
- **/
348
const UpdateClimatePresetErrorCodes = {
349
DeviceNotFound: 'device_not_found',
350
ClimatePresetNotFound: 'climate_preset_not_found',
0 commit comments