@seamapi/types 1.396.0 → 1.396.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.
@@ -22795,15 +22795,15 @@ export interface Routes {
22795
22795
  | Array<{
22796
22796
  /** ID of the thermostat daily program. */
22797
22797
  thermostat_daily_program_id: string
22798
- /** ID of the desired thermostat device. */
22798
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
22799
22799
  device_id: string
22800
22800
  /** User-friendly name to identify the thermostat daily program. */
22801
22801
  name: string | null
22802
22802
  /** Array of thermostat daily program periods. */
22803
22803
  periods: Array<{
22804
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22804
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22805
22805
  starts_at_time: string
22806
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
22806
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
22807
22807
  climate_preset_key: string
22808
22808
  }>
22809
22809
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -23974,15 +23974,15 @@ export interface Routes {
23974
23974
  | Array<{
23975
23975
  /** ID of the thermostat daily program. */
23976
23976
  thermostat_daily_program_id: string
23977
- /** ID of the desired thermostat device. */
23977
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
23978
23978
  device_id: string
23979
23979
  /** User-friendly name to identify the thermostat daily program. */
23980
23980
  name: string | null
23981
23981
  /** Array of thermostat daily program periods. */
23982
23982
  periods: Array<{
23983
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23983
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23984
23984
  starts_at_time: string
23985
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
23985
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
23986
23986
  climate_preset_key: string
23987
23987
  }>
23988
23988
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -29207,15 +29207,15 @@ export interface Routes {
29207
29207
  | Array<{
29208
29208
  /** ID of the thermostat daily program. */
29209
29209
  thermostat_daily_program_id: string
29210
- /** ID of the desired thermostat device. */
29210
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
29211
29211
  device_id: string
29212
29212
  /** User-friendly name to identify the thermostat daily program. */
29213
29213
  name: string | null
29214
29214
  /** Array of thermostat daily program periods. */
29215
29215
  periods: Array<{
29216
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29216
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29217
29217
  starts_at_time: string
29218
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
29218
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
29219
29219
  climate_preset_key: string
29220
29220
  }>
29221
29221
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -30194,15 +30194,15 @@ export interface Routes {
30194
30194
  | Array<{
30195
30195
  /** ID of the thermostat daily program. */
30196
30196
  thermostat_daily_program_id: string
30197
- /** ID of the desired thermostat device. */
30197
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
30198
30198
  device_id: string
30199
30199
  /** User-friendly name to identify the thermostat daily program. */
30200
30200
  name: string | null
30201
30201
  /** Array of thermostat daily program periods. */
30202
30202
  periods: Array<{
30203
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
30203
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
30204
30204
  starts_at_time: string
30205
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
30205
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
30206
30206
  climate_preset_key: string
30207
30207
  }>
30208
30208
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -31340,15 +31340,15 @@ export interface Routes {
31340
31340
  | Array<{
31341
31341
  /** ID of the thermostat daily program. */
31342
31342
  thermostat_daily_program_id: string
31343
- /** ID of the desired thermostat device. */
31343
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
31344
31344
  device_id: string
31345
31345
  /** User-friendly name to identify the thermostat daily program. */
31346
31346
  name: string | null
31347
31347
  /** Array of thermostat daily program periods. */
31348
31348
  periods: Array<{
31349
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31349
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31350
31350
  starts_at_time: string
31351
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
31351
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
31352
31352
  climate_preset_key: string
31353
31353
  }>
31354
31354
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -32326,15 +32326,15 @@ export interface Routes {
32326
32326
  | Array<{
32327
32327
  /** ID of the thermostat daily program. */
32328
32328
  thermostat_daily_program_id: string
32329
- /** ID of the desired thermostat device. */
32329
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
32330
32330
  device_id: string
32331
32331
  /** User-friendly name to identify the thermostat daily program. */
32332
32332
  name: string | null
32333
32333
  /** Array of thermostat daily program periods. */
32334
32334
  periods: Array<{
32335
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32335
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
32336
32336
  starts_at_time: string
32337
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
32337
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
32338
32338
  climate_preset_key: string
32339
32339
  }>
32340
32340
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -38638,15 +38638,15 @@ export interface Routes {
38638
38638
  | Array<{
38639
38639
  /** ID of the thermostat daily program. */
38640
38640
  thermostat_daily_program_id: string
38641
- /** ID of the desired thermostat device. */
38641
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
38642
38642
  device_id: string
38643
38643
  /** User-friendly name to identify the thermostat daily program. */
38644
38644
  name: string | null
38645
38645
  /** Array of thermostat daily program periods. */
38646
38646
  periods: Array<{
38647
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
38647
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
38648
38648
  starts_at_time: string
38649
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
38649
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
38650
38650
  climate_preset_key: string
38651
38651
  }>
38652
38652
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -39624,15 +39624,15 @@ export interface Routes {
39624
39624
  | Array<{
39625
39625
  /** ID of the thermostat daily program. */
39626
39626
  thermostat_daily_program_id: string
39627
- /** ID of the desired thermostat device. */
39627
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
39628
39628
  device_id: string
39629
39629
  /** User-friendly name to identify the thermostat daily program. */
39630
39630
  name: string | null
39631
39631
  /** Array of thermostat daily program periods. */
39632
39632
  periods: Array<{
39633
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
39633
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
39634
39634
  starts_at_time: string
39635
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
39635
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
39636
39636
  climate_preset_key: string
39637
39637
  }>
39638
39638
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -44578,9 +44578,9 @@ export interface Routes {
44578
44578
  method: 'POST'
44579
44579
  queryParams: {}
44580
44580
  jsonBody: {
44581
- /** ID of the desired thermostat device. */
44581
+ /** ID of the thermostat device for which you want to activate a climate preset. */
44582
44582
  device_id: string
44583
- /** Climate preset key of the desired climate preset. */
44583
+ /** Climate preset key of the climate preset that you want to activate. */
44584
44584
  climate_preset_key: string
44585
44585
  }
44586
44586
  commonParams: {}
@@ -45885,7 +45885,7 @@ export interface Routes {
45885
45885
  method: 'POST'
45886
45886
  queryParams: {}
45887
45887
  jsonBody: {
45888
- /** ID of the desired thermostat device. */
45888
+ /** ID of the thermostat device that you want to set to cool mode. */
45889
45889
  device_id: string
45890
45890
  /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
45891
45891
  cooling_set_point_celsius?: number | undefined
@@ -47196,7 +47196,7 @@ export interface Routes {
47196
47196
  method: 'POST'
47197
47197
  queryParams: {}
47198
47198
  jsonBody: {
47199
- /** ID of the desired thermostat device. */
47199
+ /** ID of the thermostat device for which you want create a climate preset. */
47200
47200
  device_id: string
47201
47201
  /** Indicates whether a person at the thermostat or using the API can change the thermostat's settings.
47202
47202
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
@@ -47227,33 +47227,34 @@ export interface Routes {
47227
47227
  method: 'POST'
47228
47228
  queryParams: {}
47229
47229
  jsonBody: {
47230
- /** ID of the desired thermostat device. */
47230
+ /** ID of the thermostat device for which you want to create a daily program. */
47231
47231
  device_id: string
47232
47232
  /** User-friendly name to identify the thermostat daily program. */
47233
47233
  name?: string | undefined
47234
47234
  /** Array of thermostat daily program periods. */
47235
47235
  periods: Array<{
47236
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47236
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47237
47237
  starts_at_time: string
47238
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
47238
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
47239
47239
  climate_preset_key: string
47240
47240
  }>
47241
47241
  }
47242
47242
  commonParams: {}
47243
47243
  formData: {}
47244
47244
  jsonResponse: {
47245
+ /** Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time. */
47245
47246
  thermostat_daily_program: {
47246
47247
  /** ID of the thermostat daily program. */
47247
47248
  thermostat_daily_program_id: string
47248
- /** ID of the desired thermostat device. */
47249
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
47249
47250
  device_id: string
47250
47251
  /** User-friendly name to identify the thermostat daily program. */
47251
47252
  name: string | null
47252
47253
  /** Array of thermostat daily program periods. */
47253
47254
  periods: Array<{
47254
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47255
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47255
47256
  starts_at_time: string
47256
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
47257
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
47257
47258
  climate_preset_key: string
47258
47259
  }>
47259
47260
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -47269,7 +47270,7 @@ export interface Routes {
47269
47270
  queryParams: {}
47270
47271
  jsonBody: {}
47271
47272
  commonParams: {
47272
- /** ID of the desired thermostat schedule. */
47273
+ /** ID of the thermostat daily program that you want to delete. */
47273
47274
  thermostat_daily_program_id: string
47274
47275
  }
47275
47276
  formData: {}
@@ -47280,15 +47281,15 @@ export interface Routes {
47280
47281
  method: 'PATCH' | 'POST'
47281
47282
  queryParams: {}
47282
47283
  jsonBody: {
47283
- /** ID of the desired thermostat daily program. */
47284
+ /** ID of the thermostat daily program that you want to update. */
47284
47285
  thermostat_daily_program_id: string
47285
- /** User-friendly name to identify the thermostat daily program. */
47286
+ /** User-friendly name to identify the thermostat daily program that you want to update. */
47286
47287
  name?: string | undefined
47287
- /** Array of thermostat daily program periods. */
47288
+ /** Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program. */
47288
47289
  periods: Array<{
47289
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47290
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47290
47291
  starts_at_time: string
47291
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
47292
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
47292
47293
  climate_preset_key: string
47293
47294
  }>
47294
47295
  }
@@ -48594,9 +48595,9 @@ export interface Routes {
48594
48595
  method: 'POST' | 'DELETE'
48595
48596
  queryParams: {}
48596
48597
  jsonBody: {
48597
- /** ID of the desired thermostat device. */
48598
+ /** ID of the thermostat device for which you want to delete a climate preset. */
48598
48599
  device_id: string
48599
- /** Climate preset key of the desired climate preset. */
48600
+ /** Climate preset key of the climate preset that you want to delete. */
48600
48601
  climate_preset_key: string
48601
48602
  }
48602
48603
  commonParams: {}
@@ -48609,9 +48610,9 @@ export interface Routes {
48609
48610
  queryParams: {}
48610
48611
  jsonBody: {}
48611
48612
  commonParams: {
48612
- /** ID of the desired thermostat device. */
48613
+ /** ID of the thermostat device that you want to retrieve. */
48613
48614
  device_id?: string | undefined
48614
- /** User-friendly name of the desired thermostat device. */
48615
+ /** User-friendly name of the thermostat device that you want to retrieve. */
48615
48616
  name?: string | undefined
48616
48617
  }
48617
48618
  formData: {}
@@ -49292,15 +49293,15 @@ export interface Routes {
49292
49293
  | Array<{
49293
49294
  /** ID of the thermostat daily program. */
49294
49295
  thermostat_daily_program_id: string
49295
- /** ID of the desired thermostat device. */
49296
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
49296
49297
  device_id: string
49297
49298
  /** User-friendly name to identify the thermostat daily program. */
49298
49299
  name: string | null
49299
49300
  /** Array of thermostat daily program periods. */
49300
49301
  periods: Array<{
49301
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
49302
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
49302
49303
  starts_at_time: string
49303
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
49304
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
49304
49305
  climate_preset_key: string
49305
49306
  }>
49306
49307
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -49610,7 +49611,7 @@ export interface Routes {
49610
49611
  method: 'POST'
49611
49612
  queryParams: {}
49612
49613
  jsonBody: {
49613
- /** ID of the desired thermostat device. */
49614
+ /** ID of the thermostat device that you want to set to heat mode. */
49614
49615
  device_id: string
49615
49616
  /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
49616
49617
  heating_set_point_celsius?: number | undefined
@@ -50921,7 +50922,7 @@ export interface Routes {
50921
50922
  method: 'POST'
50922
50923
  queryParams: {}
50923
50924
  jsonBody: {
50924
- /** ID of the desired thermostat device. */
50925
+ /** ID of the thermostat device that you want to set to heat-cool mode. */
50925
50926
  device_id: string
50926
50927
  /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
50927
50928
  heating_set_point_celsius?: number | undefined
@@ -52244,7 +52245,7 @@ export interface Routes {
52244
52245
  connected_account_ids?: string[] | undefined
52245
52246
  /** ID of the Connect Webview by which to filter devices. */
52246
52247
  connect_webview_id?: string | undefined
52247
- /** Device type by which to filter devices. */
52248
+ /** Device type by which to filter thermostat devices. */
52248
52249
  device_type?:
52249
52250
  | (
52250
52251
  | 'ecobee_thermostat'
@@ -52254,7 +52255,7 @@ export interface Routes {
52254
52255
  | 'sensi_thermostat'
52255
52256
  )
52256
52257
  | undefined
52257
- /** Array of device types by which to filter devices. */
52258
+ /** Array of device types by which to filter thermostat devices. */
52258
52259
  device_types?:
52259
52260
  | Array<
52260
52261
  | 'ecobee_thermostat'
@@ -52264,7 +52265,7 @@ export interface Routes {
52264
52265
  | 'sensi_thermostat'
52265
52266
  >
52266
52267
  | undefined
52267
- /** Manufacturer by which to filter devices. */
52268
+ /** Manufacturer by which to filter thermostat devices. */
52268
52269
  manufacturer?:
52269
52270
  | ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi')
52270
52271
  | undefined
@@ -52992,15 +52993,15 @@ export interface Routes {
52992
52993
  | Array<{
52993
52994
  /** ID of the thermostat daily program. */
52994
52995
  thermostat_daily_program_id: string
52995
- /** ID of the desired thermostat device. */
52996
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
52996
52997
  device_id: string
52997
52998
  /** User-friendly name to identify the thermostat daily program. */
52998
52999
  name: string | null
52999
53000
  /** Array of thermostat daily program periods. */
53000
53001
  periods: Array<{
53001
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53002
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53002
53003
  starts_at_time: string
53003
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
53004
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
53004
53005
  climate_preset_key: string
53005
53006
  }>
53006
53007
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -53978,15 +53979,15 @@ export interface Routes {
53978
53979
  | Array<{
53979
53980
  /** ID of the thermostat daily program. */
53980
53981
  thermostat_daily_program_id: string
53981
- /** ID of the desired thermostat device. */
53982
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
53982
53983
  device_id: string
53983
53984
  /** User-friendly name to identify the thermostat daily program. */
53984
53985
  name: string | null
53985
53986
  /** Array of thermostat daily program periods. */
53986
53987
  periods: Array<{
53987
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53988
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53988
53989
  starts_at_time: string
53989
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
53990
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
53990
53991
  climate_preset_key: string
53991
53992
  }>
53992
53993
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -54296,7 +54297,7 @@ export interface Routes {
54296
54297
  method: 'POST'
54297
54298
  queryParams: {}
54298
54299
  jsonBody: {
54299
- /** ID of the desired thermostat device. */
54300
+ /** ID of the thermostat device that you want to set to off mode. */
54300
54301
  device_id: string
54301
54302
  /** */
54302
54303
  sync?: boolean
@@ -55781,9 +55782,9 @@ export interface Routes {
55781
55782
  method: 'POST'
55782
55783
  queryParams: {}
55783
55784
  jsonBody: {
55784
- /** ID of the desired thermostat device. */
55785
+ /** ID of the thermostat device for which you want to set the fallback climate preset. */
55785
55786
  device_id: string
55786
- /** Climate preset key of the desired climate preset. */
55787
+ /** Climate preset key of the climate preset that you want to set as the fallback climate preset. */
55787
55788
  climate_preset_key: string
55788
55789
  }
55789
55790
  commonParams: {}
@@ -55795,6 +55796,7 @@ export interface Routes {
55795
55796
  method: 'POST'
55796
55797
  queryParams: {}
55797
55798
  jsonBody: {
55799
+ /** ID of the thermostat device for which you want to set the fan mode. */
55798
55800
  device_id: string
55799
55801
  /**
55800
55802
  * @deprecated Use `fan_mode_setting` instead. */
@@ -57108,12 +57110,12 @@ export interface Routes {
57108
57110
  jsonBody:
57109
57111
  | {
57110
57112
  hvac_mode_setting: 'off'
57111
- /** ID of the desired thermostat device. */
57113
+ /** ID of the thermostat device for which you want to set the HVAC mode. */
57112
57114
  device_id: string
57113
57115
  }
57114
57116
  | {
57115
57117
  hvac_mode_setting: 'cool'
57116
- /** ID of the desired thermostat device. */
57118
+ /** ID of the thermostat device for which you want to set the HVAC mode. */
57117
57119
  device_id: string
57118
57120
  /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
57119
57121
  cooling_set_point_celsius?: number | undefined
@@ -57122,7 +57124,7 @@ export interface Routes {
57122
57124
  }
57123
57125
  | {
57124
57126
  hvac_mode_setting: 'heat'
57125
- /** ID of the desired thermostat device. */
57127
+ /** ID of the thermostat device for which you want to set the HVAC mode. */
57126
57128
  device_id: string
57127
57129
  /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
57128
57130
  heating_set_point_celsius?: number | undefined
@@ -57131,7 +57133,7 @@ export interface Routes {
57131
57133
  }
57132
57134
  | {
57133
57135
  hvac_mode_setting: 'heat_cool'
57134
- /** ID of the desired thermostat device. */
57136
+ /** ID of the thermostat device for which you want to set the HVAC mode. */
57135
57137
  device_id: string
57136
57138
  /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
57137
57139
  cooling_set_point_celsius?: number | undefined
@@ -58444,7 +58446,7 @@ export interface Routes {
58444
58446
  method: 'POST' | 'PATCH'
58445
58447
  queryParams: {}
58446
58448
  jsonBody: {
58447
- /** ID of the desired thermostat device. */
58449
+ /** ID of the thermostat device for which you want to set a temperature threshold. */
58448
58450
  device_id: string
58449
58451
  /** Lower temperature limit in in °C. Seam alerts you if the reported temperature is lower than this value. You can specify either `lower_limit` but not both. */
58450
58452
  lower_limit_celsius?: (number | undefined) | null
@@ -58529,7 +58531,7 @@ export interface Routes {
58529
58531
  method: 'POST' | 'PATCH'
58530
58532
  queryParams: {}
58531
58533
  jsonBody: {
58532
- /** ID of the desired thermostat device. */
58534
+ /** ID of the thermostat device for which you want to update a climate preset. */
58533
58535
  device_id: string
58534
58536
  /** Unique key to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
58535
58537
  climate_preset_key: string
@@ -58560,7 +58562,7 @@ export interface Routes {
58560
58562
  method: 'POST'
58561
58563
  queryParams: {}
58562
58564
  jsonBody: {
58563
- /** ID of the thermostat device that the weekly program is for. */
58565
+ /** ID of the thermostat device for which you want to update the weekly program. */
58564
58566
  device_id: string
58565
58567
  /** ID of the thermostat daily program to run on Mondays. */
58566
58568
  monday_program_id?: (string | undefined) | null
@@ -61248,15 +61250,15 @@ export interface Routes {
61248
61250
  | Array<{
61249
61251
  /** ID of the thermostat daily program. */
61250
61252
  thermostat_daily_program_id: string
61251
- /** ID of the desired thermostat device. */
61253
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
61252
61254
  device_id: string
61253
61255
  /** User-friendly name to identify the thermostat daily program. */
61254
61256
  name: string | null
61255
61257
  /** Array of thermostat daily program periods. */
61256
61258
  periods: Array<{
61257
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
61259
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
61258
61260
  starts_at_time: string
61259
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
61261
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
61260
61262
  climate_preset_key: string
61261
61263
  }>
61262
61264
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
@@ -62236,15 +62238,15 @@ export interface Routes {
62236
62238
  | Array<{
62237
62239
  /** ID of the thermostat daily program. */
62238
62240
  thermostat_daily_program_id: string
62239
- /** ID of the desired thermostat device. */
62241
+ /** ID of the thermostat device on which the thermostat daily program is configured. */
62240
62242
  device_id: string
62241
62243
  /** User-friendly name to identify the thermostat daily program. */
62242
62244
  name: string | null
62243
62245
  /** Array of thermostat daily program periods. */
62244
62246
  periods: Array<{
62245
- /** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
62247
+ /** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
62246
62248
  starts_at_time: string
62247
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the starts_at_time. */
62249
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to activate at the `starts_at_time`. */
62248
62250
  climate_preset_key: string
62249
62251
  }>
62250
62252
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */