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 dfe64fe commit cc7c6faCopy full SHA for cc7c6fa
src/lib/ui/thermostat/ClimatePreset.tsx
@@ -266,9 +266,6 @@ interface CreateFormProps {
266
onComplete: () => void
267
}
268
269
-/**
270
- * @see https://github.com/seamapi/seam-connect/blob/a0b081e086e6f031ad3bcac6dd3f27c46e5b54e5/pages/api/public/thermostats/create_climate_preset.ts#L78-L81
271
- **/
272
const CreateClimatePresetErrorCodes = {
273
DeviceNotFound: 'device_not_found',
274
ClimatePresetExists: 'climate_preset_exists',
0 commit comments