@seamapi/types 1.292.0 → 1.292.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15107,6 +15107,7 @@ declare const _default: {
15107
15107
  properties: {
15108
15108
  active_thermostat_schedule: {
15109
15109
  default: null;
15110
+ description: string;
15110
15111
  nullable: boolean;
15111
15112
  properties: {
15112
15113
  climate_preset_key: {
@@ -15930,6 +15931,7 @@ declare const _default: {
15930
15931
  type: string;
15931
15932
  };
15932
15933
  thermostat_schedule: {
15934
+ description: string;
15933
15935
  properties: {
15934
15936
  climate_preset_key: {
15935
15937
  description: string;
@@ -37885,24 +37887,25 @@ interface Routes {
37885
37887
  manual_override_allowed: boolean;
37886
37888
  }> | undefined;
37887
37889
  fallback_climate_preset_key?: (string | null) | undefined;
37890
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
37888
37891
  active_thermostat_schedule?: ({
37889
- /** ID of the climate schedule. */
37892
+ /** ID of the thermostat schedule. */
37890
37893
  thermostat_schedule_id: string;
37891
37894
  /** ID of the desired thermostat device. */
37892
37895
  device_id: string;
37893
- /** User-friendly name to identify the climate schedule. */
37896
+ /** User-friendly name to identify the thermostat schedule. */
37894
37897
  name?: string | undefined;
37895
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
37898
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
37896
37899
  climate_preset_key: string;
37897
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
37900
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
37898
37901
  max_override_period_minutes: number;
37899
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
37902
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
37900
37903
  starts_at: string;
37901
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
37904
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
37902
37905
  ends_at: string;
37903
- /** Date and time at which the climate schedule was created. */
37906
+ /** Date and time at which the thermostat schedule was created. */
37904
37907
  created_at: string;
37905
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
37908
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
37906
37909
  errors?: any;
37907
37910
  } | null) | undefined;
37908
37911
  min_cooling_set_point_celsius?: number | undefined;
@@ -42269,24 +42272,25 @@ interface Routes {
42269
42272
  manual_override_allowed: boolean;
42270
42273
  }> | undefined;
42271
42274
  fallback_climate_preset_key?: (string | null) | undefined;
42275
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
42272
42276
  active_thermostat_schedule?: ({
42273
- /** ID of the climate schedule. */
42277
+ /** ID of the thermostat schedule. */
42274
42278
  thermostat_schedule_id: string;
42275
42279
  /** ID of the desired thermostat device. */
42276
42280
  device_id: string;
42277
- /** User-friendly name to identify the climate schedule. */
42281
+ /** User-friendly name to identify the thermostat schedule. */
42278
42282
  name?: string | undefined;
42279
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
42283
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
42280
42284
  climate_preset_key: string;
42281
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
42285
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
42282
42286
  max_override_period_minutes: number;
42283
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42287
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42284
42288
  starts_at: string;
42285
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42289
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42286
42290
  ends_at: string;
42287
- /** Date and time at which the climate schedule was created. */
42291
+ /** Date and time at which the thermostat schedule was created. */
42288
42292
  created_at: string;
42289
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
42293
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
42290
42294
  errors?: any;
42291
42295
  } | null) | undefined;
42292
42296
  min_cooling_set_point_celsius?: number | undefined;
@@ -42813,24 +42817,25 @@ interface Routes {
42813
42817
  manual_override_allowed: boolean;
42814
42818
  }> | undefined;
42815
42819
  fallback_climate_preset_key?: (string | null) | undefined;
42820
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
42816
42821
  active_thermostat_schedule?: ({
42817
- /** ID of the climate schedule. */
42822
+ /** ID of the thermostat schedule. */
42818
42823
  thermostat_schedule_id: string;
42819
42824
  /** ID of the desired thermostat device. */
42820
42825
  device_id: string;
42821
- /** User-friendly name to identify the climate schedule. */
42826
+ /** User-friendly name to identify the thermostat schedule. */
42822
42827
  name?: string | undefined;
42823
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
42828
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
42824
42829
  climate_preset_key: string;
42825
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
42830
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
42826
42831
  max_override_period_minutes: number;
42827
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42832
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42828
42833
  starts_at: string;
42829
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42834
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42830
42835
  ends_at: string;
42831
- /** Date and time at which the climate schedule was created. */
42836
+ /** Date and time at which the thermostat schedule was created. */
42832
42837
  created_at: string;
42833
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
42838
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
42834
42839
  errors?: any;
42835
42840
  } | null) | undefined;
42836
42841
  min_cooling_set_point_celsius?: number | undefined;
@@ -43760,24 +43765,25 @@ interface Routes {
43760
43765
  manual_override_allowed: boolean;
43761
43766
  }> | undefined;
43762
43767
  fallback_climate_preset_key?: (string | null) | undefined;
43768
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
43763
43769
  active_thermostat_schedule?: ({
43764
- /** ID of the climate schedule. */
43770
+ /** ID of the thermostat schedule. */
43765
43771
  thermostat_schedule_id: string;
43766
43772
  /** ID of the desired thermostat device. */
43767
43773
  device_id: string;
43768
- /** User-friendly name to identify the climate schedule. */
43774
+ /** User-friendly name to identify the thermostat schedule. */
43769
43775
  name?: string | undefined;
43770
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
43776
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
43771
43777
  climate_preset_key: string;
43772
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
43778
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
43773
43779
  max_override_period_minutes: number;
43774
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43780
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43775
43781
  starts_at: string;
43776
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43782
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43777
43783
  ends_at: string;
43778
- /** Date and time at which the climate schedule was created. */
43784
+ /** Date and time at which the thermostat schedule was created. */
43779
43785
  created_at: string;
43780
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
43786
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
43781
43787
  errors?: any;
43782
43788
  } | null) | undefined;
43783
43789
  min_cooling_set_point_celsius?: number | undefined;
@@ -44267,24 +44273,25 @@ interface Routes {
44267
44273
  manual_override_allowed: boolean;
44268
44274
  }> | undefined;
44269
44275
  fallback_climate_preset_key?: (string | null) | undefined;
44276
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
44270
44277
  active_thermostat_schedule?: ({
44271
- /** ID of the climate schedule. */
44278
+ /** ID of the thermostat schedule. */
44272
44279
  thermostat_schedule_id: string;
44273
44280
  /** ID of the desired thermostat device. */
44274
44281
  device_id: string;
44275
- /** User-friendly name to identify the climate schedule. */
44282
+ /** User-friendly name to identify the thermostat schedule. */
44276
44283
  name?: string | undefined;
44277
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
44284
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
44278
44285
  climate_preset_key: string;
44279
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
44286
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
44280
44287
  max_override_period_minutes: number;
44281
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44288
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44282
44289
  starts_at: string;
44283
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44290
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44284
44291
  ends_at: string;
44285
- /** Date and time at which the climate schedule was created. */
44292
+ /** Date and time at which the thermostat schedule was created. */
44286
44293
  created_at: string;
44287
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
44294
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
44288
44295
  errors?: any;
44289
44296
  } | null) | undefined;
44290
44297
  min_cooling_set_point_celsius?: number | undefined;
@@ -44811,24 +44818,25 @@ interface Routes {
44811
44818
  manual_override_allowed: boolean;
44812
44819
  }> | undefined;
44813
44820
  fallback_climate_preset_key?: (string | null) | undefined;
44821
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
44814
44822
  active_thermostat_schedule?: ({
44815
- /** ID of the climate schedule. */
44823
+ /** ID of the thermostat schedule. */
44816
44824
  thermostat_schedule_id: string;
44817
44825
  /** ID of the desired thermostat device. */
44818
44826
  device_id: string;
44819
- /** User-friendly name to identify the climate schedule. */
44827
+ /** User-friendly name to identify the thermostat schedule. */
44820
44828
  name?: string | undefined;
44821
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
44829
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
44822
44830
  climate_preset_key: string;
44823
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
44831
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
44824
44832
  max_override_period_minutes: number;
44825
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44833
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44826
44834
  starts_at: string;
44827
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44835
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44828
44836
  ends_at: string;
44829
- /** Date and time at which the climate schedule was created. */
44837
+ /** Date and time at which the thermostat schedule was created. */
44830
44838
  created_at: string;
44831
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
44839
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
44832
44840
  errors?: any;
44833
44841
  } | null) | undefined;
44834
44842
  min_cooling_set_point_celsius?: number | undefined;
@@ -45318,24 +45326,25 @@ interface Routes {
45318
45326
  manual_override_allowed: boolean;
45319
45327
  }> | undefined;
45320
45328
  fallback_climate_preset_key?: (string | null) | undefined;
45329
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
45321
45330
  active_thermostat_schedule?: ({
45322
- /** ID of the climate schedule. */
45331
+ /** ID of the thermostat schedule. */
45323
45332
  thermostat_schedule_id: string;
45324
45333
  /** ID of the desired thermostat device. */
45325
45334
  device_id: string;
45326
- /** User-friendly name to identify the climate schedule. */
45335
+ /** User-friendly name to identify the thermostat schedule. */
45327
45336
  name?: string | undefined;
45328
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
45337
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
45329
45338
  climate_preset_key: string;
45330
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
45339
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
45331
45340
  max_override_period_minutes: number;
45332
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
45341
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
45333
45342
  starts_at: string;
45334
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
45343
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
45335
45344
  ends_at: string;
45336
- /** Date and time at which the climate schedule was created. */
45345
+ /** Date and time at which the thermostat schedule was created. */
45337
45346
  created_at: string;
45338
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
45347
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
45339
45348
  errors?: any;
45340
45349
  } | null) | undefined;
45341
45350
  min_cooling_set_point_celsius?: number | undefined;
@@ -47362,24 +47371,25 @@ interface Routes {
47362
47371
  manual_override_allowed: boolean;
47363
47372
  }> | undefined;
47364
47373
  fallback_climate_preset_key?: (string | null) | undefined;
47374
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
47365
47375
  active_thermostat_schedule?: ({
47366
- /** ID of the climate schedule. */
47376
+ /** ID of the thermostat schedule. */
47367
47377
  thermostat_schedule_id: string;
47368
47378
  /** ID of the desired thermostat device. */
47369
47379
  device_id: string;
47370
- /** User-friendly name to identify the climate schedule. */
47380
+ /** User-friendly name to identify the thermostat schedule. */
47371
47381
  name?: string | undefined;
47372
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
47382
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
47373
47383
  climate_preset_key: string;
47374
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
47384
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
47375
47385
  max_override_period_minutes: number;
47376
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47386
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47377
47387
  starts_at: string;
47378
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47388
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47379
47389
  ends_at: string;
47380
- /** Date and time at which the climate schedule was created. */
47390
+ /** Date and time at which the thermostat schedule was created. */
47381
47391
  created_at: string;
47382
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
47392
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
47383
47393
  errors?: any;
47384
47394
  } | null) | undefined;
47385
47395
  min_cooling_set_point_celsius?: number | undefined;
@@ -47869,24 +47879,25 @@ interface Routes {
47869
47879
  manual_override_allowed: boolean;
47870
47880
  }> | undefined;
47871
47881
  fallback_climate_preset_key?: (string | null) | undefined;
47882
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
47872
47883
  active_thermostat_schedule?: ({
47873
- /** ID of the climate schedule. */
47884
+ /** ID of the thermostat schedule. */
47874
47885
  thermostat_schedule_id: string;
47875
47886
  /** ID of the desired thermostat device. */
47876
47887
  device_id: string;
47877
- /** User-friendly name to identify the climate schedule. */
47888
+ /** User-friendly name to identify the thermostat schedule. */
47878
47889
  name?: string | undefined;
47879
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
47890
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
47880
47891
  climate_preset_key: string;
47881
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
47892
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
47882
47893
  max_override_period_minutes: number;
47883
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47894
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47884
47895
  starts_at: string;
47885
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47896
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47886
47897
  ends_at: string;
47887
- /** Date and time at which the climate schedule was created. */
47898
+ /** Date and time at which the thermostat schedule was created. */
47888
47899
  created_at: string;
47889
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
47900
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
47890
47901
  errors?: any;
47891
47902
  } | null) | undefined;
47892
47903
  min_cooling_set_point_celsius?: number | undefined;
@@ -52354,24 +52365,25 @@ interface Routes {
52354
52365
  manual_override_allowed: boolean;
52355
52366
  }> | undefined;
52356
52367
  fallback_climate_preset_key?: (string | null) | undefined;
52368
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
52357
52369
  active_thermostat_schedule?: ({
52358
- /** ID of the climate schedule. */
52370
+ /** ID of the thermostat schedule. */
52359
52371
  thermostat_schedule_id: string;
52360
52372
  /** ID of the desired thermostat device. */
52361
52373
  device_id: string;
52362
- /** User-friendly name to identify the climate schedule. */
52374
+ /** User-friendly name to identify the thermostat schedule. */
52363
52375
  name?: string | undefined;
52364
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
52376
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
52365
52377
  climate_preset_key: string;
52366
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
52378
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
52367
52379
  max_override_period_minutes: number;
52368
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52380
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52369
52381
  starts_at: string;
52370
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52382
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52371
52383
  ends_at: string;
52372
- /** Date and time at which the climate schedule was created. */
52384
+ /** Date and time at which the thermostat schedule was created. */
52373
52385
  created_at: string;
52374
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
52386
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
52375
52387
  errors?: any;
52376
52388
  } | null) | undefined;
52377
52389
  min_cooling_set_point_celsius?: number | undefined;
@@ -54380,24 +54392,25 @@ interface Routes {
54380
54392
  manual_override_allowed: boolean;
54381
54393
  }> | undefined;
54382
54394
  fallback_climate_preset_key?: (string | null) | undefined;
54395
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
54383
54396
  active_thermostat_schedule?: ({
54384
- /** ID of the climate schedule. */
54397
+ /** ID of the thermostat schedule. */
54385
54398
  thermostat_schedule_id: string;
54386
54399
  /** ID of the desired thermostat device. */
54387
54400
  device_id: string;
54388
- /** User-friendly name to identify the climate schedule. */
54401
+ /** User-friendly name to identify the thermostat schedule. */
54389
54402
  name?: string | undefined;
54390
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
54403
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
54391
54404
  climate_preset_key: string;
54392
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
54405
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
54393
54406
  max_override_period_minutes: number;
54394
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54407
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54395
54408
  starts_at: string;
54396
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54409
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54397
54410
  ends_at: string;
54398
- /** Date and time at which the climate schedule was created. */
54411
+ /** Date and time at which the thermostat schedule was created. */
54399
54412
  created_at: string;
54400
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
54413
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
54401
54414
  errors?: any;
54402
54415
  } | null) | undefined;
54403
54416
  min_cooling_set_point_celsius?: number | undefined;
@@ -54887,24 +54900,25 @@ interface Routes {
54887
54900
  manual_override_allowed: boolean;
54888
54901
  }> | undefined;
54889
54902
  fallback_climate_preset_key?: (string | null) | undefined;
54903
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
54890
54904
  active_thermostat_schedule?: ({
54891
- /** ID of the climate schedule. */
54905
+ /** ID of the thermostat schedule. */
54892
54906
  thermostat_schedule_id: string;
54893
54907
  /** ID of the desired thermostat device. */
54894
54908
  device_id: string;
54895
- /** User-friendly name to identify the climate schedule. */
54909
+ /** User-friendly name to identify the thermostat schedule. */
54896
54910
  name?: string | undefined;
54897
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
54911
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
54898
54912
  climate_preset_key: string;
54899
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
54913
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
54900
54914
  max_override_period_minutes: number;
54901
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54915
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54902
54916
  starts_at: string;
54903
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54917
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54904
54918
  ends_at: string;
54905
- /** Date and time at which the climate schedule was created. */
54919
+ /** Date and time at which the thermostat schedule was created. */
54906
54920
  created_at: string;
54907
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
54921
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
54908
54922
  errors?: any;
54909
54923
  } | null) | undefined;
54910
54924
  min_cooling_set_point_celsius?: number | undefined;
@@ -55711,38 +55725,39 @@ interface Routes {
55711
55725
  jsonBody: {
55712
55726
  /** ID of the desired thermostat device. */
55713
55727
  device_id: string;
55714
- /** User-friendly name to identify the climate schedule. */
55728
+ /** User-friendly name to identify the thermostat schedule. */
55715
55729
  name?: string | undefined;
55716
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
55730
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
55717
55731
  climate_preset_key: string;
55718
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
55732
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
55719
55733
  max_override_period_minutes?: number;
55720
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55734
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55721
55735
  starts_at: string;
55722
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55736
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55723
55737
  ends_at: string;
55724
55738
  };
55725
55739
  commonParams: {};
55726
55740
  formData: {};
55727
55741
  jsonResponse: {
55742
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
55728
55743
  thermostat_schedule: {
55729
- /** ID of the climate schedule. */
55744
+ /** ID of the thermostat schedule. */
55730
55745
  thermostat_schedule_id: string;
55731
55746
  /** ID of the desired thermostat device. */
55732
55747
  device_id: string;
55733
- /** User-friendly name to identify the climate schedule. */
55748
+ /** User-friendly name to identify the thermostat schedule. */
55734
55749
  name?: string | undefined;
55735
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
55750
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
55736
55751
  climate_preset_key: string;
55737
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
55752
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
55738
55753
  max_override_period_minutes: number;
55739
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55754
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55740
55755
  starts_at: string;
55741
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55756
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55742
55757
  ends_at: string;
55743
- /** Date and time at which the climate schedule was created. */
55758
+ /** Date and time at which the thermostat schedule was created. */
55744
55759
  created_at: string;
55745
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55760
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55746
55761
  errors?: any;
55747
55762
  };
55748
55763
  };
@@ -55753,7 +55768,7 @@ interface Routes {
55753
55768
  queryParams: {};
55754
55769
  jsonBody: {};
55755
55770
  commonParams: {
55756
- /** ID of the desired climate schedule. */
55771
+ /** ID of the desired thermostat schedule. */
55757
55772
  thermostat_schedule_id: string;
55758
55773
  };
55759
55774
  formData: {};
@@ -55765,29 +55780,30 @@ interface Routes {
55765
55780
  queryParams: {};
55766
55781
  jsonBody: {};
55767
55782
  commonParams: {
55768
- /** ID of the desired climate schedule. */
55783
+ /** ID of the desired thermostat schedule. */
55769
55784
  thermostat_schedule_id: string;
55770
55785
  };
55771
55786
  formData: {};
55772
55787
  jsonResponse: {
55788
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
55773
55789
  thermostat_schedule: {
55774
- /** ID of the climate schedule. */
55790
+ /** ID of the thermostat schedule. */
55775
55791
  thermostat_schedule_id: string;
55776
55792
  /** ID of the desired thermostat device. */
55777
55793
  device_id: string;
55778
- /** User-friendly name to identify the climate schedule. */
55794
+ /** User-friendly name to identify the thermostat schedule. */
55779
55795
  name?: string | undefined;
55780
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
55796
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
55781
55797
  climate_preset_key: string;
55782
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
55798
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
55783
55799
  max_override_period_minutes: number;
55784
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55800
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55785
55801
  starts_at: string;
55786
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55802
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55787
55803
  ends_at: string;
55788
- /** Date and time at which the climate schedule was created. */
55804
+ /** Date and time at which the thermostat schedule was created. */
55789
55805
  created_at: string;
55790
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55806
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55791
55807
  errors?: any;
55792
55808
  };
55793
55809
  };
@@ -55800,29 +55816,29 @@ interface Routes {
55800
55816
  commonParams: {
55801
55817
  /** ID of the desired thermostat device. */
55802
55818
  device_id: string;
55803
- /** User identifier key by which to filter the list of returned climate schedules. */
55819
+ /** User identifier key by which to filter the list of returned thermostat schedules. */
55804
55820
  user_identifier_key?: string | undefined;
55805
55821
  };
55806
55822
  formData: {};
55807
55823
  jsonResponse: {
55808
55824
  thermostat_schedules: Array<{
55809
- /** ID of the climate schedule. */
55825
+ /** ID of the thermostat schedule. */
55810
55826
  thermostat_schedule_id: string;
55811
55827
  /** ID of the desired thermostat device. */
55812
55828
  device_id: string;
55813
- /** User-friendly name to identify the climate schedule. */
55829
+ /** User-friendly name to identify the thermostat schedule. */
55814
55830
  name?: string | undefined;
55815
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
55831
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
55816
55832
  climate_preset_key: string;
55817
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
55833
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
55818
55834
  max_override_period_minutes: number;
55819
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55835
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55820
55836
  starts_at: string;
55821
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55837
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55822
55838
  ends_at: string;
55823
- /** Date and time at which the climate schedule was created. */
55839
+ /** Date and time at which the thermostat schedule was created. */
55824
55840
  created_at: string;
55825
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55841
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
55826
55842
  errors?: any;
55827
55843
  }>;
55828
55844
  };
@@ -55832,17 +55848,17 @@ interface Routes {
55832
55848
  method: 'PATCH' | 'POST';
55833
55849
  queryParams: {};
55834
55850
  jsonBody: {
55835
- /** ID of the desired climate schedule. */
55851
+ /** ID of the desired thermostat schedule. */
55836
55852
  thermostat_schedule_id: string;
55837
- /** User-friendly name to identify the climate schedule. */
55853
+ /** User-friendly name to identify the thermostat schedule. */
55838
55854
  name?: string | undefined;
55839
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
55855
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
55840
55856
  climate_preset_key?: string | undefined;
55841
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
55857
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
55842
55858
  max_override_period_minutes?: number | undefined;
55843
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55859
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55844
55860
  starts_at?: string | undefined;
55845
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55861
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55846
55862
  ends_at?: string | undefined;
55847
55863
  };
55848
55864
  commonParams: {};
@@ -57268,24 +57284,25 @@ interface Routes {
57268
57284
  manual_override_allowed: boolean;
57269
57285
  }> | undefined;
57270
57286
  fallback_climate_preset_key?: (string | null) | undefined;
57287
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
57271
57288
  active_thermostat_schedule?: ({
57272
- /** ID of the climate schedule. */
57289
+ /** ID of the thermostat schedule. */
57273
57290
  thermostat_schedule_id: string;
57274
57291
  /** ID of the desired thermostat device. */
57275
57292
  device_id: string;
57276
- /** User-friendly name to identify the climate schedule. */
57293
+ /** User-friendly name to identify the thermostat schedule. */
57277
57294
  name?: string | undefined;
57278
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
57295
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
57279
57296
  climate_preset_key: string;
57280
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
57297
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
57281
57298
  max_override_period_minutes: number;
57282
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57299
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57283
57300
  starts_at: string;
57284
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57301
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57285
57302
  ends_at: string;
57286
- /** Date and time at which the climate schedule was created. */
57303
+ /** Date and time at which the thermostat schedule was created. */
57287
57304
  created_at: string;
57288
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
57305
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
57289
57306
  errors?: any;
57290
57307
  } | null) | undefined;
57291
57308
  min_cooling_set_point_celsius?: number | undefined;
@@ -57777,24 +57794,25 @@ interface Routes {
57777
57794
  manual_override_allowed: boolean;
57778
57795
  }> | undefined;
57779
57796
  fallback_climate_preset_key?: (string | null) | undefined;
57797
+ /** Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time. */
57780
57798
  active_thermostat_schedule?: ({
57781
- /** ID of the climate schedule. */
57799
+ /** ID of the thermostat schedule. */
57782
57800
  thermostat_schedule_id: string;
57783
57801
  /** ID of the desired thermostat device. */
57784
57802
  device_id: string;
57785
- /** User-friendly name to identify the climate schedule. */
57803
+ /** User-friendly name to identify the thermostat schedule. */
57786
57804
  name?: string | undefined;
57787
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the climate schedule. */
57805
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
57788
57806
  climate_preset_key: string;
57789
- /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-schedules#specifying-manual-override-permissions). */
57807
+ /** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
57790
57808
  max_override_period_minutes: number;
57791
- /** Date and time at which the climate schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57809
+ /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57792
57810
  starts_at: string;
57793
- /** Date and time at which the climate schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57811
+ /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57794
57812
  ends_at: string;
57795
- /** Date and time at which the climate schedule was created. */
57813
+ /** Date and time at which the thermostat schedule was created. */
57796
57814
  created_at: string;
57797
- /** Array of errors associated with the climate schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
57815
+ /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
57798
57816
  errors?: any;
57799
57817
  } | null) | undefined;
57800
57818
  min_cooling_set_point_celsius?: number | undefined;