@seamapi/types 1.224.0 → 1.225.0

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.
package/dist/connect.cjs CHANGED
@@ -164,8 +164,6 @@ var thermostat_capability_properties = zod.z.object({
164
164
  temperature_fahrenheit: zod.z.number(),
165
165
  temperature_celsius: zod.z.number(),
166
166
  relative_humidity: zod.z.number().min(0).max(1),
167
- can_enable_automatic_heating: zod.z.boolean(),
168
- can_enable_automatic_cooling: zod.z.boolean(),
169
167
  available_hvac_mode_settings: zod.z.array(hvac_mode_setting),
170
168
  is_heating: zod.z.boolean(),
171
169
  is_cooling: zod.z.boolean(),
@@ -5122,8 +5120,6 @@ var openapi_default = {
5122
5120
  },
5123
5121
  type: "array"
5124
5122
  },
5125
- can_enable_automatic_cooling: { type: "boolean" },
5126
- can_enable_automatic_heating: { type: "boolean" },
5127
5123
  current_climate_setting: {
5128
5124
  properties: {
5129
5125
  automatic_cooling_enabled: { type: "boolean" },