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 d261748 commit e860d81Copy full SHA for e860d81
src/lib/ui/thermostat/ClimatePresets.tsx
@@ -30,9 +30,6 @@ interface ClimatePresetsManagement {
30
31
const CreateNewPresetSymbol = Symbol('CreateNewPreset')
32
33
-/**
34
- * @see https://github.com/seamapi/seam-connect/blob/a0b081e086e6f031ad3bcac6dd3f27c46e5b54e5/pages/api/public/thermostats/delete_climate_preset.ts
35
- */
36
const DeleteClimatePresetErrorCodes = {
37
ClimatePresetNotFound: 'climate_preset_not_found',
38
DeviceNotFound: 'device_not_found',
0 commit comments