@seamapi/types 1.292.0 → 1.292.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.
@@ -5847,24 +5847,25 @@ export interface Routes {
5847
5847
  manual_override_allowed: boolean;
5848
5848
  }> | undefined;
5849
5849
  fallback_climate_preset_key?: (string | null) | undefined;
5850
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
5850
5851
  active_thermostat_schedule?: ({
5851
- /** ID of the climate schedule. */
5852
+ /** ID of the thermostat schedule. */
5852
5853
  thermostat_schedule_id: string;
5853
5854
  /** ID of the desired thermostat device. */
5854
5855
  device_id: string;
5855
- /** User-friendly name to identify the climate schedule. */
5856
+ /** User-friendly name to identify the thermostat schedule. */
5856
5857
  name?: string | undefined;
5857
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
5858
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
5858
5859
  climate_preset_key: string;
5859
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
5860
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
5860
5861
  max_override_period_minutes: number;
5861
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
5862
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
5862
5863
  starts_at: string;
5863
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
5864
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
5864
5865
  ends_at: string;
5865
- /** Date and time at which the climate schedule was created. */
5866
+ /** Date and time at which the thermostat schedule was created. */
5866
5867
  created_at: string;
5867
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
5868
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
5868
5869
  errors?: any;
5869
5870
  } | null) | undefined;
5870
5871
  min_cooling_set_point_celsius?: number | undefined;
@@ -10231,24 +10232,25 @@ export interface Routes {
10231
10232
  manual_override_allowed: boolean;
10232
10233
  }> | undefined;
10233
10234
  fallback_climate_preset_key?: (string | null) | undefined;
10235
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
10234
10236
  active_thermostat_schedule?: ({
10235
- /** ID of the climate schedule. */
10237
+ /** ID of the thermostat schedule. */
10236
10238
  thermostat_schedule_id: string;
10237
10239
  /** ID of the desired thermostat device. */
10238
10240
  device_id: string;
10239
- /** User-friendly name to identify the climate schedule. */
10241
+ /** User-friendly name to identify the thermostat schedule. */
10240
10242
  name?: string | undefined;
10241
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
10243
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
10242
10244
  climate_preset_key: string;
10243
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
10245
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
10244
10246
  max_override_period_minutes: number;
10245
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10247
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10246
10248
  starts_at: string;
10247
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10249
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10248
10250
  ends_at: string;
10249
- /** Date and time at which the climate schedule was created. */
10251
+ /** Date and time at which the thermostat schedule was created. */
10250
10252
  created_at: string;
10251
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
10253
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
10252
10254
  errors?: any;
10253
10255
  } | null) | undefined;
10254
10256
  min_cooling_set_point_celsius?: number | undefined;
@@ -10775,24 +10777,25 @@ export interface Routes {
10775
10777
  manual_override_allowed: boolean;
10776
10778
  }> | undefined;
10777
10779
  fallback_climate_preset_key?: (string | null) | undefined;
10780
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
10778
10781
  active_thermostat_schedule?: ({
10779
- /** ID of the climate schedule. */
10782
+ /** ID of the thermostat schedule. */
10780
10783
  thermostat_schedule_id: string;
10781
10784
  /** ID of the desired thermostat device. */
10782
10785
  device_id: string;
10783
- /** User-friendly name to identify the climate schedule. */
10786
+ /** User-friendly name to identify the thermostat schedule. */
10784
10787
  name?: string | undefined;
10785
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
10788
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
10786
10789
  climate_preset_key: string;
10787
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
10790
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
10788
10791
  max_override_period_minutes: number;
10789
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10792
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10790
10793
  starts_at: string;
10791
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10794
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10792
10795
  ends_at: string;
10793
- /** Date and time at which the climate schedule was created. */
10796
+ /** Date and time at which the thermostat schedule was created. */
10794
10797
  created_at: string;
10795
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
10798
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
10796
10799
  errors?: any;
10797
10800
  } | null) | undefined;
10798
10801
  min_cooling_set_point_celsius?: number | undefined;
@@ -11722,24 +11725,25 @@ export interface Routes {
11722
11725
  manual_override_allowed: boolean;
11723
11726
  }> | undefined;
11724
11727
  fallback_climate_preset_key?: (string | null) | undefined;
11728
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
11725
11729
  active_thermostat_schedule?: ({
11726
- /** ID of the climate schedule. */
11730
+ /** ID of the thermostat schedule. */
11727
11731
  thermostat_schedule_id: string;
11728
11732
  /** ID of the desired thermostat device. */
11729
11733
  device_id: string;
11730
- /** User-friendly name to identify the climate schedule. */
11734
+ /** User-friendly name to identify the thermostat schedule. */
11731
11735
  name?: string | undefined;
11732
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
11736
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
11733
11737
  climate_preset_key: string;
11734
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
11738
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
11735
11739
  max_override_period_minutes: number;
11736
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11740
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11737
11741
  starts_at: string;
11738
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11742
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11739
11743
  ends_at: string;
11740
- /** Date and time at which the climate schedule was created. */
11744
+ /** Date and time at which the thermostat schedule was created. */
11741
11745
  created_at: string;
11742
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
11746
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
11743
11747
  errors?: any;
11744
11748
  } | null) | undefined;
11745
11749
  min_cooling_set_point_celsius?: number | undefined;
@@ -12229,24 +12233,25 @@ export interface Routes {
12229
12233
  manual_override_allowed: boolean;
12230
12234
  }> | undefined;
12231
12235
  fallback_climate_preset_key?: (string | null) | undefined;
12236
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
12232
12237
  active_thermostat_schedule?: ({
12233
- /** ID of the climate schedule. */
12238
+ /** ID of the thermostat schedule. */
12234
12239
  thermostat_schedule_id: string;
12235
12240
  /** ID of the desired thermostat device. */
12236
12241
  device_id: string;
12237
- /** User-friendly name to identify the climate schedule. */
12242
+ /** User-friendly name to identify the thermostat schedule. */
12238
12243
  name?: string | undefined;
12239
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
12244
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
12240
12245
  climate_preset_key: string;
12241
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
12246
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
12242
12247
  max_override_period_minutes: number;
12243
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12248
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12244
12249
  starts_at: string;
12245
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12250
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12246
12251
  ends_at: string;
12247
- /** Date and time at which the climate schedule was created. */
12252
+ /** Date and time at which the thermostat schedule was created. */
12248
12253
  created_at: string;
12249
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
12254
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
12250
12255
  errors?: any;
12251
12256
  } | null) | undefined;
12252
12257
  min_cooling_set_point_celsius?: number | undefined;
@@ -12773,24 +12778,25 @@ export interface Routes {
12773
12778
  manual_override_allowed: boolean;
12774
12779
  }> | undefined;
12775
12780
  fallback_climate_preset_key?: (string | null) | undefined;
12781
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
12776
12782
  active_thermostat_schedule?: ({
12777
- /** ID of the climate schedule. */
12783
+ /** ID of the thermostat schedule. */
12778
12784
  thermostat_schedule_id: string;
12779
12785
  /** ID of the desired thermostat device. */
12780
12786
  device_id: string;
12781
- /** User-friendly name to identify the climate schedule. */
12787
+ /** User-friendly name to identify the thermostat schedule. */
12782
12788
  name?: string | undefined;
12783
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
12789
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
12784
12790
  climate_preset_key: string;
12785
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
12791
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
12786
12792
  max_override_period_minutes: number;
12787
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12793
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12788
12794
  starts_at: string;
12789
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12795
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12790
12796
  ends_at: string;
12791
- /** Date and time at which the climate schedule was created. */
12797
+ /** Date and time at which the thermostat schedule was created. */
12792
12798
  created_at: string;
12793
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
12799
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
12794
12800
  errors?: any;
12795
12801
  } | null) | undefined;
12796
12802
  min_cooling_set_point_celsius?: number | undefined;
@@ -13280,24 +13286,25 @@ export interface Routes {
13280
13286
  manual_override_allowed: boolean;
13281
13287
  }> | undefined;
13282
13288
  fallback_climate_preset_key?: (string | null) | undefined;
13289
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
13283
13290
  active_thermostat_schedule?: ({
13284
- /** ID of the climate schedule. */
13291
+ /** ID of the thermostat schedule. */
13285
13292
  thermostat_schedule_id: string;
13286
13293
  /** ID of the desired thermostat device. */
13287
13294
  device_id: string;
13288
- /** User-friendly name to identify the climate schedule. */
13295
+ /** User-friendly name to identify the thermostat schedule. */
13289
13296
  name?: string | undefined;
13290
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
13297
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
13291
13298
  climate_preset_key: string;
13292
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
13299
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
13293
13300
  max_override_period_minutes: number;
13294
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13301
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13295
13302
  starts_at: string;
13296
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13303
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13297
13304
  ends_at: string;
13298
- /** Date and time at which the climate schedule was created. */
13305
+ /** Date and time at which the thermostat schedule was created. */
13299
13306
  created_at: string;
13300
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
13307
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
13301
13308
  errors?: any;
13302
13309
  } | null) | undefined;
13303
13310
  min_cooling_set_point_celsius?: number | undefined;
@@ -15324,24 +15331,25 @@ export interface Routes {
15324
15331
  manual_override_allowed: boolean;
15325
15332
  }> | undefined;
15326
15333
  fallback_climate_preset_key?: (string | null) | undefined;
15334
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
15327
15335
  active_thermostat_schedule?: ({
15328
- /** ID of the climate schedule. */
15336
+ /** ID of the thermostat schedule. */
15329
15337
  thermostat_schedule_id: string;
15330
15338
  /** ID of the desired thermostat device. */
15331
15339
  device_id: string;
15332
- /** User-friendly name to identify the climate schedule. */
15340
+ /** User-friendly name to identify the thermostat schedule. */
15333
15341
  name?: string | undefined;
15334
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
15342
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
15335
15343
  climate_preset_key: string;
15336
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
15344
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
15337
15345
  max_override_period_minutes: number;
15338
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15346
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15339
15347
  starts_at: string;
15340
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15348
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15341
15349
  ends_at: string;
15342
- /** Date and time at which the climate schedule was created. */
15350
+ /** Date and time at which the thermostat schedule was created. */
15343
15351
  created_at: string;
15344
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15352
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15345
15353
  errors?: any;
15346
15354
  } | null) | undefined;
15347
15355
  min_cooling_set_point_celsius?: number | undefined;
@@ -15831,24 +15839,25 @@ export interface Routes {
15831
15839
  manual_override_allowed: boolean;
15832
15840
  }> | undefined;
15833
15841
  fallback_climate_preset_key?: (string | null) | undefined;
15842
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
15834
15843
  active_thermostat_schedule?: ({
15835
- /** ID of the climate schedule. */
15844
+ /** ID of the thermostat schedule. */
15836
15845
  thermostat_schedule_id: string;
15837
15846
  /** ID of the desired thermostat device. */
15838
15847
  device_id: string;
15839
- /** User-friendly name to identify the climate schedule. */
15848
+ /** User-friendly name to identify the thermostat schedule. */
15840
15849
  name?: string | undefined;
15841
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
15850
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
15842
15851
  climate_preset_key: string;
15843
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
15852
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
15844
15853
  max_override_period_minutes: number;
15845
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15854
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15846
15855
  starts_at: string;
15847
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15856
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15848
15857
  ends_at: string;
15849
- /** Date and time at which the climate schedule was created. */
15858
+ /** Date and time at which the thermostat schedule was created. */
15850
15859
  created_at: string;
15851
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15860
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15852
15861
  errors?: any;
15853
15862
  } | null) | undefined;
15854
15863
  min_cooling_set_point_celsius?: number | undefined;
@@ -20316,24 +20325,25 @@ export interface Routes {
20316
20325
  manual_override_allowed: boolean;
20317
20326
  }> | undefined;
20318
20327
  fallback_climate_preset_key?: (string | null) | undefined;
20328
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
20319
20329
  active_thermostat_schedule?: ({
20320
- /** ID of the climate schedule. */
20330
+ /** ID of the thermostat schedule. */
20321
20331
  thermostat_schedule_id: string;
20322
20332
  /** ID of the desired thermostat device. */
20323
20333
  device_id: string;
20324
- /** User-friendly name to identify the climate schedule. */
20334
+ /** User-friendly name to identify the thermostat schedule. */
20325
20335
  name?: string | undefined;
20326
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
20336
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
20327
20337
  climate_preset_key: string;
20328
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
20338
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
20329
20339
  max_override_period_minutes: number;
20330
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20340
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20331
20341
  starts_at: string;
20332
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20342
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20333
20343
  ends_at: string;
20334
- /** Date and time at which the climate schedule was created. */
20344
+ /** Date and time at which the thermostat schedule was created. */
20335
20345
  created_at: string;
20336
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
20346
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
20337
20347
  errors?: any;
20338
20348
  } | null) | undefined;
20339
20349
  min_cooling_set_point_celsius?: number | undefined;
@@ -22342,24 +22352,25 @@ export interface Routes {
22342
22352
  manual_override_allowed: boolean;
22343
22353
  }> | undefined;
22344
22354
  fallback_climate_preset_key?: (string | null) | undefined;
22355
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
22345
22356
  active_thermostat_schedule?: ({
22346
- /** ID of the climate schedule. */
22357
+ /** ID of the thermostat schedule. */
22347
22358
  thermostat_schedule_id: string;
22348
22359
  /** ID of the desired thermostat device. */
22349
22360
  device_id: string;
22350
- /** User-friendly name to identify the climate schedule. */
22361
+ /** User-friendly name to identify the thermostat schedule. */
22351
22362
  name?: string | undefined;
22352
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
22363
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
22353
22364
  climate_preset_key: string;
22354
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
22365
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
22355
22366
  max_override_period_minutes: number;
22356
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22367
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22357
22368
  starts_at: string;
22358
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22369
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22359
22370
  ends_at: string;
22360
- /** Date and time at which the climate schedule was created. */
22371
+ /** Date and time at which the thermostat schedule was created. */
22361
22372
  created_at: string;
22362
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
22373
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
22363
22374
  errors?: any;
22364
22375
  } | null) | undefined;
22365
22376
  min_cooling_set_point_celsius?: number | undefined;
@@ -22849,24 +22860,25 @@ export interface Routes {
22849
22860
  manual_override_allowed: boolean;
22850
22861
  }> | undefined;
22851
22862
  fallback_climate_preset_key?: (string | null) | undefined;
22863
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
22852
22864
  active_thermostat_schedule?: ({
22853
- /** ID of the climate schedule. */
22865
+ /** ID of the thermostat schedule. */
22854
22866
  thermostat_schedule_id: string;
22855
22867
  /** ID of the desired thermostat device. */
22856
22868
  device_id: string;
22857
- /** User-friendly name to identify the climate schedule. */
22869
+ /** User-friendly name to identify the thermostat schedule. */
22858
22870
  name?: string | undefined;
22859
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
22871
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
22860
22872
  climate_preset_key: string;
22861
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
22873
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
22862
22874
  max_override_period_minutes: number;
22863
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22875
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22864
22876
  starts_at: string;
22865
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22877
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22866
22878
  ends_at: string;
22867
- /** Date and time at which the climate schedule was created. */
22879
+ /** Date and time at which the thermostat schedule was created. */
22868
22880
  created_at: string;
22869
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
22881
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
22870
22882
  errors?: any;
22871
22883
  } | null) | undefined;
22872
22884
  min_cooling_set_point_celsius?: number | undefined;
@@ -23673,38 +23685,39 @@ export interface Routes {
23673
23685
  jsonBody: {
23674
23686
  /** ID of the desired thermostat device. */
23675
23687
  device_id: string;
23676
- /** User-friendly name to identify the climate schedule. */
23688
+ /** User-friendly name to identify the thermostat schedule. */
23677
23689
  name?: string | undefined;
23678
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
23690
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
23679
23691
  climate_preset_key: string;
23680
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
23692
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
23681
23693
  max_override_period_minutes?: number;
23682
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23694
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23683
23695
  starts_at: string;
23684
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23696
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23685
23697
  ends_at: string;
23686
23698
  };
23687
23699
  commonParams: {};
23688
23700
  formData: {};
23689
23701
  jsonResponse: {
23702
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
23690
23703
  thermostat_schedule: {
23691
- /** ID of the climate schedule. */
23704
+ /** ID of the thermostat schedule. */
23692
23705
  thermostat_schedule_id: string;
23693
23706
  /** ID of the desired thermostat device. */
23694
23707
  device_id: string;
23695
- /** User-friendly name to identify the climate schedule. */
23708
+ /** User-friendly name to identify the thermostat schedule. */
23696
23709
  name?: string | undefined;
23697
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
23710
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
23698
23711
  climate_preset_key: string;
23699
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
23712
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
23700
23713
  max_override_period_minutes: number;
23701
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23714
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23702
23715
  starts_at: string;
23703
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23716
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23704
23717
  ends_at: string;
23705
- /** Date and time at which the climate schedule was created. */
23718
+ /** Date and time at which the thermostat schedule was created. */
23706
23719
  created_at: string;
23707
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23720
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23708
23721
  errors?: any;
23709
23722
  };
23710
23723
  };
@@ -23715,7 +23728,7 @@ export interface Routes {
23715
23728
  queryParams: {};
23716
23729
  jsonBody: {};
23717
23730
  commonParams: {
23718
- /** ID of the desired climate schedule. */
23731
+ /** ID of the desired thermostat schedule. */
23719
23732
  thermostat_schedule_id: string;
23720
23733
  };
23721
23734
  formData: {};
@@ -23727,29 +23740,30 @@ export interface Routes {
23727
23740
  queryParams: {};
23728
23741
  jsonBody: {};
23729
23742
  commonParams: {
23730
- /** ID of the desired climate schedule. */
23743
+ /** ID of the desired thermostat schedule. */
23731
23744
  thermostat_schedule_id: string;
23732
23745
  };
23733
23746
  formData: {};
23734
23747
  jsonResponse: {
23748
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
23735
23749
  thermostat_schedule: {
23736
- /** ID of the climate schedule. */
23750
+ /** ID of the thermostat schedule. */
23737
23751
  thermostat_schedule_id: string;
23738
23752
  /** ID of the desired thermostat device. */
23739
23753
  device_id: string;
23740
- /** User-friendly name to identify the climate schedule. */
23754
+ /** User-friendly name to identify the thermostat schedule. */
23741
23755
  name?: string | undefined;
23742
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
23756
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
23743
23757
  climate_preset_key: string;
23744
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
23758
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
23745
23759
  max_override_period_minutes: number;
23746
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23760
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23747
23761
  starts_at: string;
23748
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23762
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23749
23763
  ends_at: string;
23750
- /** Date and time at which the climate schedule was created. */
23764
+ /** Date and time at which the thermostat schedule was created. */
23751
23765
  created_at: string;
23752
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23766
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23753
23767
  errors?: any;
23754
23768
  };
23755
23769
  };
@@ -23762,29 +23776,29 @@ export interface Routes {
23762
23776
  commonParams: {
23763
23777
  /** ID of the desired thermostat device. */
23764
23778
  device_id: string;
23765
- /** User identifier key by which to filter the list of returned climate schedules. */
23779
+ /** User identifier key by which to filter the list of returned thermostat schedules. */
23766
23780
  user_identifier_key?: string | undefined;
23767
23781
  };
23768
23782
  formData: {};
23769
23783
  jsonResponse: {
23770
23784
  thermostat_schedules: Array<{
23771
- /** ID of the climate schedule. */
23785
+ /** ID of the thermostat schedule. */
23772
23786
  thermostat_schedule_id: string;
23773
23787
  /** ID of the desired thermostat device. */
23774
23788
  device_id: string;
23775
- /** User-friendly name to identify the climate schedule. */
23789
+ /** User-friendly name to identify the thermostat schedule. */
23776
23790
  name?: string | undefined;
23777
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
23791
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
23778
23792
  climate_preset_key: string;
23779
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
23793
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
23780
23794
  max_override_period_minutes: number;
23781
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23795
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23782
23796
  starts_at: string;
23783
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23797
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23784
23798
  ends_at: string;
23785
- /** Date and time at which the climate schedule was created. */
23799
+ /** Date and time at which the thermostat schedule was created. */
23786
23800
  created_at: string;
23787
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23801
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23788
23802
  errors?: any;
23789
23803
  }>;
23790
23804
  };
@@ -23794,17 +23808,17 @@ export interface Routes {
23794
23808
  method: 'PATCH' | 'POST';
23795
23809
  queryParams: {};
23796
23810
  jsonBody: {
23797
- /** ID of the desired climate schedule. */
23811
+ /** ID of the desired thermostat schedule. */
23798
23812
  thermostat_schedule_id: string;
23799
- /** User-friendly name to identify the climate schedule. */
23813
+ /** User-friendly name to identify the thermostat schedule. */
23800
23814
  name?: string | undefined;
23801
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
23815
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
23802
23816
  climate_preset_key?: string | undefined;
23803
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
23817
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
23804
23818
  max_override_period_minutes?: number | undefined;
23805
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23819
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23806
23820
  starts_at?: string | undefined;
23807
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23821
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23808
23822
  ends_at?: string | undefined;
23809
23823
  };
23810
23824
  commonParams: {};
@@ -25230,24 +25244,25 @@ export interface Routes {
25230
25244
  manual_override_allowed: boolean;
25231
25245
  }> | undefined;
25232
25246
  fallback_climate_preset_key?: (string | null) | undefined;
25247
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
25233
25248
  active_thermostat_schedule?: ({
25234
- /** ID of the climate schedule. */
25249
+ /** ID of the thermostat schedule. */
25235
25250
  thermostat_schedule_id: string;
25236
25251
  /** ID of the desired thermostat device. */
25237
25252
  device_id: string;
25238
- /** User-friendly name to identify the climate schedule. */
25253
+ /** User-friendly name to identify the thermostat schedule. */
25239
25254
  name?: string | undefined;
25240
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
25255
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
25241
25256
  climate_preset_key: string;
25242
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
25257
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
25243
25258
  max_override_period_minutes: number;
25244
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25259
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25245
25260
  starts_at: string;
25246
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25261
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25247
25262
  ends_at: string;
25248
- /** Date and time at which the climate schedule was created. */
25263
+ /** Date and time at which the thermostat schedule was created. */
25249
25264
  created_at: string;
25250
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
25265
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
25251
25266
  errors?: any;
25252
25267
  } | null) | undefined;
25253
25268
  min_cooling_set_point_celsius?: number | undefined;
@@ -25739,24 +25754,25 @@ export interface Routes {
25739
25754
  manual_override_allowed: boolean;
25740
25755
  }> | undefined;
25741
25756
  fallback_climate_preset_key?: (string | null) | undefined;
25757
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
25742
25758
  active_thermostat_schedule?: ({
25743
- /** ID of the climate schedule. */
25759
+ /** ID of the thermostat schedule. */
25744
25760
  thermostat_schedule_id: string;
25745
25761
  /** ID of the desired thermostat device. */
25746
25762
  device_id: string;
25747
- /** User-friendly name to identify the climate schedule. */
25763
+ /** User-friendly name to identify the thermostat schedule. */
25748
25764
  name?: string | undefined;
25749
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
25765
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
25750
25766
  climate_preset_key: string;
25751
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
25767
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
25752
25768
  max_override_period_minutes: number;
25753
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25769
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25754
25770
  starts_at: string;
25755
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25771
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25756
25772
  ends_at: string;
25757
- /** Date and time at which the climate schedule was created. */
25773
+ /** Date and time at which the thermostat schedule was created. */
25758
25774
  created_at: string;
25759
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
25775
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
25760
25776
  errors?: any;
25761
25777
  } | null) | undefined;
25762
25778
  min_cooling_set_point_celsius?: number | undefined;