@seamapi/types 1.218.0 → 1.218.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,10 +157,6 @@ export interface Routes {
157
157
  can_program_access_codes: boolean
158
158
  can_unlock_with_face_recognition?: boolean
159
159
  supports_onvif?: boolean
160
- can_hvac_heat: boolean
161
- can_hvac_cool: boolean
162
- can_hvac_heat_cool: boolean
163
- can_turn_off_hvac: boolean
164
160
  }
165
161
  }
166
162
  | {
@@ -353,10 +349,6 @@ export interface Routes {
353
349
  can_program_access_codes: boolean
354
350
  can_unlock_with_face_recognition?: boolean
355
351
  supports_onvif?: boolean
356
- can_hvac_heat: boolean
357
- can_hvac_cool: boolean
358
- can_hvac_heat_cool: boolean
359
- can_turn_off_hvac: boolean
360
352
  }
361
353
  }
362
354
  | {