@seamapi/types 1.395.1 → 1.395.3
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 +57 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +694 -403
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
- package/lib/seam/connect/models/access-grants/access-method.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential-pool.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-access-method.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
- package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +2 -2
- package/lib/seam/connect/models/bridges/bridge.d.ts +2 -2
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +102 -12
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -7
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +37 -30
- package/lib/seam/connect/models/devices/phone.d.ts +2 -2
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +28 -23
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/access-grants.d.ts +20 -20
- package/lib/seam/connect/models/events/access-methods.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +4 -4
- package/lib/seam/connect/models/events/acs/common.d.ts +2 -2
- package/lib/seam/connect/models/events/acs/credentials.d.ts +16 -16
- package/lib/seam/connect/models/events/acs/encoders.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/entrances.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/index.d.ts +28 -28
- package/lib/seam/connect/models/events/acs/systems.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/users.d.ts +8 -8
- package/lib/seam/connect/models/events/action-attempts.d.ts +16 -16
- package/lib/seam/connect/models/events/client-sessions.d.ts +4 -4
- package/lib/seam/connect/models/events/common.d.ts +2 -2
- package/lib/seam/connect/models/events/connect-webviews.d.ts +8 -8
- package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
- package/lib/seam/connect/models/events/devices.d.ts +132 -132
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +4 -4
- package/lib/seam/connect/models/events/phones.d.ts +4 -4
- package/lib/seam/connect/models/events/seam-event.d.ts +176 -176
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +2 -2
- package/lib/seam/connect/models/locations/location.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/thermostat-program.d.ts +6 -6
- package/lib/seam/connect/models/thermostats/thermostat-program.js +5 -5
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +6 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +5 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +35 -8
- package/lib/seam/connect/openapi.js +43 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +136 -102
- package/package.json +2 -2
- package/src/lib/seam/connect/model-types.ts +2 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -0
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -7
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +7 -5
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +7 -1
- package/src/lib/seam/connect/openapi.ts +47 -10
- package/src/lib/seam/connect/route-types.ts +617 -505
|
@@ -22762,7 +22762,7 @@ export interface Routes {
|
|
|
22762
22762
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
22763
22763
|
device_id: string
|
|
22764
22764
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
22765
|
-
name
|
|
22765
|
+
name: string | null
|
|
22766
22766
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
22767
22767
|
climate_preset_key: string
|
|
22768
22768
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -22773,6 +22773,8 @@ export interface Routes {
|
|
|
22773
22773
|
is_override_allowed?: boolean | undefined
|
|
22774
22774
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
22775
22775
|
ends_at: string
|
|
22776
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
22777
|
+
workspace_id: string
|
|
22776
22778
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
22777
22779
|
created_at: string
|
|
22778
22780
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -22785,45 +22787,51 @@ export interface Routes {
|
|
|
22785
22787
|
} | null)
|
|
22786
22788
|
| undefined
|
|
22787
22789
|
thermostat_daily_programs?:
|
|
22788
|
-
| (
|
|
22789
|
-
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
|
|
22795
|
-
|
|
22796
|
-
|
|
22797
|
-
|
|
22798
|
-
|
|
22799
|
-
|
|
22800
|
-
|
|
22801
|
-
|
|
22802
|
-
|
|
22803
|
-
|
|
22804
|
-
|
|
22790
|
+
| (
|
|
22791
|
+
| Array<{
|
|
22792
|
+
/** ID of the thermostat daily program. */
|
|
22793
|
+
thermostat_daily_program_id: string
|
|
22794
|
+
/** ID of the desired thermostat device. */
|
|
22795
|
+
device_id: string
|
|
22796
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
22797
|
+
name: string | null
|
|
22798
|
+
/** Array of thermostat daily program periods. */
|
|
22799
|
+
periods: Array<{
|
|
22800
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
22801
|
+
starts_at_time: string
|
|
22802
|
+
/** 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. */
|
|
22803
|
+
climate_preset_key: string
|
|
22804
|
+
}>
|
|
22805
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
22806
|
+
workspace_id: string
|
|
22807
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
22808
|
+
created_at: string
|
|
22809
|
+
}>
|
|
22810
|
+
| undefined
|
|
22811
|
+
)
|
|
22805
22812
|
| undefined
|
|
22806
22813
|
thermostat_weekly_program?:
|
|
22807
|
-
| (
|
|
22808
|
-
|
|
22809
|
-
|
|
22810
|
-
|
|
22811
|
-
|
|
22812
|
-
|
|
22813
|
-
|
|
22814
|
-
|
|
22815
|
-
|
|
22816
|
-
|
|
22817
|
-
|
|
22818
|
-
|
|
22819
|
-
|
|
22820
|
-
|
|
22821
|
-
|
|
22822
|
-
|
|
22823
|
-
|
|
22824
|
-
|
|
22825
|
-
|
|
22826
|
-
|
|
22814
|
+
| (
|
|
22815
|
+
| ({
|
|
22816
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
22817
|
+
monday_program_id: string | null
|
|
22818
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
22819
|
+
tuesday_program_id: string | null
|
|
22820
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
22821
|
+
wednesday_program_id: string | null
|
|
22822
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
22823
|
+
thursday_program_id: string | null
|
|
22824
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
22825
|
+
friday_program_id: string | null
|
|
22826
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
22827
|
+
saturday_program_id: string | null
|
|
22828
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
22829
|
+
sunday_program_id: string | null
|
|
22830
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
22831
|
+
created_at: string
|
|
22832
|
+
} | null)
|
|
22833
|
+
| undefined
|
|
22834
|
+
)
|
|
22827
22835
|
| undefined
|
|
22828
22836
|
min_cooling_set_point_celsius?: number | undefined
|
|
22829
22837
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -23931,7 +23939,7 @@ export interface Routes {
|
|
|
23931
23939
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
23932
23940
|
device_id: string
|
|
23933
23941
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
23934
|
-
name
|
|
23942
|
+
name: string | null
|
|
23935
23943
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
23936
23944
|
climate_preset_key: string
|
|
23937
23945
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -23942,6 +23950,8 @@ export interface Routes {
|
|
|
23942
23950
|
is_override_allowed?: boolean | undefined
|
|
23943
23951
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
23944
23952
|
ends_at: string
|
|
23953
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
23954
|
+
workspace_id: string
|
|
23945
23955
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
23946
23956
|
created_at: string
|
|
23947
23957
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -23954,45 +23964,51 @@ export interface Routes {
|
|
|
23954
23964
|
} | null)
|
|
23955
23965
|
| undefined
|
|
23956
23966
|
thermostat_daily_programs?:
|
|
23957
|
-
| (
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23961
|
-
|
|
23962
|
-
|
|
23963
|
-
|
|
23964
|
-
|
|
23965
|
-
|
|
23966
|
-
|
|
23967
|
-
|
|
23968
|
-
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
|
|
23973
|
-
|
|
23967
|
+
| (
|
|
23968
|
+
| Array<{
|
|
23969
|
+
/** ID of the thermostat daily program. */
|
|
23970
|
+
thermostat_daily_program_id: string
|
|
23971
|
+
/** ID of the desired thermostat device. */
|
|
23972
|
+
device_id: string
|
|
23973
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
23974
|
+
name: string | null
|
|
23975
|
+
/** Array of thermostat daily program periods. */
|
|
23976
|
+
periods: Array<{
|
|
23977
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
23978
|
+
starts_at_time: string
|
|
23979
|
+
/** 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. */
|
|
23980
|
+
climate_preset_key: string
|
|
23981
|
+
}>
|
|
23982
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
23983
|
+
workspace_id: string
|
|
23984
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
23985
|
+
created_at: string
|
|
23986
|
+
}>
|
|
23987
|
+
| undefined
|
|
23988
|
+
)
|
|
23974
23989
|
| undefined
|
|
23975
23990
|
thermostat_weekly_program?:
|
|
23976
|
-
| (
|
|
23977
|
-
|
|
23978
|
-
|
|
23979
|
-
|
|
23980
|
-
|
|
23981
|
-
|
|
23982
|
-
|
|
23983
|
-
|
|
23984
|
-
|
|
23985
|
-
|
|
23986
|
-
|
|
23987
|
-
|
|
23988
|
-
|
|
23989
|
-
|
|
23990
|
-
|
|
23991
|
-
|
|
23992
|
-
|
|
23993
|
-
|
|
23994
|
-
|
|
23995
|
-
|
|
23991
|
+
| (
|
|
23992
|
+
| ({
|
|
23993
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
23994
|
+
monday_program_id: string | null
|
|
23995
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
23996
|
+
tuesday_program_id: string | null
|
|
23997
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
23998
|
+
wednesday_program_id: string | null
|
|
23999
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
24000
|
+
thursday_program_id: string | null
|
|
24001
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
24002
|
+
friday_program_id: string | null
|
|
24003
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
24004
|
+
saturday_program_id: string | null
|
|
24005
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
24006
|
+
sunday_program_id: string | null
|
|
24007
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
24008
|
+
created_at: string
|
|
24009
|
+
} | null)
|
|
24010
|
+
| undefined
|
|
24011
|
+
)
|
|
23996
24012
|
| undefined
|
|
23997
24013
|
min_cooling_set_point_celsius?: number | undefined
|
|
23998
24014
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -29152,7 +29168,7 @@ export interface Routes {
|
|
|
29152
29168
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
29153
29169
|
device_id: string
|
|
29154
29170
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
29155
|
-
name
|
|
29171
|
+
name: string | null
|
|
29156
29172
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
29157
29173
|
climate_preset_key: string
|
|
29158
29174
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -29163,6 +29179,8 @@ export interface Routes {
|
|
|
29163
29179
|
is_override_allowed?: boolean | undefined
|
|
29164
29180
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
29165
29181
|
ends_at: string
|
|
29182
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
29183
|
+
workspace_id: string
|
|
29166
29184
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
29167
29185
|
created_at: string
|
|
29168
29186
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -29175,45 +29193,51 @@ export interface Routes {
|
|
|
29175
29193
|
} | null)
|
|
29176
29194
|
| undefined
|
|
29177
29195
|
thermostat_daily_programs?:
|
|
29178
|
-
| (
|
|
29179
|
-
|
|
29180
|
-
|
|
29181
|
-
|
|
29182
|
-
|
|
29183
|
-
|
|
29184
|
-
|
|
29185
|
-
|
|
29186
|
-
|
|
29187
|
-
|
|
29188
|
-
|
|
29189
|
-
|
|
29190
|
-
|
|
29191
|
-
|
|
29192
|
-
|
|
29193
|
-
|
|
29194
|
-
|
|
29196
|
+
| (
|
|
29197
|
+
| Array<{
|
|
29198
|
+
/** ID of the thermostat daily program. */
|
|
29199
|
+
thermostat_daily_program_id: string
|
|
29200
|
+
/** ID of the desired thermostat device. */
|
|
29201
|
+
device_id: string
|
|
29202
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
29203
|
+
name: string | null
|
|
29204
|
+
/** Array of thermostat daily program periods. */
|
|
29205
|
+
periods: Array<{
|
|
29206
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
29207
|
+
starts_at_time: string
|
|
29208
|
+
/** 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. */
|
|
29209
|
+
climate_preset_key: string
|
|
29210
|
+
}>
|
|
29211
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
29212
|
+
workspace_id: string
|
|
29213
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
29214
|
+
created_at: string
|
|
29215
|
+
}>
|
|
29216
|
+
| undefined
|
|
29217
|
+
)
|
|
29195
29218
|
| undefined
|
|
29196
29219
|
thermostat_weekly_program?:
|
|
29197
|
-
| (
|
|
29198
|
-
|
|
29199
|
-
|
|
29200
|
-
|
|
29201
|
-
|
|
29202
|
-
|
|
29203
|
-
|
|
29204
|
-
|
|
29205
|
-
|
|
29206
|
-
|
|
29207
|
-
|
|
29208
|
-
|
|
29209
|
-
|
|
29210
|
-
|
|
29211
|
-
|
|
29212
|
-
|
|
29213
|
-
|
|
29214
|
-
|
|
29215
|
-
|
|
29216
|
-
|
|
29220
|
+
| (
|
|
29221
|
+
| ({
|
|
29222
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
29223
|
+
monday_program_id: string | null
|
|
29224
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
29225
|
+
tuesday_program_id: string | null
|
|
29226
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
29227
|
+
wednesday_program_id: string | null
|
|
29228
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
29229
|
+
thursday_program_id: string | null
|
|
29230
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
29231
|
+
friday_program_id: string | null
|
|
29232
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
29233
|
+
saturday_program_id: string | null
|
|
29234
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
29235
|
+
sunday_program_id: string | null
|
|
29236
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
29237
|
+
created_at: string
|
|
29238
|
+
} | null)
|
|
29239
|
+
| undefined
|
|
29240
|
+
)
|
|
29217
29241
|
| undefined
|
|
29218
29242
|
min_cooling_set_point_celsius?: number | undefined
|
|
29219
29243
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -30131,7 +30155,7 @@ export interface Routes {
|
|
|
30131
30155
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
30132
30156
|
device_id: string
|
|
30133
30157
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
30134
|
-
name
|
|
30158
|
+
name: string | null
|
|
30135
30159
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
30136
30160
|
climate_preset_key: string
|
|
30137
30161
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -30142,6 +30166,8 @@ export interface Routes {
|
|
|
30142
30166
|
is_override_allowed?: boolean | undefined
|
|
30143
30167
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
30144
30168
|
ends_at: string
|
|
30169
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
30170
|
+
workspace_id: string
|
|
30145
30171
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
30146
30172
|
created_at: string
|
|
30147
30173
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -30154,45 +30180,51 @@ export interface Routes {
|
|
|
30154
30180
|
} | null)
|
|
30155
30181
|
| undefined
|
|
30156
30182
|
thermostat_daily_programs?:
|
|
30157
|
-
| (
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
|
|
30167
|
-
|
|
30168
|
-
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30183
|
+
| (
|
|
30184
|
+
| Array<{
|
|
30185
|
+
/** ID of the thermostat daily program. */
|
|
30186
|
+
thermostat_daily_program_id: string
|
|
30187
|
+
/** ID of the desired thermostat device. */
|
|
30188
|
+
device_id: string
|
|
30189
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
30190
|
+
name: string | null
|
|
30191
|
+
/** Array of thermostat daily program periods. */
|
|
30192
|
+
periods: Array<{
|
|
30193
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
30194
|
+
starts_at_time: string
|
|
30195
|
+
/** 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. */
|
|
30196
|
+
climate_preset_key: string
|
|
30197
|
+
}>
|
|
30198
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
30199
|
+
workspace_id: string
|
|
30200
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
30201
|
+
created_at: string
|
|
30202
|
+
}>
|
|
30203
|
+
| undefined
|
|
30204
|
+
)
|
|
30174
30205
|
| undefined
|
|
30175
30206
|
thermostat_weekly_program?:
|
|
30176
|
-
| (
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30195
|
-
|
|
30207
|
+
| (
|
|
30208
|
+
| ({
|
|
30209
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
30210
|
+
monday_program_id: string | null
|
|
30211
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
30212
|
+
tuesday_program_id: string | null
|
|
30213
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
30214
|
+
wednesday_program_id: string | null
|
|
30215
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
30216
|
+
thursday_program_id: string | null
|
|
30217
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
30218
|
+
friday_program_id: string | null
|
|
30219
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
30220
|
+
saturday_program_id: string | null
|
|
30221
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
30222
|
+
sunday_program_id: string | null
|
|
30223
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
30224
|
+
created_at: string
|
|
30225
|
+
} | null)
|
|
30226
|
+
| undefined
|
|
30227
|
+
)
|
|
30196
30228
|
| undefined
|
|
30197
30229
|
min_cooling_set_point_celsius?: number | undefined
|
|
30198
30230
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -31268,7 +31300,7 @@ export interface Routes {
|
|
|
31268
31300
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
31269
31301
|
device_id: string
|
|
31270
31302
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
31271
|
-
name
|
|
31303
|
+
name: string | null
|
|
31272
31304
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
31273
31305
|
climate_preset_key: string
|
|
31274
31306
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -31279,6 +31311,8 @@ export interface Routes {
|
|
|
31279
31311
|
is_override_allowed?: boolean | undefined
|
|
31280
31312
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
31281
31313
|
ends_at: string
|
|
31314
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
31315
|
+
workspace_id: string
|
|
31282
31316
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
31283
31317
|
created_at: string
|
|
31284
31318
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -31291,45 +31325,51 @@ export interface Routes {
|
|
|
31291
31325
|
} | null)
|
|
31292
31326
|
| undefined
|
|
31293
31327
|
thermostat_daily_programs?:
|
|
31294
|
-
| (
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31328
|
+
| (
|
|
31329
|
+
| Array<{
|
|
31330
|
+
/** ID of the thermostat daily program. */
|
|
31331
|
+
thermostat_daily_program_id: string
|
|
31332
|
+
/** ID of the desired thermostat device. */
|
|
31333
|
+
device_id: string
|
|
31334
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
31335
|
+
name: string | null
|
|
31336
|
+
/** Array of thermostat daily program periods. */
|
|
31337
|
+
periods: Array<{
|
|
31338
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
31339
|
+
starts_at_time: string
|
|
31340
|
+
/** 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. */
|
|
31341
|
+
climate_preset_key: string
|
|
31342
|
+
}>
|
|
31343
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
31344
|
+
workspace_id: string
|
|
31345
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
31346
|
+
created_at: string
|
|
31347
|
+
}>
|
|
31348
|
+
| undefined
|
|
31349
|
+
)
|
|
31311
31350
|
| undefined
|
|
31312
31351
|
thermostat_weekly_program?:
|
|
31313
|
-
| (
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31352
|
+
| (
|
|
31353
|
+
| ({
|
|
31354
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
31355
|
+
monday_program_id: string | null
|
|
31356
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
31357
|
+
tuesday_program_id: string | null
|
|
31358
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
31359
|
+
wednesday_program_id: string | null
|
|
31360
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
31361
|
+
thursday_program_id: string | null
|
|
31362
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
31363
|
+
friday_program_id: string | null
|
|
31364
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
31365
|
+
saturday_program_id: string | null
|
|
31366
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
31367
|
+
sunday_program_id: string | null
|
|
31368
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
31369
|
+
created_at: string
|
|
31370
|
+
} | null)
|
|
31371
|
+
| undefined
|
|
31372
|
+
)
|
|
31333
31373
|
| undefined
|
|
31334
31374
|
min_cooling_set_point_celsius?: number | undefined
|
|
31335
31375
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -32246,7 +32286,7 @@ export interface Routes {
|
|
|
32246
32286
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
32247
32287
|
device_id: string
|
|
32248
32288
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
32249
|
-
name
|
|
32289
|
+
name: string | null
|
|
32250
32290
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
32251
32291
|
climate_preset_key: string
|
|
32252
32292
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -32257,6 +32297,8 @@ export interface Routes {
|
|
|
32257
32297
|
is_override_allowed?: boolean | undefined
|
|
32258
32298
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
32259
32299
|
ends_at: string
|
|
32300
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
32301
|
+
workspace_id: string
|
|
32260
32302
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
32261
32303
|
created_at: string
|
|
32262
32304
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -32269,45 +32311,51 @@ export interface Routes {
|
|
|
32269
32311
|
} | null)
|
|
32270
32312
|
| undefined
|
|
32271
32313
|
thermostat_daily_programs?:
|
|
32272
|
-
| (
|
|
32273
|
-
|
|
32274
|
-
|
|
32275
|
-
|
|
32276
|
-
|
|
32277
|
-
|
|
32278
|
-
|
|
32279
|
-
|
|
32280
|
-
|
|
32281
|
-
|
|
32282
|
-
|
|
32283
|
-
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
|
|
32288
|
-
|
|
32314
|
+
| (
|
|
32315
|
+
| Array<{
|
|
32316
|
+
/** ID of the thermostat daily program. */
|
|
32317
|
+
thermostat_daily_program_id: string
|
|
32318
|
+
/** ID of the desired thermostat device. */
|
|
32319
|
+
device_id: string
|
|
32320
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
32321
|
+
name: string | null
|
|
32322
|
+
/** Array of thermostat daily program periods. */
|
|
32323
|
+
periods: Array<{
|
|
32324
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
32325
|
+
starts_at_time: string
|
|
32326
|
+
/** 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. */
|
|
32327
|
+
climate_preset_key: string
|
|
32328
|
+
}>
|
|
32329
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
32330
|
+
workspace_id: string
|
|
32331
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
32332
|
+
created_at: string
|
|
32333
|
+
}>
|
|
32334
|
+
| undefined
|
|
32335
|
+
)
|
|
32289
32336
|
| undefined
|
|
32290
32337
|
thermostat_weekly_program?:
|
|
32291
|
-
| (
|
|
32292
|
-
|
|
32293
|
-
|
|
32294
|
-
|
|
32295
|
-
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
|
|
32300
|
-
|
|
32301
|
-
|
|
32302
|
-
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
|
|
32309
|
-
|
|
32310
|
-
|
|
32338
|
+
| (
|
|
32339
|
+
| ({
|
|
32340
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
32341
|
+
monday_program_id: string | null
|
|
32342
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
32343
|
+
tuesday_program_id: string | null
|
|
32344
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
32345
|
+
wednesday_program_id: string | null
|
|
32346
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
32347
|
+
thursday_program_id: string | null
|
|
32348
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
32349
|
+
friday_program_id: string | null
|
|
32350
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
32351
|
+
saturday_program_id: string | null
|
|
32352
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
32353
|
+
sunday_program_id: string | null
|
|
32354
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
32355
|
+
created_at: string
|
|
32356
|
+
} | null)
|
|
32357
|
+
| undefined
|
|
32358
|
+
)
|
|
32311
32359
|
| undefined
|
|
32312
32360
|
min_cooling_set_point_celsius?: number | undefined
|
|
32313
32361
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -38549,7 +38597,7 @@ export interface Routes {
|
|
|
38549
38597
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
38550
38598
|
device_id: string
|
|
38551
38599
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
38552
|
-
name
|
|
38600
|
+
name: string | null
|
|
38553
38601
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
38554
38602
|
climate_preset_key: string
|
|
38555
38603
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -38560,6 +38608,8 @@ export interface Routes {
|
|
|
38560
38608
|
is_override_allowed?: boolean | undefined
|
|
38561
38609
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
38562
38610
|
ends_at: string
|
|
38611
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
38612
|
+
workspace_id: string
|
|
38563
38613
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
38564
38614
|
created_at: string
|
|
38565
38615
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -38572,45 +38622,51 @@ export interface Routes {
|
|
|
38572
38622
|
} | null)
|
|
38573
38623
|
| undefined
|
|
38574
38624
|
thermostat_daily_programs?:
|
|
38575
|
-
| (
|
|
38576
|
-
|
|
38577
|
-
|
|
38578
|
-
|
|
38579
|
-
|
|
38580
|
-
|
|
38581
|
-
|
|
38582
|
-
|
|
38583
|
-
|
|
38584
|
-
|
|
38585
|
-
|
|
38586
|
-
|
|
38587
|
-
|
|
38588
|
-
|
|
38589
|
-
|
|
38590
|
-
|
|
38591
|
-
|
|
38625
|
+
| (
|
|
38626
|
+
| Array<{
|
|
38627
|
+
/** ID of the thermostat daily program. */
|
|
38628
|
+
thermostat_daily_program_id: string
|
|
38629
|
+
/** ID of the desired thermostat device. */
|
|
38630
|
+
device_id: string
|
|
38631
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
38632
|
+
name: string | null
|
|
38633
|
+
/** Array of thermostat daily program periods. */
|
|
38634
|
+
periods: Array<{
|
|
38635
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
38636
|
+
starts_at_time: string
|
|
38637
|
+
/** 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. */
|
|
38638
|
+
climate_preset_key: string
|
|
38639
|
+
}>
|
|
38640
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
38641
|
+
workspace_id: string
|
|
38642
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
38643
|
+
created_at: string
|
|
38644
|
+
}>
|
|
38645
|
+
| undefined
|
|
38646
|
+
)
|
|
38592
38647
|
| undefined
|
|
38593
38648
|
thermostat_weekly_program?:
|
|
38594
|
-
| (
|
|
38595
|
-
|
|
38596
|
-
|
|
38597
|
-
|
|
38598
|
-
|
|
38599
|
-
|
|
38600
|
-
|
|
38601
|
-
|
|
38602
|
-
|
|
38603
|
-
|
|
38604
|
-
|
|
38605
|
-
|
|
38606
|
-
|
|
38607
|
-
|
|
38608
|
-
|
|
38609
|
-
|
|
38610
|
-
|
|
38611
|
-
|
|
38612
|
-
|
|
38613
|
-
|
|
38649
|
+
| (
|
|
38650
|
+
| ({
|
|
38651
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
38652
|
+
monday_program_id: string | null
|
|
38653
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
38654
|
+
tuesday_program_id: string | null
|
|
38655
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
38656
|
+
wednesday_program_id: string | null
|
|
38657
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
38658
|
+
thursday_program_id: string | null
|
|
38659
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
38660
|
+
friday_program_id: string | null
|
|
38661
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
38662
|
+
saturday_program_id: string | null
|
|
38663
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
38664
|
+
sunday_program_id: string | null
|
|
38665
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
38666
|
+
created_at: string
|
|
38667
|
+
} | null)
|
|
38668
|
+
| undefined
|
|
38669
|
+
)
|
|
38614
38670
|
| undefined
|
|
38615
38671
|
min_cooling_set_point_celsius?: number | undefined
|
|
38616
38672
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -39527,7 +39583,7 @@ export interface Routes {
|
|
|
39527
39583
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
39528
39584
|
device_id: string
|
|
39529
39585
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
39530
|
-
name
|
|
39586
|
+
name: string | null
|
|
39531
39587
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
39532
39588
|
climate_preset_key: string
|
|
39533
39589
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -39538,6 +39594,8 @@ export interface Routes {
|
|
|
39538
39594
|
is_override_allowed?: boolean | undefined
|
|
39539
39595
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
39540
39596
|
ends_at: string
|
|
39597
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
39598
|
+
workspace_id: string
|
|
39541
39599
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
39542
39600
|
created_at: string
|
|
39543
39601
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -39550,45 +39608,51 @@ export interface Routes {
|
|
|
39550
39608
|
} | null)
|
|
39551
39609
|
| undefined
|
|
39552
39610
|
thermostat_daily_programs?:
|
|
39553
|
-
| (
|
|
39554
|
-
|
|
39555
|
-
|
|
39556
|
-
|
|
39557
|
-
|
|
39558
|
-
|
|
39559
|
-
|
|
39560
|
-
|
|
39561
|
-
|
|
39562
|
-
|
|
39563
|
-
|
|
39564
|
-
|
|
39565
|
-
|
|
39566
|
-
|
|
39567
|
-
|
|
39568
|
-
|
|
39569
|
-
|
|
39611
|
+
| (
|
|
39612
|
+
| Array<{
|
|
39613
|
+
/** ID of the thermostat daily program. */
|
|
39614
|
+
thermostat_daily_program_id: string
|
|
39615
|
+
/** ID of the desired thermostat device. */
|
|
39616
|
+
device_id: string
|
|
39617
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
39618
|
+
name: string | null
|
|
39619
|
+
/** Array of thermostat daily program periods. */
|
|
39620
|
+
periods: Array<{
|
|
39621
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
39622
|
+
starts_at_time: string
|
|
39623
|
+
/** 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. */
|
|
39624
|
+
climate_preset_key: string
|
|
39625
|
+
}>
|
|
39626
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
39627
|
+
workspace_id: string
|
|
39628
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
39629
|
+
created_at: string
|
|
39630
|
+
}>
|
|
39631
|
+
| undefined
|
|
39632
|
+
)
|
|
39570
39633
|
| undefined
|
|
39571
39634
|
thermostat_weekly_program?:
|
|
39572
|
-
| (
|
|
39573
|
-
|
|
39574
|
-
|
|
39575
|
-
|
|
39576
|
-
|
|
39577
|
-
|
|
39578
|
-
|
|
39579
|
-
|
|
39580
|
-
|
|
39581
|
-
|
|
39582
|
-
|
|
39583
|
-
|
|
39584
|
-
|
|
39585
|
-
|
|
39586
|
-
|
|
39587
|
-
|
|
39588
|
-
|
|
39589
|
-
|
|
39590
|
-
|
|
39591
|
-
|
|
39635
|
+
| (
|
|
39636
|
+
| ({
|
|
39637
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
39638
|
+
monday_program_id: string | null
|
|
39639
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
39640
|
+
tuesday_program_id: string | null
|
|
39641
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
39642
|
+
wednesday_program_id: string | null
|
|
39643
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
39644
|
+
thursday_program_id: string | null
|
|
39645
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
39646
|
+
friday_program_id: string | null
|
|
39647
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
39648
|
+
saturday_program_id: string | null
|
|
39649
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
39650
|
+
sunday_program_id: string | null
|
|
39651
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
39652
|
+
created_at: string
|
|
39653
|
+
} | null)
|
|
39654
|
+
| undefined
|
|
39655
|
+
)
|
|
39592
39656
|
| undefined
|
|
39593
39657
|
min_cooling_set_point_celsius?: number | undefined
|
|
39594
39658
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -45812,19 +45876,19 @@ export interface Routes {
|
|
|
45812
45876
|
/** ID of the thermostat device that the weekly program is for. */
|
|
45813
45877
|
device_id: string
|
|
45814
45878
|
/** ID of the thermostat daily program to run on Mondays. */
|
|
45815
|
-
monday_program_id?: string | undefined
|
|
45879
|
+
monday_program_id?: (string | undefined) | null
|
|
45816
45880
|
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
45817
|
-
tuesday_program_id?: string | undefined
|
|
45881
|
+
tuesday_program_id?: (string | undefined) | null
|
|
45818
45882
|
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
45819
|
-
wednesday_program_id?: string | undefined
|
|
45883
|
+
wednesday_program_id?: (string | undefined) | null
|
|
45820
45884
|
/** ID of the thermostat daily program to run on Thursdays. */
|
|
45821
|
-
thursday_program_id?: string | undefined
|
|
45885
|
+
thursday_program_id?: (string | undefined) | null
|
|
45822
45886
|
/** ID of the thermostat daily program to run on Fridays. */
|
|
45823
|
-
friday_program_id?: string | undefined
|
|
45887
|
+
friday_program_id?: (string | undefined) | null
|
|
45824
45888
|
/** ID of the thermostat daily program to run on Saturdays. */
|
|
45825
|
-
saturday_program_id?: string | undefined
|
|
45889
|
+
saturday_program_id?: (string | undefined) | null
|
|
45826
45890
|
/** ID of the thermostat daily program to run on Sundays. */
|
|
45827
|
-
sunday_program_id?: string | undefined
|
|
45891
|
+
sunday_program_id?: (string | undefined) | null
|
|
45828
45892
|
}
|
|
45829
45893
|
commonParams: {}
|
|
45830
45894
|
formData: {}
|
|
@@ -49796,7 +49860,7 @@ export interface Routes {
|
|
|
49796
49860
|
/** ID of the desired thermostat device. */
|
|
49797
49861
|
device_id: string
|
|
49798
49862
|
/** User-friendly name to identify the thermostat daily program. */
|
|
49799
|
-
name
|
|
49863
|
+
name: string | null
|
|
49800
49864
|
/** Array of thermostat daily program periods. */
|
|
49801
49865
|
periods: Array<{
|
|
49802
49866
|
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -49804,6 +49868,8 @@ export interface Routes {
|
|
|
49804
49868
|
/** 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. */
|
|
49805
49869
|
climate_preset_key: string
|
|
49806
49870
|
}>
|
|
49871
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
49872
|
+
workspace_id: string
|
|
49807
49873
|
/** Date and time at which the thermostat daily program was created. */
|
|
49808
49874
|
created_at: string
|
|
49809
49875
|
}
|
|
@@ -51809,7 +51875,7 @@ export interface Routes {
|
|
|
51809
51875
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
51810
51876
|
device_id: string
|
|
51811
51877
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
51812
|
-
name
|
|
51878
|
+
name: string | null
|
|
51813
51879
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
51814
51880
|
climate_preset_key: string
|
|
51815
51881
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -51820,6 +51886,8 @@ export interface Routes {
|
|
|
51820
51886
|
is_override_allowed?: boolean | undefined
|
|
51821
51887
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
51822
51888
|
ends_at: string
|
|
51889
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
51890
|
+
workspace_id: string
|
|
51823
51891
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
51824
51892
|
created_at: string
|
|
51825
51893
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -51832,45 +51900,51 @@ export interface Routes {
|
|
|
51832
51900
|
} | null)
|
|
51833
51901
|
| undefined
|
|
51834
51902
|
thermostat_daily_programs?:
|
|
51835
|
-
| (
|
|
51836
|
-
|
|
51837
|
-
|
|
51838
|
-
|
|
51839
|
-
|
|
51840
|
-
|
|
51841
|
-
|
|
51842
|
-
|
|
51843
|
-
|
|
51844
|
-
|
|
51845
|
-
|
|
51846
|
-
|
|
51847
|
-
|
|
51848
|
-
|
|
51849
|
-
|
|
51850
|
-
|
|
51851
|
-
|
|
51903
|
+
| (
|
|
51904
|
+
| Array<{
|
|
51905
|
+
/** ID of the thermostat daily program. */
|
|
51906
|
+
thermostat_daily_program_id: string
|
|
51907
|
+
/** ID of the desired thermostat device. */
|
|
51908
|
+
device_id: string
|
|
51909
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
51910
|
+
name: string | null
|
|
51911
|
+
/** Array of thermostat daily program periods. */
|
|
51912
|
+
periods: Array<{
|
|
51913
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
51914
|
+
starts_at_time: string
|
|
51915
|
+
/** 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. */
|
|
51916
|
+
climate_preset_key: string
|
|
51917
|
+
}>
|
|
51918
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
51919
|
+
workspace_id: string
|
|
51920
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
51921
|
+
created_at: string
|
|
51922
|
+
}>
|
|
51923
|
+
| undefined
|
|
51924
|
+
)
|
|
51852
51925
|
| undefined
|
|
51853
51926
|
thermostat_weekly_program?:
|
|
51854
|
-
| (
|
|
51855
|
-
|
|
51856
|
-
|
|
51857
|
-
|
|
51858
|
-
|
|
51859
|
-
|
|
51860
|
-
|
|
51861
|
-
|
|
51862
|
-
|
|
51863
|
-
|
|
51864
|
-
|
|
51865
|
-
|
|
51866
|
-
|
|
51867
|
-
|
|
51868
|
-
|
|
51869
|
-
|
|
51870
|
-
|
|
51871
|
-
|
|
51872
|
-
|
|
51873
|
-
|
|
51927
|
+
| (
|
|
51928
|
+
| ({
|
|
51929
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
51930
|
+
monday_program_id: string | null
|
|
51931
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
51932
|
+
tuesday_program_id: string | null
|
|
51933
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
51934
|
+
wednesday_program_id: string | null
|
|
51935
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
51936
|
+
thursday_program_id: string | null
|
|
51937
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
51938
|
+
friday_program_id: string | null
|
|
51939
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
51940
|
+
saturday_program_id: string | null
|
|
51941
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
51942
|
+
sunday_program_id: string | null
|
|
51943
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
51944
|
+
created_at: string
|
|
51945
|
+
} | null)
|
|
51946
|
+
| undefined
|
|
51947
|
+
)
|
|
51874
51948
|
| undefined
|
|
51875
51949
|
min_cooling_set_point_celsius?: number | undefined
|
|
51876
51950
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -55500,7 +55574,7 @@ export interface Routes {
|
|
|
55500
55574
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
55501
55575
|
device_id: string
|
|
55502
55576
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
55503
|
-
name
|
|
55577
|
+
name: string | null
|
|
55504
55578
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
55505
55579
|
climate_preset_key: string
|
|
55506
55580
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -55511,6 +55585,8 @@ export interface Routes {
|
|
|
55511
55585
|
is_override_allowed?: boolean | undefined
|
|
55512
55586
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
55513
55587
|
ends_at: string
|
|
55588
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
55589
|
+
workspace_id: string
|
|
55514
55590
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
55515
55591
|
created_at: string
|
|
55516
55592
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -55523,45 +55599,51 @@ export interface Routes {
|
|
|
55523
55599
|
} | null)
|
|
55524
55600
|
| undefined
|
|
55525
55601
|
thermostat_daily_programs?:
|
|
55526
|
-
| (
|
|
55527
|
-
|
|
55528
|
-
|
|
55529
|
-
|
|
55530
|
-
|
|
55531
|
-
|
|
55532
|
-
|
|
55533
|
-
|
|
55534
|
-
|
|
55535
|
-
|
|
55536
|
-
|
|
55537
|
-
|
|
55538
|
-
|
|
55539
|
-
|
|
55540
|
-
|
|
55541
|
-
|
|
55542
|
-
|
|
55602
|
+
| (
|
|
55603
|
+
| Array<{
|
|
55604
|
+
/** ID of the thermostat daily program. */
|
|
55605
|
+
thermostat_daily_program_id: string
|
|
55606
|
+
/** ID of the desired thermostat device. */
|
|
55607
|
+
device_id: string
|
|
55608
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
55609
|
+
name: string | null
|
|
55610
|
+
/** Array of thermostat daily program periods. */
|
|
55611
|
+
periods: Array<{
|
|
55612
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
55613
|
+
starts_at_time: string
|
|
55614
|
+
/** 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. */
|
|
55615
|
+
climate_preset_key: string
|
|
55616
|
+
}>
|
|
55617
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
55618
|
+
workspace_id: string
|
|
55619
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
55620
|
+
created_at: string
|
|
55621
|
+
}>
|
|
55622
|
+
| undefined
|
|
55623
|
+
)
|
|
55543
55624
|
| undefined
|
|
55544
55625
|
thermostat_weekly_program?:
|
|
55545
|
-
| (
|
|
55546
|
-
|
|
55547
|
-
|
|
55548
|
-
|
|
55549
|
-
|
|
55550
|
-
|
|
55551
|
-
|
|
55552
|
-
|
|
55553
|
-
|
|
55554
|
-
|
|
55555
|
-
|
|
55556
|
-
|
|
55557
|
-
|
|
55558
|
-
|
|
55559
|
-
|
|
55560
|
-
|
|
55561
|
-
|
|
55562
|
-
|
|
55563
|
-
|
|
55564
|
-
|
|
55626
|
+
| (
|
|
55627
|
+
| ({
|
|
55628
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
55629
|
+
monday_program_id: string | null
|
|
55630
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
55631
|
+
tuesday_program_id: string | null
|
|
55632
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
55633
|
+
wednesday_program_id: string | null
|
|
55634
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
55635
|
+
thursday_program_id: string | null
|
|
55636
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
55637
|
+
friday_program_id: string | null
|
|
55638
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
55639
|
+
saturday_program_id: string | null
|
|
55640
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
55641
|
+
sunday_program_id: string | null
|
|
55642
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
55643
|
+
created_at: string
|
|
55644
|
+
} | null)
|
|
55645
|
+
| undefined
|
|
55646
|
+
)
|
|
55565
55647
|
| undefined
|
|
55566
55648
|
min_cooling_set_point_celsius?: number | undefined
|
|
55567
55649
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -56478,7 +56560,7 @@ export interface Routes {
|
|
|
56478
56560
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
56479
56561
|
device_id: string
|
|
56480
56562
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
56481
|
-
name
|
|
56563
|
+
name: string | null
|
|
56482
56564
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
56483
56565
|
climate_preset_key: string
|
|
56484
56566
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -56489,6 +56571,8 @@ export interface Routes {
|
|
|
56489
56571
|
is_override_allowed?: boolean | undefined
|
|
56490
56572
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
56491
56573
|
ends_at: string
|
|
56574
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
56575
|
+
workspace_id: string
|
|
56492
56576
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
56493
56577
|
created_at: string
|
|
56494
56578
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -56501,45 +56585,51 @@ export interface Routes {
|
|
|
56501
56585
|
} | null)
|
|
56502
56586
|
| undefined
|
|
56503
56587
|
thermostat_daily_programs?:
|
|
56504
|
-
| (
|
|
56505
|
-
|
|
56506
|
-
|
|
56507
|
-
|
|
56508
|
-
|
|
56509
|
-
|
|
56510
|
-
|
|
56511
|
-
|
|
56512
|
-
|
|
56513
|
-
|
|
56514
|
-
|
|
56515
|
-
|
|
56516
|
-
|
|
56517
|
-
|
|
56518
|
-
|
|
56519
|
-
|
|
56520
|
-
|
|
56588
|
+
| (
|
|
56589
|
+
| Array<{
|
|
56590
|
+
/** ID of the thermostat daily program. */
|
|
56591
|
+
thermostat_daily_program_id: string
|
|
56592
|
+
/** ID of the desired thermostat device. */
|
|
56593
|
+
device_id: string
|
|
56594
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
56595
|
+
name: string | null
|
|
56596
|
+
/** Array of thermostat daily program periods. */
|
|
56597
|
+
periods: Array<{
|
|
56598
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
56599
|
+
starts_at_time: string
|
|
56600
|
+
/** 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. */
|
|
56601
|
+
climate_preset_key: string
|
|
56602
|
+
}>
|
|
56603
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
56604
|
+
workspace_id: string
|
|
56605
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
56606
|
+
created_at: string
|
|
56607
|
+
}>
|
|
56608
|
+
| undefined
|
|
56609
|
+
)
|
|
56521
56610
|
| undefined
|
|
56522
56611
|
thermostat_weekly_program?:
|
|
56523
|
-
| (
|
|
56524
|
-
|
|
56525
|
-
|
|
56526
|
-
|
|
56527
|
-
|
|
56528
|
-
|
|
56529
|
-
|
|
56530
|
-
|
|
56531
|
-
|
|
56532
|
-
|
|
56533
|
-
|
|
56534
|
-
|
|
56535
|
-
|
|
56536
|
-
|
|
56537
|
-
|
|
56538
|
-
|
|
56539
|
-
|
|
56540
|
-
|
|
56541
|
-
|
|
56542
|
-
|
|
56612
|
+
| (
|
|
56613
|
+
| ({
|
|
56614
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
56615
|
+
monday_program_id: string | null
|
|
56616
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
56617
|
+
tuesday_program_id: string | null
|
|
56618
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
56619
|
+
wednesday_program_id: string | null
|
|
56620
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
56621
|
+
thursday_program_id: string | null
|
|
56622
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
56623
|
+
friday_program_id: string | null
|
|
56624
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
56625
|
+
saturday_program_id: string | null
|
|
56626
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
56627
|
+
sunday_program_id: string | null
|
|
56628
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
56629
|
+
created_at: string
|
|
56630
|
+
} | null)
|
|
56631
|
+
| undefined
|
|
56632
|
+
)
|
|
56543
56633
|
| undefined
|
|
56544
56634
|
min_cooling_set_point_celsius?: number | undefined
|
|
56545
56635
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -58149,7 +58239,7 @@ export interface Routes {
|
|
|
58149
58239
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
58150
58240
|
device_id: string
|
|
58151
58241
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58152
|
-
name
|
|
58242
|
+
name: string | null
|
|
58153
58243
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58154
58244
|
climate_preset_key: string
|
|
58155
58245
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -58160,6 +58250,8 @@ export interface Routes {
|
|
|
58160
58250
|
is_override_allowed?: boolean | undefined
|
|
58161
58251
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
58162
58252
|
ends_at: string
|
|
58253
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
58254
|
+
workspace_id: string
|
|
58163
58255
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
58164
58256
|
created_at: string
|
|
58165
58257
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -58202,7 +58294,7 @@ export interface Routes {
|
|
|
58202
58294
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
58203
58295
|
device_id: string
|
|
58204
58296
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58205
|
-
name
|
|
58297
|
+
name: string | null
|
|
58206
58298
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58207
58299
|
climate_preset_key: string
|
|
58208
58300
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -58213,6 +58305,8 @@ export interface Routes {
|
|
|
58213
58305
|
is_override_allowed?: boolean | undefined
|
|
58214
58306
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
58215
58307
|
ends_at: string
|
|
58308
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
58309
|
+
workspace_id: string
|
|
58216
58310
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
58217
58311
|
created_at: string
|
|
58218
58312
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -58244,7 +58338,7 @@ export interface Routes {
|
|
|
58244
58338
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
58245
58339
|
device_id: string
|
|
58246
58340
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58247
|
-
name
|
|
58341
|
+
name: string | null
|
|
58248
58342
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
58249
58343
|
climate_preset_key: string
|
|
58250
58344
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -58255,6 +58349,8 @@ export interface Routes {
|
|
|
58255
58349
|
is_override_allowed?: boolean | undefined
|
|
58256
58350
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
58257
58351
|
ends_at: string
|
|
58352
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
58353
|
+
workspace_id: string
|
|
58258
58354
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
58259
58355
|
created_at: string
|
|
58260
58356
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -62413,7 +62509,7 @@ export interface Routes {
|
|
|
62413
62509
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
62414
62510
|
device_id: string
|
|
62415
62511
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
62416
|
-
name
|
|
62512
|
+
name: string | null
|
|
62417
62513
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
62418
62514
|
climate_preset_key: string
|
|
62419
62515
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -62424,6 +62520,8 @@ export interface Routes {
|
|
|
62424
62520
|
is_override_allowed?: boolean | undefined
|
|
62425
62521
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
62426
62522
|
ends_at: string
|
|
62523
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
62524
|
+
workspace_id: string
|
|
62427
62525
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
62428
62526
|
created_at: string
|
|
62429
62527
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -62436,45 +62534,51 @@ export interface Routes {
|
|
|
62436
62534
|
} | null)
|
|
62437
62535
|
| undefined
|
|
62438
62536
|
thermostat_daily_programs?:
|
|
62439
|
-
| (
|
|
62440
|
-
|
|
62441
|
-
|
|
62442
|
-
|
|
62443
|
-
|
|
62444
|
-
|
|
62445
|
-
|
|
62446
|
-
|
|
62447
|
-
|
|
62448
|
-
|
|
62449
|
-
|
|
62450
|
-
|
|
62451
|
-
|
|
62452
|
-
|
|
62453
|
-
|
|
62454
|
-
|
|
62455
|
-
|
|
62537
|
+
| (
|
|
62538
|
+
| Array<{
|
|
62539
|
+
/** ID of the thermostat daily program. */
|
|
62540
|
+
thermostat_daily_program_id: string
|
|
62541
|
+
/** ID of the desired thermostat device. */
|
|
62542
|
+
device_id: string
|
|
62543
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
62544
|
+
name: string | null
|
|
62545
|
+
/** Array of thermostat daily program periods. */
|
|
62546
|
+
periods: Array<{
|
|
62547
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
62548
|
+
starts_at_time: string
|
|
62549
|
+
/** 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. */
|
|
62550
|
+
climate_preset_key: string
|
|
62551
|
+
}>
|
|
62552
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
62553
|
+
workspace_id: string
|
|
62554
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
62555
|
+
created_at: string
|
|
62556
|
+
}>
|
|
62557
|
+
| undefined
|
|
62558
|
+
)
|
|
62456
62559
|
| undefined
|
|
62457
62560
|
thermostat_weekly_program?:
|
|
62458
|
-
| (
|
|
62459
|
-
|
|
62460
|
-
|
|
62461
|
-
|
|
62462
|
-
|
|
62463
|
-
|
|
62464
|
-
|
|
62465
|
-
|
|
62466
|
-
|
|
62467
|
-
|
|
62468
|
-
|
|
62469
|
-
|
|
62470
|
-
|
|
62471
|
-
|
|
62472
|
-
|
|
62473
|
-
|
|
62474
|
-
|
|
62475
|
-
|
|
62476
|
-
|
|
62477
|
-
|
|
62561
|
+
| (
|
|
62562
|
+
| ({
|
|
62563
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
62564
|
+
monday_program_id: string | null
|
|
62565
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
62566
|
+
tuesday_program_id: string | null
|
|
62567
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
62568
|
+
wednesday_program_id: string | null
|
|
62569
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
62570
|
+
thursday_program_id: string | null
|
|
62571
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
62572
|
+
friday_program_id: string | null
|
|
62573
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
62574
|
+
saturday_program_id: string | null
|
|
62575
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
62576
|
+
sunday_program_id: string | null
|
|
62577
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
62578
|
+
created_at: string
|
|
62579
|
+
} | null)
|
|
62580
|
+
| undefined
|
|
62581
|
+
)
|
|
62478
62582
|
| undefined
|
|
62479
62583
|
min_cooling_set_point_celsius?: number | undefined
|
|
62480
62584
|
min_cooling_set_point_fahrenheit?: number | undefined
|
|
@@ -63393,7 +63497,7 @@ export interface Routes {
|
|
|
63393
63497
|
/** ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device. */
|
|
63394
63498
|
device_id: string
|
|
63395
63499
|
/** User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
63396
|
-
name
|
|
63500
|
+
name: string | null
|
|
63397
63501
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
63398
63502
|
climate_preset_key: string
|
|
63399
63503
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
@@ -63404,6 +63508,8 @@ export interface Routes {
|
|
|
63404
63508
|
is_override_allowed?: boolean | undefined
|
|
63405
63509
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
63406
63510
|
ends_at: string
|
|
63511
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule. */
|
|
63512
|
+
workspace_id: string
|
|
63407
63513
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created. */
|
|
63408
63514
|
created_at: string
|
|
63409
63515
|
/** Errors associated with the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
@@ -63416,45 +63522,51 @@ export interface Routes {
|
|
|
63416
63522
|
} | null)
|
|
63417
63523
|
| undefined
|
|
63418
63524
|
thermostat_daily_programs?:
|
|
63419
|
-
| (
|
|
63420
|
-
|
|
63421
|
-
|
|
63422
|
-
|
|
63423
|
-
|
|
63424
|
-
|
|
63425
|
-
|
|
63426
|
-
|
|
63427
|
-
|
|
63428
|
-
|
|
63429
|
-
|
|
63430
|
-
|
|
63431
|
-
|
|
63432
|
-
|
|
63433
|
-
|
|
63434
|
-
|
|
63435
|
-
|
|
63525
|
+
| (
|
|
63526
|
+
| Array<{
|
|
63527
|
+
/** ID of the thermostat daily program. */
|
|
63528
|
+
thermostat_daily_program_id: string
|
|
63529
|
+
/** ID of the desired thermostat device. */
|
|
63530
|
+
device_id: string
|
|
63531
|
+
/** User-friendly name to identify the thermostat daily program. */
|
|
63532
|
+
name: string | null
|
|
63533
|
+
/** Array of thermostat daily program periods. */
|
|
63534
|
+
periods: Array<{
|
|
63535
|
+
/** Time at which the thermostat daily program entry starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
63536
|
+
starts_at_time: string
|
|
63537
|
+
/** 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. */
|
|
63538
|
+
climate_preset_key: string
|
|
63539
|
+
}>
|
|
63540
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program. */
|
|
63541
|
+
workspace_id: string
|
|
63542
|
+
/** Date and time at which the thermostat daily program was created. */
|
|
63543
|
+
created_at: string
|
|
63544
|
+
}>
|
|
63545
|
+
| undefined
|
|
63546
|
+
)
|
|
63436
63547
|
| undefined
|
|
63437
63548
|
thermostat_weekly_program?:
|
|
63438
|
-
| (
|
|
63439
|
-
|
|
63440
|
-
|
|
63441
|
-
|
|
63442
|
-
|
|
63443
|
-
|
|
63444
|
-
|
|
63445
|
-
|
|
63446
|
-
|
|
63447
|
-
|
|
63448
|
-
|
|
63449
|
-
|
|
63450
|
-
|
|
63451
|
-
|
|
63452
|
-
|
|
63453
|
-
|
|
63454
|
-
|
|
63455
|
-
|
|
63456
|
-
|
|
63457
|
-
|
|
63549
|
+
| (
|
|
63550
|
+
| ({
|
|
63551
|
+
/** ID of the thermostat daily program to run on Mondays. */
|
|
63552
|
+
monday_program_id: string | null
|
|
63553
|
+
/** ID of the thermostat daily program to run on Tuesdays. */
|
|
63554
|
+
tuesday_program_id: string | null
|
|
63555
|
+
/** ID of the thermostat daily program to run on Wednesdays. */
|
|
63556
|
+
wednesday_program_id: string | null
|
|
63557
|
+
/** ID of the thermostat daily program to run on Thursdays. */
|
|
63558
|
+
thursday_program_id: string | null
|
|
63559
|
+
/** ID of the thermostat daily program to run on Fridays. */
|
|
63560
|
+
friday_program_id: string | null
|
|
63561
|
+
/** ID of the thermostat daily program to run on Saturdays. */
|
|
63562
|
+
saturday_program_id: string | null
|
|
63563
|
+
/** ID of the thermostat daily program to run on Sundays. */
|
|
63564
|
+
sunday_program_id: string | null
|
|
63565
|
+
/** Date and time at which the thermostat weekly program was created. */
|
|
63566
|
+
created_at: string
|
|
63567
|
+
} | null)
|
|
63568
|
+
| undefined
|
|
63569
|
+
)
|
|
63458
63570
|
| undefined
|
|
63459
63571
|
min_cooling_set_point_celsius?: number | undefined
|
|
63460
63572
|
min_cooling_set_point_fahrenheit?: number | undefined
|