@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.
@@ -6874,25 +6874,26 @@ export interface Routes {
6874
6874
  }>
6875
6875
  | undefined
6876
6876
  fallback_climate_preset_key?: (string | null) | undefined
6877
+ /** 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. */
6877
6878
  active_thermostat_schedule?:
6878
6879
  | ({
6879
- /** ID of the climate schedule. */
6880
+ /** ID of the thermostat schedule. */
6880
6881
  thermostat_schedule_id: string
6881
6882
  /** ID of the desired thermostat device. */
6882
6883
  device_id: string
6883
- /** User-friendly name to identify the climate schedule. */
6884
+ /** User-friendly name to identify the thermostat schedule. */
6884
6885
  name?: string | undefined
6885
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
6886
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
6886
6887
  climate_preset_key: string
6887
- /** 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). */
6888
+ /** 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). */
6888
6889
  max_override_period_minutes: number
6889
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
6890
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
6890
6891
  starts_at: string
6891
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
6892
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
6892
6893
  ends_at: string
6893
- /** Date and time at which the climate schedule was created. */
6894
+ /** Date and time at which the thermostat schedule was created. */
6894
6895
  created_at: string
6895
- /** 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. */
6896
+ /** 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. */
6896
6897
  errors?: any
6897
6898
  } | null)
6898
6899
  | undefined
@@ -12176,25 +12177,26 @@ export interface Routes {
12176
12177
  }>
12177
12178
  | undefined
12178
12179
  fallback_climate_preset_key?: (string | null) | undefined
12180
+ /** 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. */
12179
12181
  active_thermostat_schedule?:
12180
12182
  | ({
12181
- /** ID of the climate schedule. */
12183
+ /** ID of the thermostat schedule. */
12182
12184
  thermostat_schedule_id: string
12183
12185
  /** ID of the desired thermostat device. */
12184
12186
  device_id: string
12185
- /** User-friendly name to identify the climate schedule. */
12187
+ /** User-friendly name to identify the thermostat schedule. */
12186
12188
  name?: string | undefined
12187
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
12189
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
12188
12190
  climate_preset_key: string
12189
- /** 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). */
12191
+ /** 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). */
12190
12192
  max_override_period_minutes: number
12191
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12193
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12192
12194
  starts_at: string
12193
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12195
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12194
12196
  ends_at: string
12195
- /** Date and time at which the climate schedule was created. */
12197
+ /** Date and time at which the thermostat schedule was created. */
12196
12198
  created_at: string
12197
- /** 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. */
12199
+ /** 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. */
12198
12200
  errors?: any
12199
12201
  } | null)
12200
12202
  | undefined
@@ -13049,25 +13051,26 @@ export interface Routes {
13049
13051
  }>
13050
13052
  | undefined
13051
13053
  fallback_climate_preset_key?: (string | null) | undefined
13054
+ /** 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. */
13052
13055
  active_thermostat_schedule?:
13053
13056
  | ({
13054
- /** ID of the climate schedule. */
13057
+ /** ID of the thermostat schedule. */
13055
13058
  thermostat_schedule_id: string
13056
13059
  /** ID of the desired thermostat device. */
13057
13060
  device_id: string
13058
- /** User-friendly name to identify the climate schedule. */
13061
+ /** User-friendly name to identify the thermostat schedule. */
13059
13062
  name?: string | undefined
13060
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
13063
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
13061
13064
  climate_preset_key: string
13062
- /** 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). */
13065
+ /** 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). */
13063
13066
  max_override_period_minutes: number
13064
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13067
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13065
13068
  starts_at: string
13066
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13069
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13067
13070
  ends_at: string
13068
- /** Date and time at which the climate schedule was created. */
13071
+ /** Date and time at which the thermostat schedule was created. */
13069
13072
  created_at: string
13070
- /** 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. */
13073
+ /** 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. */
13071
13074
  errors?: any
13072
13075
  } | null)
13073
13076
  | undefined
@@ -14637,25 +14640,26 @@ export interface Routes {
14637
14640
  }>
14638
14641
  | undefined
14639
14642
  fallback_climate_preset_key?: (string | null) | undefined
14643
+ /** 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. */
14640
14644
  active_thermostat_schedule?:
14641
14645
  | ({
14642
- /** ID of the climate schedule. */
14646
+ /** ID of the thermostat schedule. */
14643
14647
  thermostat_schedule_id: string
14644
14648
  /** ID of the desired thermostat device. */
14645
14649
  device_id: string
14646
- /** User-friendly name to identify the climate schedule. */
14650
+ /** User-friendly name to identify the thermostat schedule. */
14647
14651
  name?: string | undefined
14648
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
14652
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
14649
14653
  climate_preset_key: string
14650
- /** 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). */
14654
+ /** 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). */
14651
14655
  max_override_period_minutes: number
14652
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14656
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14653
14657
  starts_at: string
14654
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14658
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14655
14659
  ends_at: string
14656
- /** Date and time at which the climate schedule was created. */
14660
+ /** Date and time at which the thermostat schedule was created. */
14657
14661
  created_at: string
14658
- /** 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. */
14662
+ /** 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. */
14659
14663
  errors?: any
14660
14664
  } | null)
14661
14665
  | undefined
@@ -15327,25 +15331,26 @@ export interface Routes {
15327
15331
  }>
15328
15332
  | undefined
15329
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. */
15330
15335
  active_thermostat_schedule?:
15331
15336
  | ({
15332
- /** ID of the climate schedule. */
15337
+ /** ID of the thermostat schedule. */
15333
15338
  thermostat_schedule_id: string
15334
15339
  /** ID of the desired thermostat device. */
15335
15340
  device_id: string
15336
- /** User-friendly name to identify the climate schedule. */
15341
+ /** User-friendly name to identify the thermostat schedule. */
15337
15342
  name?: string | undefined
15338
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
15343
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
15339
15344
  climate_preset_key: string
15340
- /** 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). */
15345
+ /** 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). */
15341
15346
  max_override_period_minutes: number
15342
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15347
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15343
15348
  starts_at: string
15344
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15349
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15345
15350
  ends_at: string
15346
- /** Date and time at which the climate schedule was created. */
15351
+ /** Date and time at which the thermostat schedule was created. */
15347
15352
  created_at: string
15348
- /** 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. */
15353
+ /** 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. */
15349
15354
  errors?: any
15350
15355
  } | null)
15351
15356
  | undefined
@@ -16200,25 +16205,26 @@ export interface Routes {
16200
16205
  }>
16201
16206
  | undefined
16202
16207
  fallback_climate_preset_key?: (string | null) | undefined
16208
+ /** 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. */
16203
16209
  active_thermostat_schedule?:
16204
16210
  | ({
16205
- /** ID of the climate schedule. */
16211
+ /** ID of the thermostat schedule. */
16206
16212
  thermostat_schedule_id: string
16207
16213
  /** ID of the desired thermostat device. */
16208
16214
  device_id: string
16209
- /** User-friendly name to identify the climate schedule. */
16215
+ /** User-friendly name to identify the thermostat schedule. */
16210
16216
  name?: string | undefined
16211
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
16217
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
16212
16218
  climate_preset_key: string
16213
- /** 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). */
16219
+ /** 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). */
16214
16220
  max_override_period_minutes: number
16215
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16221
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16216
16222
  starts_at: string
16217
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16223
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16218
16224
  ends_at: string
16219
- /** Date and time at which the climate schedule was created. */
16225
+ /** Date and time at which the thermostat schedule was created. */
16220
16226
  created_at: string
16221
- /** 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. */
16227
+ /** 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. */
16222
16228
  errors?: any
16223
16229
  } | null)
16224
16230
  | undefined
@@ -16890,25 +16896,26 @@ export interface Routes {
16890
16896
  }>
16891
16897
  | undefined
16892
16898
  fallback_climate_preset_key?: (string | null) | undefined
16899
+ /** 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. */
16893
16900
  active_thermostat_schedule?:
16894
16901
  | ({
16895
- /** ID of the climate schedule. */
16902
+ /** ID of the thermostat schedule. */
16896
16903
  thermostat_schedule_id: string
16897
16904
  /** ID of the desired thermostat device. */
16898
16905
  device_id: string
16899
- /** User-friendly name to identify the climate schedule. */
16906
+ /** User-friendly name to identify the thermostat schedule. */
16900
16907
  name?: string | undefined
16901
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
16908
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
16902
16909
  climate_preset_key: string
16903
- /** 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). */
16910
+ /** 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). */
16904
16911
  max_override_period_minutes: number
16905
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16912
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16906
16913
  starts_at: string
16907
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16914
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16908
16915
  ends_at: string
16909
- /** Date and time at which the climate schedule was created. */
16916
+ /** Date and time at which the thermostat schedule was created. */
16910
16917
  created_at: string
16911
- /** 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. */
16918
+ /** 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. */
16912
16919
  errors?: any
16913
16920
  } | null)
16914
16921
  | undefined
@@ -19515,25 +19522,26 @@ export interface Routes {
19515
19522
  }>
19516
19523
  | undefined
19517
19524
  fallback_climate_preset_key?: (string | null) | undefined
19525
+ /** 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. */
19518
19526
  active_thermostat_schedule?:
19519
19527
  | ({
19520
- /** ID of the climate schedule. */
19528
+ /** ID of the thermostat schedule. */
19521
19529
  thermostat_schedule_id: string
19522
19530
  /** ID of the desired thermostat device. */
19523
19531
  device_id: string
19524
- /** User-friendly name to identify the climate schedule. */
19532
+ /** User-friendly name to identify the thermostat schedule. */
19525
19533
  name?: string | undefined
19526
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
19534
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
19527
19535
  climate_preset_key: string
19528
- /** 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). */
19536
+ /** 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). */
19529
19537
  max_override_period_minutes: number
19530
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19538
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19531
19539
  starts_at: string
19532
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19540
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19533
19541
  ends_at: string
19534
- /** Date and time at which the climate schedule was created. */
19542
+ /** Date and time at which the thermostat schedule was created. */
19535
19543
  created_at: string
19536
- /** 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. */
19544
+ /** 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. */
19537
19545
  errors?: any
19538
19546
  } | null)
19539
19547
  | undefined
@@ -20205,25 +20213,26 @@ export interface Routes {
20205
20213
  }>
20206
20214
  | undefined
20207
20215
  fallback_climate_preset_key?: (string | null) | undefined
20216
+ /** 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. */
20208
20217
  active_thermostat_schedule?:
20209
20218
  | ({
20210
- /** ID of the climate schedule. */
20219
+ /** ID of the thermostat schedule. */
20211
20220
  thermostat_schedule_id: string
20212
20221
  /** ID of the desired thermostat device. */
20213
20222
  device_id: string
20214
- /** User-friendly name to identify the climate schedule. */
20223
+ /** User-friendly name to identify the thermostat schedule. */
20215
20224
  name?: string | undefined
20216
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
20225
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
20217
20226
  climate_preset_key: string
20218
- /** 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). */
20227
+ /** 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). */
20219
20228
  max_override_period_minutes: number
20220
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20229
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20221
20230
  starts_at: string
20222
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20231
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
20223
20232
  ends_at: string
20224
- /** Date and time at which the climate schedule was created. */
20233
+ /** Date and time at which the thermostat schedule was created. */
20225
20234
  created_at: string
20226
- /** 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. */
20235
+ /** 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. */
20227
20236
  errors?: any
20228
20237
  } | null)
20229
20238
  | undefined
@@ -25527,25 +25536,26 @@ export interface Routes {
25527
25536
  }>
25528
25537
  | undefined
25529
25538
  fallback_climate_preset_key?: (string | null) | undefined
25539
+ /** 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. */
25530
25540
  active_thermostat_schedule?:
25531
25541
  | ({
25532
- /** ID of the climate schedule. */
25542
+ /** ID of the thermostat schedule. */
25533
25543
  thermostat_schedule_id: string
25534
25544
  /** ID of the desired thermostat device. */
25535
25545
  device_id: string
25536
- /** User-friendly name to identify the climate schedule. */
25546
+ /** User-friendly name to identify the thermostat schedule. */
25537
25547
  name?: string | undefined
25538
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
25548
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
25539
25549
  climate_preset_key: string
25540
- /** 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). */
25550
+ /** 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). */
25541
25551
  max_override_period_minutes: number
25542
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25552
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25543
25553
  starts_at: string
25544
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25554
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25545
25555
  ends_at: string
25546
- /** Date and time at which the climate schedule was created. */
25556
+ /** Date and time at which the thermostat schedule was created. */
25547
25557
  created_at: string
25548
- /** 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. */
25558
+ /** 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. */
25549
25559
  errors?: any
25550
25560
  } | null)
25551
25561
  | undefined
@@ -28134,25 +28144,26 @@ export interface Routes {
28134
28144
  }>
28135
28145
  | undefined
28136
28146
  fallback_climate_preset_key?: (string | null) | undefined
28147
+ /** 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. */
28137
28148
  active_thermostat_schedule?:
28138
28149
  | ({
28139
- /** ID of the climate schedule. */
28150
+ /** ID of the thermostat schedule. */
28140
28151
  thermostat_schedule_id: string
28141
28152
  /** ID of the desired thermostat device. */
28142
28153
  device_id: string
28143
- /** User-friendly name to identify the climate schedule. */
28154
+ /** User-friendly name to identify the thermostat schedule. */
28144
28155
  name?: string | undefined
28145
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
28156
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
28146
28157
  climate_preset_key: string
28147
- /** 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). */
28158
+ /** 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). */
28148
28159
  max_override_period_minutes: number
28149
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28160
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28150
28161
  starts_at: string
28151
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28162
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28152
28163
  ends_at: string
28153
- /** Date and time at which the climate schedule was created. */
28164
+ /** Date and time at which the thermostat schedule was created. */
28154
28165
  created_at: string
28155
- /** 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. */
28166
+ /** 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. */
28156
28167
  errors?: any
28157
28168
  } | null)
28158
28169
  | undefined
@@ -28824,25 +28835,26 @@ export interface Routes {
28824
28835
  }>
28825
28836
  | undefined
28826
28837
  fallback_climate_preset_key?: (string | null) | undefined
28838
+ /** 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. */
28827
28839
  active_thermostat_schedule?:
28828
28840
  | ({
28829
- /** ID of the climate schedule. */
28841
+ /** ID of the thermostat schedule. */
28830
28842
  thermostat_schedule_id: string
28831
28843
  /** ID of the desired thermostat device. */
28832
28844
  device_id: string
28833
- /** User-friendly name to identify the climate schedule. */
28845
+ /** User-friendly name to identify the thermostat schedule. */
28834
28846
  name?: string | undefined
28835
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
28847
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
28836
28848
  climate_preset_key: string
28837
- /** 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). */
28849
+ /** 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). */
28838
28850
  max_override_period_minutes: number
28839
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28851
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28840
28852
  starts_at: string
28841
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28853
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28842
28854
  ends_at: string
28843
- /** Date and time at which the climate schedule was created. */
28855
+ /** Date and time at which the thermostat schedule was created. */
28844
28856
  created_at: string
28845
- /** 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. */
28857
+ /** 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. */
28846
28858
  errors?: any
28847
28859
  } | null)
28848
28860
  | undefined
@@ -29784,38 +29796,39 @@ export interface Routes {
29784
29796
  jsonBody: {
29785
29797
  /** ID of the desired thermostat device. */
29786
29798
  device_id: string
29787
- /** User-friendly name to identify the climate schedule. */
29799
+ /** User-friendly name to identify the thermostat schedule. */
29788
29800
  name?: string | undefined
29789
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
29801
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
29790
29802
  climate_preset_key: string
29791
- /** 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). */
29803
+ /** 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). */
29792
29804
  max_override_period_minutes?: number
29793
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29805
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29794
29806
  starts_at: string
29795
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29807
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29796
29808
  ends_at: string
29797
29809
  }
29798
29810
  commonParams: {}
29799
29811
  formData: {}
29800
29812
  jsonResponse: {
29813
+ /** 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. */
29801
29814
  thermostat_schedule: {
29802
- /** ID of the climate schedule. */
29815
+ /** ID of the thermostat schedule. */
29803
29816
  thermostat_schedule_id: string
29804
29817
  /** ID of the desired thermostat device. */
29805
29818
  device_id: string
29806
- /** User-friendly name to identify the climate schedule. */
29819
+ /** User-friendly name to identify the thermostat schedule. */
29807
29820
  name?: string | undefined
29808
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
29821
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
29809
29822
  climate_preset_key: string
29810
- /** 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). */
29823
+ /** 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). */
29811
29824
  max_override_period_minutes: number
29812
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29825
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29813
29826
  starts_at: string
29814
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29827
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29815
29828
  ends_at: string
29816
- /** Date and time at which the climate schedule was created. */
29829
+ /** Date and time at which the thermostat schedule was created. */
29817
29830
  created_at: string
29818
- /** 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. */
29831
+ /** 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. */
29819
29832
  errors?: any
29820
29833
  }
29821
29834
  }
@@ -29826,7 +29839,7 @@ export interface Routes {
29826
29839
  queryParams: {}
29827
29840
  jsonBody: {}
29828
29841
  commonParams: {
29829
- /** ID of the desired climate schedule. */
29842
+ /** ID of the desired thermostat schedule. */
29830
29843
  thermostat_schedule_id: string
29831
29844
  }
29832
29845
  formData: {}
@@ -29838,29 +29851,30 @@ export interface Routes {
29838
29851
  queryParams: {}
29839
29852
  jsonBody: {}
29840
29853
  commonParams: {
29841
- /** ID of the desired climate schedule. */
29854
+ /** ID of the desired thermostat schedule. */
29842
29855
  thermostat_schedule_id: string
29843
29856
  }
29844
29857
  formData: {}
29845
29858
  jsonResponse: {
29859
+ /** 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. */
29846
29860
  thermostat_schedule: {
29847
- /** ID of the climate schedule. */
29861
+ /** ID of the thermostat schedule. */
29848
29862
  thermostat_schedule_id: string
29849
29863
  /** ID of the desired thermostat device. */
29850
29864
  device_id: string
29851
- /** User-friendly name to identify the climate schedule. */
29865
+ /** User-friendly name to identify the thermostat schedule. */
29852
29866
  name?: string | undefined
29853
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
29867
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
29854
29868
  climate_preset_key: string
29855
- /** 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). */
29869
+ /** 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). */
29856
29870
  max_override_period_minutes: number
29857
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29871
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29858
29872
  starts_at: string
29859
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29873
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29860
29874
  ends_at: string
29861
- /** Date and time at which the climate schedule was created. */
29875
+ /** Date and time at which the thermostat schedule was created. */
29862
29876
  created_at: string
29863
- /** 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. */
29877
+ /** 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. */
29864
29878
  errors?: any
29865
29879
  }
29866
29880
  }
@@ -29873,29 +29887,29 @@ export interface Routes {
29873
29887
  commonParams: {
29874
29888
  /** ID of the desired thermostat device. */
29875
29889
  device_id: string
29876
- /** User identifier key by which to filter the list of returned climate schedules. */
29890
+ /** User identifier key by which to filter the list of returned thermostat schedules. */
29877
29891
  user_identifier_key?: string | undefined
29878
29892
  }
29879
29893
  formData: {}
29880
29894
  jsonResponse: {
29881
29895
  thermostat_schedules: Array<{
29882
- /** ID of the climate schedule. */
29896
+ /** ID of the thermostat schedule. */
29883
29897
  thermostat_schedule_id: string
29884
29898
  /** ID of the desired thermostat device. */
29885
29899
  device_id: string
29886
- /** User-friendly name to identify the climate schedule. */
29900
+ /** User-friendly name to identify the thermostat schedule. */
29887
29901
  name?: string | undefined
29888
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
29902
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
29889
29903
  climate_preset_key: string
29890
- /** 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). */
29904
+ /** 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). */
29891
29905
  max_override_period_minutes: number
29892
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29906
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29893
29907
  starts_at: string
29894
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29908
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29895
29909
  ends_at: string
29896
- /** Date and time at which the climate schedule was created. */
29910
+ /** Date and time at which the thermostat schedule was created. */
29897
29911
  created_at: string
29898
- /** 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. */
29912
+ /** 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. */
29899
29913
  errors?: any
29900
29914
  }>
29901
29915
  }
@@ -29905,17 +29919,17 @@ export interface Routes {
29905
29919
  method: 'PATCH' | 'POST'
29906
29920
  queryParams: {}
29907
29921
  jsonBody: {
29908
- /** ID of the desired climate schedule. */
29922
+ /** ID of the desired thermostat schedule. */
29909
29923
  thermostat_schedule_id: string
29910
- /** User-friendly name to identify the climate schedule. */
29924
+ /** User-friendly name to identify the thermostat schedule. */
29911
29925
  name?: string | undefined
29912
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
29926
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
29913
29927
  climate_preset_key?: string | undefined
29914
- /** 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). */
29928
+ /** 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). */
29915
29929
  max_override_period_minutes?: number | undefined
29916
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29930
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29917
29931
  starts_at?: string | undefined
29918
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29932
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29919
29933
  ends_at?: string | undefined
29920
29934
  }
29921
29935
  commonParams: {}
@@ -31642,25 +31656,26 @@ export interface Routes {
31642
31656
  }>
31643
31657
  | undefined
31644
31658
  fallback_climate_preset_key?: (string | null) | undefined
31659
+ /** 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. */
31645
31660
  active_thermostat_schedule?:
31646
31661
  | ({
31647
- /** ID of the climate schedule. */
31662
+ /** ID of the thermostat schedule. */
31648
31663
  thermostat_schedule_id: string
31649
31664
  /** ID of the desired thermostat device. */
31650
31665
  device_id: string
31651
- /** User-friendly name to identify the climate schedule. */
31666
+ /** User-friendly name to identify the thermostat schedule. */
31652
31667
  name?: string | undefined
31653
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
31668
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
31654
31669
  climate_preset_key: string
31655
- /** 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). */
31670
+ /** 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). */
31656
31671
  max_override_period_minutes: number
31657
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31672
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31658
31673
  starts_at: string
31659
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31674
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31660
31675
  ends_at: string
31661
- /** Date and time at which the climate schedule was created. */
31676
+ /** Date and time at which the thermostat schedule was created. */
31662
31677
  created_at: string
31663
- /** 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. */
31678
+ /** 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. */
31664
31679
  errors?: any
31665
31680
  } | null)
31666
31681
  | undefined
@@ -32334,25 +32349,26 @@ export interface Routes {
32334
32349
  }>
32335
32350
  | undefined
32336
32351
  fallback_climate_preset_key?: (string | null) | undefined
32352
+ /** 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. */
32337
32353
  active_thermostat_schedule?:
32338
32354
  | ({
32339
- /** ID of the climate schedule. */
32355
+ /** ID of the thermostat schedule. */
32340
32356
  thermostat_schedule_id: string
32341
32357
  /** ID of the desired thermostat device. */
32342
32358
  device_id: string
32343
- /** User-friendly name to identify the climate schedule. */
32359
+ /** User-friendly name to identify the thermostat schedule. */
32344
32360
  name?: string | undefined
32345
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
32361
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
32346
32362
  climate_preset_key: string
32347
- /** 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). */
32363
+ /** 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). */
32348
32364
  max_override_period_minutes: number
32349
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32365
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32350
32366
  starts_at: string
32351
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32367
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32352
32368
  ends_at: string
32353
- /** Date and time at which the climate schedule was created. */
32369
+ /** Date and time at which the thermostat schedule was created. */
32354
32370
  created_at: string
32355
- /** 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. */
32371
+ /** 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. */
32356
32372
  errors?: any
32357
32373
  } | null)
32358
32374
  | undefined