@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.
- package/dist/connect.cjs +84 -85
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +86 -79
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +0 -53
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +0 -23
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +16 -6
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -5
- package/lib/seam/connect/openapi.js +64 -56
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +76 -74
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +0 -35
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +29 -15
- package/src/lib/seam/connect/openapi.ts +103 -56
- package/src/lib/seam/connect/route-types.ts +76 -74
package/dist/connect.d.cts
CHANGED
|
@@ -26271,6 +26271,7 @@ declare const _default: {
|
|
|
26271
26271
|
};
|
|
26272
26272
|
thermostat_daily_programs: {
|
|
26273
26273
|
items: {
|
|
26274
|
+
description: string;
|
|
26274
26275
|
properties: {
|
|
26275
26276
|
created_at: {
|
|
26276
26277
|
description: string;
|
|
@@ -26290,6 +26291,7 @@ declare const _default: {
|
|
|
26290
26291
|
periods: {
|
|
26291
26292
|
description: string;
|
|
26292
26293
|
items: {
|
|
26294
|
+
description: string;
|
|
26293
26295
|
properties: {
|
|
26294
26296
|
climate_preset_key: {
|
|
26295
26297
|
description: string;
|
|
@@ -26319,6 +26321,7 @@ declare const _default: {
|
|
|
26319
26321
|
};
|
|
26320
26322
|
required: string[];
|
|
26321
26323
|
type: string;
|
|
26324
|
+
'x-route-path': string;
|
|
26322
26325
|
};
|
|
26323
26326
|
type: string;
|
|
26324
26327
|
};
|
|
@@ -44951,6 +44954,7 @@ declare const _default: {
|
|
|
44951
44954
|
periods: {
|
|
44952
44955
|
description: string;
|
|
44953
44956
|
items: {
|
|
44957
|
+
description: string;
|
|
44954
44958
|
properties: {
|
|
44955
44959
|
climate_preset_key: {
|
|
44956
44960
|
description: string;
|
|
@@ -44984,6 +44988,7 @@ declare const _default: {
|
|
|
44984
44988
|
type: string;
|
|
44985
44989
|
};
|
|
44986
44990
|
thermostat_daily_program: {
|
|
44991
|
+
description: string;
|
|
44987
44992
|
properties: {
|
|
44988
44993
|
created_at: {
|
|
44989
44994
|
description: string;
|
|
@@ -45003,6 +45008,7 @@ declare const _default: {
|
|
|
45003
45008
|
periods: {
|
|
45004
45009
|
description: string;
|
|
45005
45010
|
items: {
|
|
45011
|
+
description: string;
|
|
45006
45012
|
properties: {
|
|
45007
45013
|
climate_preset_key: {
|
|
45008
45014
|
description: string;
|
|
@@ -45032,6 +45038,7 @@ declare const _default: {
|
|
|
45032
45038
|
};
|
|
45033
45039
|
required: string[];
|
|
45034
45040
|
type: string;
|
|
45041
|
+
'x-route-path': string;
|
|
45035
45042
|
};
|
|
45036
45043
|
};
|
|
45037
45044
|
required: string[];
|
|
@@ -45076,7 +45083,6 @@ declare const _default: {
|
|
|
45076
45083
|
'x-fern-sdk-return-value': string;
|
|
45077
45084
|
'x-response-key': string;
|
|
45078
45085
|
'x-title': string;
|
|
45079
|
-
'x-undocumented': string;
|
|
45080
45086
|
};
|
|
45081
45087
|
};
|
|
45082
45088
|
'/thermostats/daily_programs/delete': {
|
|
@@ -45151,7 +45157,6 @@ declare const _default: {
|
|
|
45151
45157
|
'x-fern-sdk-method-name': string;
|
|
45152
45158
|
'x-response-key': null;
|
|
45153
45159
|
'x-title': string;
|
|
45154
|
-
'x-undocumented': string;
|
|
45155
45160
|
};
|
|
45156
45161
|
};
|
|
45157
45162
|
'/thermostats/daily_programs/update': {
|
|
@@ -45170,6 +45175,7 @@ declare const _default: {
|
|
|
45170
45175
|
periods: {
|
|
45171
45176
|
description: string;
|
|
45172
45177
|
items: {
|
|
45178
|
+
description: string;
|
|
45173
45179
|
properties: {
|
|
45174
45180
|
climate_preset_key: {
|
|
45175
45181
|
description: string;
|
|
@@ -45252,7 +45258,6 @@ declare const _default: {
|
|
|
45252
45258
|
'x-fern-ignore': boolean;
|
|
45253
45259
|
'x-response-key': string;
|
|
45254
45260
|
'x-title': string;
|
|
45255
|
-
'x-undocumented': string;
|
|
45256
45261
|
};
|
|
45257
45262
|
post: {
|
|
45258
45263
|
description: string;
|
|
@@ -45269,6 +45274,7 @@ declare const _default: {
|
|
|
45269
45274
|
periods: {
|
|
45270
45275
|
description: string;
|
|
45271
45276
|
items: {
|
|
45277
|
+
description: string;
|
|
45272
45278
|
properties: {
|
|
45273
45279
|
climate_preset_key: {
|
|
45274
45280
|
description: string;
|
|
@@ -45353,7 +45359,6 @@ declare const _default: {
|
|
|
45353
45359
|
'x-fern-sdk-return-value': string;
|
|
45354
45360
|
'x-response-key': string;
|
|
45355
45361
|
'x-title': string;
|
|
45356
|
-
'x-undocumented': string;
|
|
45357
45362
|
};
|
|
45358
45363
|
};
|
|
45359
45364
|
'/thermostats/delete_climate_preset': {
|
|
@@ -46602,6 +46607,7 @@ declare const _default: {
|
|
|
46602
46607
|
schema: {
|
|
46603
46608
|
properties: {
|
|
46604
46609
|
device_id: {
|
|
46610
|
+
description: string;
|
|
46605
46611
|
format: string;
|
|
46606
46612
|
type: string;
|
|
46607
46613
|
};
|
|
@@ -47650,7 +47656,6 @@ declare const _default: {
|
|
|
47650
47656
|
'x-fern-sdk-return-value': string;
|
|
47651
47657
|
'x-response-key': string;
|
|
47652
47658
|
'x-title': string;
|
|
47653
|
-
'x-undocumented': string;
|
|
47654
47659
|
};
|
|
47655
47660
|
};
|
|
47656
47661
|
'/unstable_access_grants/create': {
|
|
@@ -71821,15 +71826,15 @@ interface Routes {
|
|
|
71821
71826
|
thermostat_daily_programs?: (Array<{
|
|
71822
71827
|
/** ID of the thermostat daily program. */
|
|
71823
71828
|
thermostat_daily_program_id: string;
|
|
71824
|
-
/** ID of the
|
|
71829
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
71825
71830
|
device_id: string;
|
|
71826
71831
|
/** User-friendly name to identify the thermostat daily program. */
|
|
71827
71832
|
name: string | null;
|
|
71828
71833
|
/** Array of thermostat daily program periods. */
|
|
71829
71834
|
periods: Array<{
|
|
71830
|
-
/** Time at which the thermostat daily program
|
|
71835
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
71831
71836
|
starts_at_time: string;
|
|
71832
|
-
/** 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
|
|
71837
|
+
/** 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`. */
|
|
71833
71838
|
climate_preset_key: string;
|
|
71834
71839
|
}>;
|
|
71835
71840
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -72615,15 +72620,15 @@ interface Routes {
|
|
|
72615
72620
|
thermostat_daily_programs?: (Array<{
|
|
72616
72621
|
/** ID of the thermostat daily program. */
|
|
72617
72622
|
thermostat_daily_program_id: string;
|
|
72618
|
-
/** ID of the
|
|
72623
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
72619
72624
|
device_id: string;
|
|
72620
72625
|
/** User-friendly name to identify the thermostat daily program. */
|
|
72621
72626
|
name: string | null;
|
|
72622
72627
|
/** Array of thermostat daily program periods. */
|
|
72623
72628
|
periods: Array<{
|
|
72624
|
-
/** Time at which the thermostat daily program
|
|
72629
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
72625
72630
|
starts_at_time: string;
|
|
72626
|
-
/** 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
|
|
72631
|
+
/** 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`. */
|
|
72627
72632
|
climate_preset_key: string;
|
|
72628
72633
|
}>;
|
|
72629
72634
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -76838,15 +76843,15 @@ interface Routes {
|
|
|
76838
76843
|
thermostat_daily_programs?: (Array<{
|
|
76839
76844
|
/** ID of the thermostat daily program. */
|
|
76840
76845
|
thermostat_daily_program_id: string;
|
|
76841
|
-
/** ID of the
|
|
76846
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
76842
76847
|
device_id: string;
|
|
76843
76848
|
/** User-friendly name to identify the thermostat daily program. */
|
|
76844
76849
|
name: string | null;
|
|
76845
76850
|
/** Array of thermostat daily program periods. */
|
|
76846
76851
|
periods: Array<{
|
|
76847
|
-
/** Time at which the thermostat daily program
|
|
76852
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
76848
76853
|
starts_at_time: string;
|
|
76849
|
-
/** 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
|
|
76854
|
+
/** 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`. */
|
|
76850
76855
|
climate_preset_key: string;
|
|
76851
76856
|
}>;
|
|
76852
76857
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -77591,15 +77596,15 @@ interface Routes {
|
|
|
77591
77596
|
thermostat_daily_programs?: (Array<{
|
|
77592
77597
|
/** ID of the thermostat daily program. */
|
|
77593
77598
|
thermostat_daily_program_id: string;
|
|
77594
|
-
/** ID of the
|
|
77599
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
77595
77600
|
device_id: string;
|
|
77596
77601
|
/** User-friendly name to identify the thermostat daily program. */
|
|
77597
77602
|
name: string | null;
|
|
77598
77603
|
/** Array of thermostat daily program periods. */
|
|
77599
77604
|
periods: Array<{
|
|
77600
|
-
/** Time at which the thermostat daily program
|
|
77605
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
77601
77606
|
starts_at_time: string;
|
|
77602
|
-
/** 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
|
|
77607
|
+
/** 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`. */
|
|
77603
77608
|
climate_preset_key: string;
|
|
77604
77609
|
}>;
|
|
77605
77610
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -78385,15 +78390,15 @@ interface Routes {
|
|
|
78385
78390
|
thermostat_daily_programs?: (Array<{
|
|
78386
78391
|
/** ID of the thermostat daily program. */
|
|
78387
78392
|
thermostat_daily_program_id: string;
|
|
78388
|
-
/** ID of the
|
|
78393
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
78389
78394
|
device_id: string;
|
|
78390
78395
|
/** User-friendly name to identify the thermostat daily program. */
|
|
78391
78396
|
name: string | null;
|
|
78392
78397
|
/** Array of thermostat daily program periods. */
|
|
78393
78398
|
periods: Array<{
|
|
78394
|
-
/** Time at which the thermostat daily program
|
|
78399
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
78395
78400
|
starts_at_time: string;
|
|
78396
|
-
/** 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
|
|
78401
|
+
/** 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`. */
|
|
78397
78402
|
climate_preset_key: string;
|
|
78398
78403
|
}>;
|
|
78399
78404
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -79137,15 +79142,15 @@ interface Routes {
|
|
|
79137
79142
|
thermostat_daily_programs?: (Array<{
|
|
79138
79143
|
/** ID of the thermostat daily program. */
|
|
79139
79144
|
thermostat_daily_program_id: string;
|
|
79140
|
-
/** ID of the
|
|
79145
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
79141
79146
|
device_id: string;
|
|
79142
79147
|
/** User-friendly name to identify the thermostat daily program. */
|
|
79143
79148
|
name: string | null;
|
|
79144
79149
|
/** Array of thermostat daily program periods. */
|
|
79145
79150
|
periods: Array<{
|
|
79146
|
-
/** Time at which the thermostat daily program
|
|
79151
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
79147
79152
|
starts_at_time: string;
|
|
79148
|
-
/** 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
|
|
79153
|
+
/** 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`. */
|
|
79149
79154
|
climate_preset_key: string;
|
|
79150
79155
|
}>;
|
|
79151
79156
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -84429,15 +84434,15 @@ interface Routes {
|
|
|
84429
84434
|
thermostat_daily_programs?: (Array<{
|
|
84430
84435
|
/** ID of the thermostat daily program. */
|
|
84431
84436
|
thermostat_daily_program_id: string;
|
|
84432
|
-
/** ID of the
|
|
84437
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
84433
84438
|
device_id: string;
|
|
84434
84439
|
/** User-friendly name to identify the thermostat daily program. */
|
|
84435
84440
|
name: string | null;
|
|
84436
84441
|
/** Array of thermostat daily program periods. */
|
|
84437
84442
|
periods: Array<{
|
|
84438
|
-
/** Time at which the thermostat daily program
|
|
84443
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
84439
84444
|
starts_at_time: string;
|
|
84440
|
-
/** 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
|
|
84445
|
+
/** 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`. */
|
|
84441
84446
|
climate_preset_key: string;
|
|
84442
84447
|
}>;
|
|
84443
84448
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -85181,15 +85186,15 @@ interface Routes {
|
|
|
85181
85186
|
thermostat_daily_programs?: (Array<{
|
|
85182
85187
|
/** ID of the thermostat daily program. */
|
|
85183
85188
|
thermostat_daily_program_id: string;
|
|
85184
|
-
/** ID of the
|
|
85189
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
85185
85190
|
device_id: string;
|
|
85186
85191
|
/** User-friendly name to identify the thermostat daily program. */
|
|
85187
85192
|
name: string | null;
|
|
85188
85193
|
/** Array of thermostat daily program periods. */
|
|
85189
85194
|
periods: Array<{
|
|
85190
|
-
/** Time at which the thermostat daily program
|
|
85195
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
85191
85196
|
starts_at_time: string;
|
|
85192
|
-
/** 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
|
|
85197
|
+
/** 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`. */
|
|
85193
85198
|
climate_preset_key: string;
|
|
85194
85199
|
}>;
|
|
85195
85200
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -89471,9 +89476,9 @@ interface Routes {
|
|
|
89471
89476
|
method: 'POST';
|
|
89472
89477
|
queryParams: {};
|
|
89473
89478
|
jsonBody: {
|
|
89474
|
-
/** ID of the
|
|
89479
|
+
/** ID of the thermostat device for which you want to activate a climate preset. */
|
|
89475
89480
|
device_id: string;
|
|
89476
|
-
/** Climate preset key of the
|
|
89481
|
+
/** Climate preset key of the climate preset that you want to activate. */
|
|
89477
89482
|
climate_preset_key: string;
|
|
89478
89483
|
};
|
|
89479
89484
|
commonParams: {};
|
|
@@ -90589,7 +90594,7 @@ interface Routes {
|
|
|
90589
90594
|
method: 'POST';
|
|
90590
90595
|
queryParams: {};
|
|
90591
90596
|
jsonBody: {
|
|
90592
|
-
/** ID of the
|
|
90597
|
+
/** ID of the thermostat device that you want to set to cool mode. */
|
|
90593
90598
|
device_id: string;
|
|
90594
90599
|
/** 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. */
|
|
90595
90600
|
cooling_set_point_celsius?: number | undefined;
|
|
@@ -91711,7 +91716,7 @@ interface Routes {
|
|
|
91711
91716
|
method: 'POST';
|
|
91712
91717
|
queryParams: {};
|
|
91713
91718
|
jsonBody: {
|
|
91714
|
-
/** ID of the
|
|
91719
|
+
/** ID of the thermostat device for which you want create a climate preset. */
|
|
91715
91720
|
device_id: string;
|
|
91716
91721
|
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings.
|
|
91717
91722
|
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
@@ -91742,33 +91747,34 @@ interface Routes {
|
|
|
91742
91747
|
method: 'POST';
|
|
91743
91748
|
queryParams: {};
|
|
91744
91749
|
jsonBody: {
|
|
91745
|
-
/** ID of the
|
|
91750
|
+
/** ID of the thermostat device for which you want to create a daily program. */
|
|
91746
91751
|
device_id: string;
|
|
91747
91752
|
/** User-friendly name to identify the thermostat daily program. */
|
|
91748
91753
|
name?: string | undefined;
|
|
91749
91754
|
/** Array of thermostat daily program periods. */
|
|
91750
91755
|
periods: Array<{
|
|
91751
|
-
/** Time at which the thermostat daily program
|
|
91756
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
91752
91757
|
starts_at_time: string;
|
|
91753
|
-
/** 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
|
|
91758
|
+
/** 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`. */
|
|
91754
91759
|
climate_preset_key: string;
|
|
91755
91760
|
}>;
|
|
91756
91761
|
};
|
|
91757
91762
|
commonParams: {};
|
|
91758
91763
|
formData: {};
|
|
91759
91764
|
jsonResponse: {
|
|
91765
|
+
/** 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. */
|
|
91760
91766
|
thermostat_daily_program: {
|
|
91761
91767
|
/** ID of the thermostat daily program. */
|
|
91762
91768
|
thermostat_daily_program_id: string;
|
|
91763
|
-
/** ID of the
|
|
91769
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
91764
91770
|
device_id: string;
|
|
91765
91771
|
/** User-friendly name to identify the thermostat daily program. */
|
|
91766
91772
|
name: string | null;
|
|
91767
91773
|
/** Array of thermostat daily program periods. */
|
|
91768
91774
|
periods: Array<{
|
|
91769
|
-
/** Time at which the thermostat daily program
|
|
91775
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
91770
91776
|
starts_at_time: string;
|
|
91771
|
-
/** 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
|
|
91777
|
+
/** 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`. */
|
|
91772
91778
|
climate_preset_key: string;
|
|
91773
91779
|
}>;
|
|
91774
91780
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -91784,7 +91790,7 @@ interface Routes {
|
|
|
91784
91790
|
queryParams: {};
|
|
91785
91791
|
jsonBody: {};
|
|
91786
91792
|
commonParams: {
|
|
91787
|
-
/** ID of the
|
|
91793
|
+
/** ID of the thermostat daily program that you want to delete. */
|
|
91788
91794
|
thermostat_daily_program_id: string;
|
|
91789
91795
|
};
|
|
91790
91796
|
formData: {};
|
|
@@ -91795,15 +91801,15 @@ interface Routes {
|
|
|
91795
91801
|
method: 'PATCH' | 'POST';
|
|
91796
91802
|
queryParams: {};
|
|
91797
91803
|
jsonBody: {
|
|
91798
|
-
/** ID of the
|
|
91804
|
+
/** ID of the thermostat daily program that you want to update. */
|
|
91799
91805
|
thermostat_daily_program_id: string;
|
|
91800
|
-
/** User-friendly name to identify the thermostat daily program. */
|
|
91806
|
+
/** User-friendly name to identify the thermostat daily program that you want to update. */
|
|
91801
91807
|
name?: string | undefined;
|
|
91802
|
-
/** Array of thermostat daily program periods. */
|
|
91808
|
+
/** Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program. */
|
|
91803
91809
|
periods: Array<{
|
|
91804
|
-
/** Time at which the thermostat daily program
|
|
91810
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
91805
91811
|
starts_at_time: string;
|
|
91806
|
-
/** 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
|
|
91812
|
+
/** 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`. */
|
|
91807
91813
|
climate_preset_key: string;
|
|
91808
91814
|
}>;
|
|
91809
91815
|
};
|
|
@@ -92920,9 +92926,9 @@ interface Routes {
|
|
|
92920
92926
|
method: 'POST' | 'DELETE';
|
|
92921
92927
|
queryParams: {};
|
|
92922
92928
|
jsonBody: {
|
|
92923
|
-
/** ID of the
|
|
92929
|
+
/** ID of the thermostat device for which you want to delete a climate preset. */
|
|
92924
92930
|
device_id: string;
|
|
92925
|
-
/** Climate preset key of the
|
|
92931
|
+
/** Climate preset key of the climate preset that you want to delete. */
|
|
92926
92932
|
climate_preset_key: string;
|
|
92927
92933
|
};
|
|
92928
92934
|
commonParams: {};
|
|
@@ -92935,9 +92941,9 @@ interface Routes {
|
|
|
92935
92941
|
queryParams: {};
|
|
92936
92942
|
jsonBody: {};
|
|
92937
92943
|
commonParams: {
|
|
92938
|
-
/** ID of the
|
|
92944
|
+
/** ID of the thermostat device that you want to retrieve. */
|
|
92939
92945
|
device_id?: string | undefined;
|
|
92940
|
-
/** User-friendly name of the
|
|
92946
|
+
/** User-friendly name of the thermostat device that you want to retrieve. */
|
|
92941
92947
|
name?: string | undefined;
|
|
92942
92948
|
};
|
|
92943
92949
|
formData: {};
|
|
@@ -93431,15 +93437,15 @@ interface Routes {
|
|
|
93431
93437
|
thermostat_daily_programs?: (Array<{
|
|
93432
93438
|
/** ID of the thermostat daily program. */
|
|
93433
93439
|
thermostat_daily_program_id: string;
|
|
93434
|
-
/** ID of the
|
|
93440
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
93435
93441
|
device_id: string;
|
|
93436
93442
|
/** User-friendly name to identify the thermostat daily program. */
|
|
93437
93443
|
name: string | null;
|
|
93438
93444
|
/** Array of thermostat daily program periods. */
|
|
93439
93445
|
periods: Array<{
|
|
93440
|
-
/** Time at which the thermostat daily program
|
|
93446
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
93441
93447
|
starts_at_time: string;
|
|
93442
|
-
/** 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
|
|
93448
|
+
/** 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`. */
|
|
93443
93449
|
climate_preset_key: string;
|
|
93444
93450
|
}>;
|
|
93445
93451
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -93702,7 +93708,7 @@ interface Routes {
|
|
|
93702
93708
|
method: 'POST';
|
|
93703
93709
|
queryParams: {};
|
|
93704
93710
|
jsonBody: {
|
|
93705
|
-
/** ID of the
|
|
93711
|
+
/** ID of the thermostat device that you want to set to heat mode. */
|
|
93706
93712
|
device_id: string;
|
|
93707
93713
|
/** 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. */
|
|
93708
93714
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -94824,7 +94830,7 @@ interface Routes {
|
|
|
94824
94830
|
method: 'POST';
|
|
94825
94831
|
queryParams: {};
|
|
94826
94832
|
jsonBody: {
|
|
94827
|
-
/** ID of the
|
|
94833
|
+
/** ID of the thermostat device that you want to set to heat-cool mode. */
|
|
94828
94834
|
device_id: string;
|
|
94829
94835
|
/** 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. */
|
|
94830
94836
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -95958,11 +95964,11 @@ interface Routes {
|
|
|
95958
95964
|
connected_account_ids?: string[] | undefined;
|
|
95959
95965
|
/** ID of the Connect Webview by which to filter devices. */
|
|
95960
95966
|
connect_webview_id?: string | undefined;
|
|
95961
|
-
/** Device type by which to filter devices. */
|
|
95967
|
+
/** Device type by which to filter thermostat devices. */
|
|
95962
95968
|
device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | undefined;
|
|
95963
|
-
/** Array of device types by which to filter devices. */
|
|
95969
|
+
/** Array of device types by which to filter thermostat devices. */
|
|
95964
95970
|
device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat'> | undefined;
|
|
95965
|
-
/** Manufacturer by which to filter devices. */
|
|
95971
|
+
/** Manufacturer by which to filter thermostat devices. */
|
|
95966
95972
|
manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi') | undefined;
|
|
95967
95973
|
/** Array of device IDs by which to filter devices. */
|
|
95968
95974
|
device_ids?: string[] | undefined;
|
|
@@ -96473,15 +96479,15 @@ interface Routes {
|
|
|
96473
96479
|
thermostat_daily_programs?: (Array<{
|
|
96474
96480
|
/** ID of the thermostat daily program. */
|
|
96475
96481
|
thermostat_daily_program_id: string;
|
|
96476
|
-
/** ID of the
|
|
96482
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
96477
96483
|
device_id: string;
|
|
96478
96484
|
/** User-friendly name to identify the thermostat daily program. */
|
|
96479
96485
|
name: string | null;
|
|
96480
96486
|
/** Array of thermostat daily program periods. */
|
|
96481
96487
|
periods: Array<{
|
|
96482
|
-
/** Time at which the thermostat daily program
|
|
96488
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
96483
96489
|
starts_at_time: string;
|
|
96484
|
-
/** 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
|
|
96490
|
+
/** 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`. */
|
|
96485
96491
|
climate_preset_key: string;
|
|
96486
96492
|
}>;
|
|
96487
96493
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -97225,15 +97231,15 @@ interface Routes {
|
|
|
97225
97231
|
thermostat_daily_programs?: (Array<{
|
|
97226
97232
|
/** ID of the thermostat daily program. */
|
|
97227
97233
|
thermostat_daily_program_id: string;
|
|
97228
|
-
/** ID of the
|
|
97234
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
97229
97235
|
device_id: string;
|
|
97230
97236
|
/** User-friendly name to identify the thermostat daily program. */
|
|
97231
97237
|
name: string | null;
|
|
97232
97238
|
/** Array of thermostat daily program periods. */
|
|
97233
97239
|
periods: Array<{
|
|
97234
|
-
/** Time at which the thermostat daily program
|
|
97240
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
97235
97241
|
starts_at_time: string;
|
|
97236
|
-
/** 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
|
|
97242
|
+
/** 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`. */
|
|
97237
97243
|
climate_preset_key: string;
|
|
97238
97244
|
}>;
|
|
97239
97245
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -97496,7 +97502,7 @@ interface Routes {
|
|
|
97496
97502
|
method: 'POST';
|
|
97497
97503
|
queryParams: {};
|
|
97498
97504
|
jsonBody: {
|
|
97499
|
-
/** ID of the
|
|
97505
|
+
/** ID of the thermostat device that you want to set to off mode. */
|
|
97500
97506
|
device_id: string;
|
|
97501
97507
|
/** */
|
|
97502
97508
|
sync?: boolean;
|
|
@@ -98792,9 +98798,9 @@ interface Routes {
|
|
|
98792
98798
|
method: 'POST';
|
|
98793
98799
|
queryParams: {};
|
|
98794
98800
|
jsonBody: {
|
|
98795
|
-
/** ID of the
|
|
98801
|
+
/** ID of the thermostat device for which you want to set the fallback climate preset. */
|
|
98796
98802
|
device_id: string;
|
|
98797
|
-
/** Climate preset key of the
|
|
98803
|
+
/** Climate preset key of the climate preset that you want to set as the fallback climate preset. */
|
|
98798
98804
|
climate_preset_key: string;
|
|
98799
98805
|
};
|
|
98800
98806
|
commonParams: {};
|
|
@@ -98806,6 +98812,7 @@ interface Routes {
|
|
|
98806
98812
|
method: 'POST';
|
|
98807
98813
|
queryParams: {};
|
|
98808
98814
|
jsonBody: {
|
|
98815
|
+
/** ID of the thermostat device for which you want to set the fan mode. */
|
|
98809
98816
|
device_id: string;
|
|
98810
98817
|
/**
|
|
98811
98818
|
* @deprecated Use `fan_mode_setting` instead. */
|
|
@@ -99929,11 +99936,11 @@ interface Routes {
|
|
|
99929
99936
|
queryParams: {};
|
|
99930
99937
|
jsonBody: {
|
|
99931
99938
|
hvac_mode_setting: 'off';
|
|
99932
|
-
/** ID of the
|
|
99939
|
+
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
99933
99940
|
device_id: string;
|
|
99934
99941
|
} | {
|
|
99935
99942
|
hvac_mode_setting: 'cool';
|
|
99936
|
-
/** ID of the
|
|
99943
|
+
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
99937
99944
|
device_id: string;
|
|
99938
99945
|
/** 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. */
|
|
99939
99946
|
cooling_set_point_celsius?: number | undefined;
|
|
@@ -99941,7 +99948,7 @@ interface Routes {
|
|
|
99941
99948
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
99942
99949
|
} | {
|
|
99943
99950
|
hvac_mode_setting: 'heat';
|
|
99944
|
-
/** ID of the
|
|
99951
|
+
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
99945
99952
|
device_id: string;
|
|
99946
99953
|
/** 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. */
|
|
99947
99954
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -99949,7 +99956,7 @@ interface Routes {
|
|
|
99949
99956
|
heating_set_point_fahrenheit?: number | undefined;
|
|
99950
99957
|
} | {
|
|
99951
99958
|
hvac_mode_setting: 'heat_cool';
|
|
99952
|
-
/** ID of the
|
|
99959
|
+
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
99953
99960
|
device_id: string;
|
|
99954
99961
|
/** 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. */
|
|
99955
99962
|
cooling_set_point_celsius?: number | undefined;
|
|
@@ -101073,7 +101080,7 @@ interface Routes {
|
|
|
101073
101080
|
method: 'POST' | 'PATCH';
|
|
101074
101081
|
queryParams: {};
|
|
101075
101082
|
jsonBody: {
|
|
101076
|
-
/** ID of the
|
|
101083
|
+
/** ID of the thermostat device for which you want to set a temperature threshold. */
|
|
101077
101084
|
device_id: string;
|
|
101078
101085
|
/** 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. */
|
|
101079
101086
|
lower_limit_celsius?: (number | undefined) | null;
|
|
@@ -101154,7 +101161,7 @@ interface Routes {
|
|
|
101154
101161
|
method: 'POST' | 'PATCH';
|
|
101155
101162
|
queryParams: {};
|
|
101156
101163
|
jsonBody: {
|
|
101157
|
-
/** ID of the
|
|
101164
|
+
/** ID of the thermostat device for which you want to update a climate preset. */
|
|
101158
101165
|
device_id: string;
|
|
101159
101166
|
/** Unique key to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
|
|
101160
101167
|
climate_preset_key: string;
|
|
@@ -101185,7 +101192,7 @@ interface Routes {
|
|
|
101185
101192
|
method: 'POST';
|
|
101186
101193
|
queryParams: {};
|
|
101187
101194
|
jsonBody: {
|
|
101188
|
-
/** ID of the thermostat device
|
|
101195
|
+
/** ID of the thermostat device for which you want to update the weekly program. */
|
|
101189
101196
|
device_id: string;
|
|
101190
101197
|
/** ID of the thermostat daily program to run on Mondays. */
|
|
101191
101198
|
monday_program_id?: (string | undefined) | null;
|
|
@@ -103478,15 +103485,15 @@ interface Routes {
|
|
|
103478
103485
|
thermostat_daily_programs?: (Array<{
|
|
103479
103486
|
/** ID of the thermostat daily program. */
|
|
103480
103487
|
thermostat_daily_program_id: string;
|
|
103481
|
-
/** ID of the
|
|
103488
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
103482
103489
|
device_id: string;
|
|
103483
103490
|
/** User-friendly name to identify the thermostat daily program. */
|
|
103484
103491
|
name: string | null;
|
|
103485
103492
|
/** Array of thermostat daily program periods. */
|
|
103486
103493
|
periods: Array<{
|
|
103487
|
-
/** Time at which the thermostat daily program
|
|
103494
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
103488
103495
|
starts_at_time: string;
|
|
103489
|
-
/** 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
|
|
103496
|
+
/** 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`. */
|
|
103490
103497
|
climate_preset_key: string;
|
|
103491
103498
|
}>;
|
|
103492
103499
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
@@ -104232,15 +104239,15 @@ interface Routes {
|
|
|
104232
104239
|
thermostat_daily_programs?: (Array<{
|
|
104233
104240
|
/** ID of the thermostat daily program. */
|
|
104234
104241
|
thermostat_daily_program_id: string;
|
|
104235
|
-
/** ID of the
|
|
104242
|
+
/** ID of the thermostat device on which the thermostat daily program is configured. */
|
|
104236
104243
|
device_id: string;
|
|
104237
104244
|
/** User-friendly name to identify the thermostat daily program. */
|
|
104238
104245
|
name: string | null;
|
|
104239
104246
|
/** Array of thermostat daily program periods. */
|
|
104240
104247
|
periods: Array<{
|
|
104241
|
-
/** Time at which the thermostat daily program
|
|
104248
|
+
/** Time at which the thermostat daily program period starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
104242
104249
|
starts_at_time: string;
|
|
104243
|
-
/** 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
|
|
104250
|
+
/** 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`. */
|
|
104244
104251
|
climate_preset_key: string;
|
|
104245
104252
|
}>;
|
|
104246
104253
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|