@seamapi/types 1.227.0 → 1.228.0
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 +0 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -224
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +0 -30
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +0 -30
- package/lib/seam/connect/models/devices/device.d.ts +0 -42
- package/lib/seam/connect/models/devices/phone.d.ts +0 -30
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -30
- package/lib/seam/connect/models/thermostats/climate-setting-schedule.d.ts +0 -6
- package/lib/seam/connect/models/thermostats/climate-setting.d.ts +0 -6
- package/lib/seam/connect/models/thermostats/climate-setting.js +0 -2
- package/lib/seam/connect/models/thermostats/climate-setting.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -60
- package/lib/seam/connect/openapi.js +0 -24
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -86
- package/package.json +1 -1
- package/src/lib/seam/connect/models/thermostats/climate-setting.ts +0 -2
- package/src/lib/seam/connect/openapi.ts +0 -24
- package/src/lib/seam/connect/route-types.ts +0 -86
|
@@ -4804,8 +4804,6 @@ export interface Routes {
|
|
|
4804
4804
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
4805
4805
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
4806
4806
|
current_climate_setting?: {
|
|
4807
|
-
automatic_heating_enabled: boolean;
|
|
4808
|
-
automatic_cooling_enabled: boolean;
|
|
4809
4807
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
4810
4808
|
cooling_set_point_celsius?: number | undefined;
|
|
4811
4809
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -4814,8 +4812,6 @@ export interface Routes {
|
|
|
4814
4812
|
manual_override_allowed: boolean;
|
|
4815
4813
|
} | undefined;
|
|
4816
4814
|
default_climate_setting?: {
|
|
4817
|
-
automatic_heating_enabled: boolean;
|
|
4818
|
-
automatic_cooling_enabled: boolean;
|
|
4819
4815
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
4820
4816
|
cooling_set_point_celsius?: number | undefined;
|
|
4821
4817
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -4834,8 +4830,6 @@ export interface Routes {
|
|
|
4834
4830
|
created_at: string;
|
|
4835
4831
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
4836
4832
|
errors?: any;
|
|
4837
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
4838
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
4839
4833
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
4840
4834
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
4841
4835
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -5225,8 +5219,6 @@ export interface Routes {
|
|
|
5225
5219
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5226
5220
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
5227
5221
|
current_climate_setting?: {
|
|
5228
|
-
automatic_heating_enabled: boolean;
|
|
5229
|
-
automatic_cooling_enabled: boolean;
|
|
5230
5222
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5231
5223
|
cooling_set_point_celsius?: number | undefined;
|
|
5232
5224
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -5235,8 +5227,6 @@ export interface Routes {
|
|
|
5235
5227
|
manual_override_allowed: boolean;
|
|
5236
5228
|
} | undefined;
|
|
5237
5229
|
default_climate_setting?: {
|
|
5238
|
-
automatic_heating_enabled: boolean;
|
|
5239
|
-
automatic_cooling_enabled: boolean;
|
|
5240
5230
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5241
5231
|
cooling_set_point_celsius?: number | undefined;
|
|
5242
5232
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -5255,8 +5245,6 @@ export interface Routes {
|
|
|
5255
5245
|
created_at: string;
|
|
5256
5246
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
5257
5247
|
errors?: any;
|
|
5258
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5259
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5260
5248
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5261
5249
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5262
5250
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -6014,8 +6002,6 @@ export interface Routes {
|
|
|
6014
6002
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
6015
6003
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
6016
6004
|
current_climate_setting?: {
|
|
6017
|
-
automatic_heating_enabled: boolean;
|
|
6018
|
-
automatic_cooling_enabled: boolean;
|
|
6019
6005
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6020
6006
|
cooling_set_point_celsius?: number | undefined;
|
|
6021
6007
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6024,8 +6010,6 @@ export interface Routes {
|
|
|
6024
6010
|
manual_override_allowed: boolean;
|
|
6025
6011
|
} | undefined;
|
|
6026
6012
|
default_climate_setting?: {
|
|
6027
|
-
automatic_heating_enabled: boolean;
|
|
6028
|
-
automatic_cooling_enabled: boolean;
|
|
6029
6013
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6030
6014
|
cooling_set_point_celsius?: number | undefined;
|
|
6031
6015
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6044,8 +6028,6 @@ export interface Routes {
|
|
|
6044
6028
|
created_at: string;
|
|
6045
6029
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6046
6030
|
errors?: any;
|
|
6047
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
6048
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
6049
6031
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
6050
6032
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
6051
6033
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -6410,8 +6392,6 @@ export interface Routes {
|
|
|
6410
6392
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
6411
6393
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
6412
6394
|
current_climate_setting?: {
|
|
6413
|
-
automatic_heating_enabled: boolean;
|
|
6414
|
-
automatic_cooling_enabled: boolean;
|
|
6415
6395
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6416
6396
|
cooling_set_point_celsius?: number | undefined;
|
|
6417
6397
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6420,8 +6400,6 @@ export interface Routes {
|
|
|
6420
6400
|
manual_override_allowed: boolean;
|
|
6421
6401
|
} | undefined;
|
|
6422
6402
|
default_climate_setting?: {
|
|
6423
|
-
automatic_heating_enabled: boolean;
|
|
6424
|
-
automatic_cooling_enabled: boolean;
|
|
6425
6403
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6426
6404
|
cooling_set_point_celsius?: number | undefined;
|
|
6427
6405
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6440,8 +6418,6 @@ export interface Routes {
|
|
|
6440
6418
|
created_at: string;
|
|
6441
6419
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6442
6420
|
errors?: any;
|
|
6443
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
6444
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
6445
6421
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
6446
6422
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
6447
6423
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -6831,8 +6807,6 @@ export interface Routes {
|
|
|
6831
6807
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
6832
6808
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
6833
6809
|
current_climate_setting?: {
|
|
6834
|
-
automatic_heating_enabled: boolean;
|
|
6835
|
-
automatic_cooling_enabled: boolean;
|
|
6836
6810
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6837
6811
|
cooling_set_point_celsius?: number | undefined;
|
|
6838
6812
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6841,8 +6815,6 @@ export interface Routes {
|
|
|
6841
6815
|
manual_override_allowed: boolean;
|
|
6842
6816
|
} | undefined;
|
|
6843
6817
|
default_climate_setting?: {
|
|
6844
|
-
automatic_heating_enabled: boolean;
|
|
6845
|
-
automatic_cooling_enabled: boolean;
|
|
6846
6818
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6847
6819
|
cooling_set_point_celsius?: number | undefined;
|
|
6848
6820
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -6861,8 +6833,6 @@ export interface Routes {
|
|
|
6861
6833
|
created_at: string;
|
|
6862
6834
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6863
6835
|
errors?: any;
|
|
6864
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
6865
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
6866
6836
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
6867
6837
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
6868
6838
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -7227,8 +7197,6 @@ export interface Routes {
|
|
|
7227
7197
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
7228
7198
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
7229
7199
|
current_climate_setting?: {
|
|
7230
|
-
automatic_heating_enabled: boolean;
|
|
7231
|
-
automatic_cooling_enabled: boolean;
|
|
7232
7200
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
7233
7201
|
cooling_set_point_celsius?: number | undefined;
|
|
7234
7202
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -7237,8 +7205,6 @@ export interface Routes {
|
|
|
7237
7205
|
manual_override_allowed: boolean;
|
|
7238
7206
|
} | undefined;
|
|
7239
7207
|
default_climate_setting?: {
|
|
7240
|
-
automatic_heating_enabled: boolean;
|
|
7241
|
-
automatic_cooling_enabled: boolean;
|
|
7242
7208
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
7243
7209
|
cooling_set_point_celsius?: number | undefined;
|
|
7244
7210
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -7257,8 +7223,6 @@ export interface Routes {
|
|
|
7257
7223
|
created_at: string;
|
|
7258
7224
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
7259
7225
|
errors?: any;
|
|
7260
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
7261
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
7262
7226
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
7263
7227
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
7264
7228
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -8430,8 +8394,6 @@ export interface Routes {
|
|
|
8430
8394
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
8431
8395
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
8432
8396
|
current_climate_setting?: {
|
|
8433
|
-
automatic_heating_enabled: boolean;
|
|
8434
|
-
automatic_cooling_enabled: boolean;
|
|
8435
8397
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
8436
8398
|
cooling_set_point_celsius?: number | undefined;
|
|
8437
8399
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -8440,8 +8402,6 @@ export interface Routes {
|
|
|
8440
8402
|
manual_override_allowed: boolean;
|
|
8441
8403
|
} | undefined;
|
|
8442
8404
|
default_climate_setting?: {
|
|
8443
|
-
automatic_heating_enabled: boolean;
|
|
8444
|
-
automatic_cooling_enabled: boolean;
|
|
8445
8405
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
8446
8406
|
cooling_set_point_celsius?: number | undefined;
|
|
8447
8407
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -8460,8 +8420,6 @@ export interface Routes {
|
|
|
8460
8420
|
created_at: string;
|
|
8461
8421
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8462
8422
|
errors?: any;
|
|
8463
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
8464
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
8465
8423
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
8466
8424
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
8467
8425
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -8826,8 +8784,6 @@ export interface Routes {
|
|
|
8826
8784
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
8827
8785
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
8828
8786
|
current_climate_setting?: {
|
|
8829
|
-
automatic_heating_enabled: boolean;
|
|
8830
|
-
automatic_cooling_enabled: boolean;
|
|
8831
8787
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
8832
8788
|
cooling_set_point_celsius?: number | undefined;
|
|
8833
8789
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -8836,8 +8792,6 @@ export interface Routes {
|
|
|
8836
8792
|
manual_override_allowed: boolean;
|
|
8837
8793
|
} | undefined;
|
|
8838
8794
|
default_climate_setting?: {
|
|
8839
|
-
automatic_heating_enabled: boolean;
|
|
8840
|
-
automatic_cooling_enabled: boolean;
|
|
8841
8795
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
8842
8796
|
cooling_set_point_celsius?: number | undefined;
|
|
8843
8797
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -8856,8 +8810,6 @@ export interface Routes {
|
|
|
8856
8810
|
created_at: string;
|
|
8857
8811
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8858
8812
|
errors?: any;
|
|
8859
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
8860
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
8861
8813
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
8862
8814
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
8863
8815
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10287,8 +10239,6 @@ export interface Routes {
|
|
|
10287
10239
|
name?: string | undefined;
|
|
10288
10240
|
schedule_starts_at: string;
|
|
10289
10241
|
schedule_ends_at: string;
|
|
10290
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10291
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10292
10242
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10293
10243
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10294
10244
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10309,8 +10259,6 @@ export interface Routes {
|
|
|
10309
10259
|
created_at: string;
|
|
10310
10260
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10311
10261
|
errors?: any;
|
|
10312
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10313
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10314
10262
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10315
10263
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10316
10264
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10352,8 +10300,6 @@ export interface Routes {
|
|
|
10352
10300
|
created_at: string;
|
|
10353
10301
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10354
10302
|
errors?: any;
|
|
10355
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10356
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10357
10303
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10358
10304
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10359
10305
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10384,8 +10330,6 @@ export interface Routes {
|
|
|
10384
10330
|
created_at: string;
|
|
10385
10331
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10386
10332
|
errors?: any;
|
|
10387
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10388
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10389
10333
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10390
10334
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10391
10335
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10405,8 +10349,6 @@ export interface Routes {
|
|
|
10405
10349
|
name?: string | undefined;
|
|
10406
10350
|
schedule_starts_at?: string | undefined;
|
|
10407
10351
|
schedule_ends_at?: string | undefined;
|
|
10408
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10409
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10410
10352
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10411
10353
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10412
10354
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -10427,8 +10369,6 @@ export interface Routes {
|
|
|
10427
10369
|
created_at: string;
|
|
10428
10370
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10429
10371
|
errors?: any;
|
|
10430
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
10431
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
10432
10372
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
10433
10373
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
10434
10374
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -11132,8 +11072,6 @@ export interface Routes {
|
|
|
11132
11072
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
11133
11073
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
11134
11074
|
current_climate_setting?: {
|
|
11135
|
-
automatic_heating_enabled: boolean;
|
|
11136
|
-
automatic_cooling_enabled: boolean;
|
|
11137
11075
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
11138
11076
|
cooling_set_point_celsius?: number | undefined;
|
|
11139
11077
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -11142,8 +11080,6 @@ export interface Routes {
|
|
|
11142
11080
|
manual_override_allowed: boolean;
|
|
11143
11081
|
} | undefined;
|
|
11144
11082
|
default_climate_setting?: {
|
|
11145
|
-
automatic_heating_enabled: boolean;
|
|
11146
|
-
automatic_cooling_enabled: boolean;
|
|
11147
11083
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
11148
11084
|
cooling_set_point_celsius?: number | undefined;
|
|
11149
11085
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -11162,8 +11098,6 @@ export interface Routes {
|
|
|
11162
11098
|
created_at: string;
|
|
11163
11099
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
11164
11100
|
errors?: any;
|
|
11165
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
11166
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
11167
11101
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
11168
11102
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
11169
11103
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -12307,8 +12241,6 @@ export interface Routes {
|
|
|
12307
12241
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
12308
12242
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
12309
12243
|
current_climate_setting?: {
|
|
12310
|
-
automatic_heating_enabled: boolean;
|
|
12311
|
-
automatic_cooling_enabled: boolean;
|
|
12312
12244
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
12313
12245
|
cooling_set_point_celsius?: number | undefined;
|
|
12314
12246
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -12317,8 +12249,6 @@ export interface Routes {
|
|
|
12317
12249
|
manual_override_allowed: boolean;
|
|
12318
12250
|
} | undefined;
|
|
12319
12251
|
default_climate_setting?: {
|
|
12320
|
-
automatic_heating_enabled: boolean;
|
|
12321
|
-
automatic_cooling_enabled: boolean;
|
|
12322
12252
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
12323
12253
|
cooling_set_point_celsius?: number | undefined;
|
|
12324
12254
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -12337,8 +12267,6 @@ export interface Routes {
|
|
|
12337
12267
|
created_at: string;
|
|
12338
12268
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
12339
12269
|
errors?: any;
|
|
12340
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
12341
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
12342
12270
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
12343
12271
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
12344
12272
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -13155,8 +13083,6 @@ export interface Routes {
|
|
|
13155
13083
|
jsonBody: {
|
|
13156
13084
|
device_id: string;
|
|
13157
13085
|
default_climate_setting: {
|
|
13158
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
13159
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
13160
13086
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
13161
13087
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
13162
13088
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -13665,8 +13591,6 @@ export interface Routes {
|
|
|
13665
13591
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
13666
13592
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
13667
13593
|
current_climate_setting?: {
|
|
13668
|
-
automatic_heating_enabled: boolean;
|
|
13669
|
-
automatic_cooling_enabled: boolean;
|
|
13670
13594
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
13671
13595
|
cooling_set_point_celsius?: number | undefined;
|
|
13672
13596
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -13675,8 +13599,6 @@ export interface Routes {
|
|
|
13675
13599
|
manual_override_allowed: boolean;
|
|
13676
13600
|
} | undefined;
|
|
13677
13601
|
default_climate_setting?: {
|
|
13678
|
-
automatic_heating_enabled: boolean;
|
|
13679
|
-
automatic_cooling_enabled: boolean;
|
|
13680
13602
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
13681
13603
|
cooling_set_point_celsius?: number | undefined;
|
|
13682
13604
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -13695,8 +13617,6 @@ export interface Routes {
|
|
|
13695
13617
|
created_at: string;
|
|
13696
13618
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13697
13619
|
errors?: any;
|
|
13698
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
13699
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
13700
13620
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
13701
13621
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
13702
13622
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
@@ -14063,8 +13983,6 @@ export interface Routes {
|
|
|
14063
13983
|
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
14064
13984
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
14065
13985
|
current_climate_setting?: {
|
|
14066
|
-
automatic_heating_enabled: boolean;
|
|
14067
|
-
automatic_cooling_enabled: boolean;
|
|
14068
13986
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
14069
13987
|
cooling_set_point_celsius?: number | undefined;
|
|
14070
13988
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -14073,8 +13991,6 @@ export interface Routes {
|
|
|
14073
13991
|
manual_override_allowed: boolean;
|
|
14074
13992
|
} | undefined;
|
|
14075
13993
|
default_climate_setting?: {
|
|
14076
|
-
automatic_heating_enabled: boolean;
|
|
14077
|
-
automatic_cooling_enabled: boolean;
|
|
14078
13994
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
14079
13995
|
cooling_set_point_celsius?: number | undefined;
|
|
14080
13996
|
heating_set_point_celsius?: number | undefined;
|
|
@@ -14093,8 +14009,6 @@ export interface Routes {
|
|
|
14093
14009
|
created_at: string;
|
|
14094
14010
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
14095
14011
|
errors?: any;
|
|
14096
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
14097
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
14098
14012
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
14099
14013
|
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
14100
14014
|
heating_set_point_celsius?: (number | undefined) | undefined;
|
package/package.json
CHANGED
|
@@ -3,8 +3,6 @@ import { z } from 'zod'
|
|
|
3
3
|
import { hvac_mode_setting } from './modes.js'
|
|
4
4
|
|
|
5
5
|
export const climate_setting = z.object({
|
|
6
|
-
automatic_heating_enabled: z.boolean(),
|
|
7
|
-
automatic_cooling_enabled: z.boolean(),
|
|
8
6
|
hvac_mode_setting,
|
|
9
7
|
cooling_set_point_celsius: z.number().optional(),
|
|
10
8
|
heating_set_point_celsius: z.number().optional(),
|
|
@@ -1862,8 +1862,6 @@ export default {
|
|
|
1862
1862
|
},
|
|
1863
1863
|
climate_setting_schedule: {
|
|
1864
1864
|
properties: {
|
|
1865
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
1866
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
1867
1865
|
climate_setting_schedule_id: { format: 'uuid', type: 'string' },
|
|
1868
1866
|
cooling_set_point_celsius: { format: 'float', type: 'number' },
|
|
1869
1867
|
cooling_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
@@ -2923,8 +2921,6 @@ export default {
|
|
|
2923
2921
|
properties: {
|
|
2924
2922
|
active_climate_setting_schedule: {
|
|
2925
2923
|
properties: {
|
|
2926
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
2927
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
2928
2924
|
climate_setting_schedule_id: {
|
|
2929
2925
|
format: 'uuid',
|
|
2930
2926
|
type: 'string',
|
|
@@ -2983,8 +2979,6 @@ export default {
|
|
|
2983
2979
|
},
|
|
2984
2980
|
current_climate_setting: {
|
|
2985
2981
|
properties: {
|
|
2986
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
2987
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
2988
2982
|
cooling_set_point_celsius: {
|
|
2989
2983
|
format: 'float',
|
|
2990
2984
|
type: 'number',
|
|
@@ -3008,8 +3002,6 @@ export default {
|
|
|
3008
3002
|
manual_override_allowed: { type: 'boolean' },
|
|
3009
3003
|
},
|
|
3010
3004
|
required: [
|
|
3011
|
-
'automatic_heating_enabled',
|
|
3012
|
-
'automatic_cooling_enabled',
|
|
3013
3005
|
'hvac_mode_setting',
|
|
3014
3006
|
'manual_override_allowed',
|
|
3015
3007
|
],
|
|
@@ -3017,8 +3009,6 @@ export default {
|
|
|
3017
3009
|
},
|
|
3018
3010
|
default_climate_setting: {
|
|
3019
3011
|
properties: {
|
|
3020
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
3021
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
3022
3012
|
cooling_set_point_celsius: {
|
|
3023
3013
|
format: 'float',
|
|
3024
3014
|
type: 'number',
|
|
@@ -3042,8 +3032,6 @@ export default {
|
|
|
3042
3032
|
manual_override_allowed: { type: 'boolean' },
|
|
3043
3033
|
},
|
|
3044
3034
|
required: [
|
|
3045
|
-
'automatic_heating_enabled',
|
|
3046
|
-
'automatic_cooling_enabled',
|
|
3047
3035
|
'hvac_mode_setting',
|
|
3048
3036
|
'manual_override_allowed',
|
|
3049
3037
|
],
|
|
@@ -10927,8 +10915,6 @@ export default {
|
|
|
10927
10915
|
'application/json': {
|
|
10928
10916
|
schema: {
|
|
10929
10917
|
properties: {
|
|
10930
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
10931
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
10932
10918
|
cooling_set_point_celsius: {
|
|
10933
10919
|
format: 'float',
|
|
10934
10920
|
type: 'number',
|
|
@@ -11210,8 +11196,6 @@ export default {
|
|
|
11210
11196
|
'application/json': {
|
|
11211
11197
|
schema: {
|
|
11212
11198
|
properties: {
|
|
11213
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
11214
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
11215
11199
|
climate_setting_schedule_id: {
|
|
11216
11200
|
format: 'uuid',
|
|
11217
11201
|
type: 'string',
|
|
@@ -11290,8 +11274,6 @@ export default {
|
|
|
11290
11274
|
'application/json': {
|
|
11291
11275
|
schema: {
|
|
11292
11276
|
properties: {
|
|
11293
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
11294
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
11295
11277
|
climate_setting_schedule_id: {
|
|
11296
11278
|
format: 'uuid',
|
|
11297
11279
|
type: 'string',
|
|
@@ -11371,8 +11353,6 @@ export default {
|
|
|
11371
11353
|
'application/json': {
|
|
11372
11354
|
schema: {
|
|
11373
11355
|
properties: {
|
|
11374
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
11375
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
11376
11356
|
climate_setting_schedule_id: {
|
|
11377
11357
|
format: 'uuid',
|
|
11378
11358
|
type: 'string',
|
|
@@ -12036,8 +12016,6 @@ export default {
|
|
|
12036
12016
|
properties: {
|
|
12037
12017
|
default_climate_setting: {
|
|
12038
12018
|
properties: {
|
|
12039
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
12040
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
12041
12019
|
cooling_set_point_celsius: {
|
|
12042
12020
|
format: 'float',
|
|
12043
12021
|
type: 'number',
|
|
@@ -12105,8 +12083,6 @@ export default {
|
|
|
12105
12083
|
properties: {
|
|
12106
12084
|
default_climate_setting: {
|
|
12107
12085
|
properties: {
|
|
12108
|
-
automatic_cooling_enabled: { type: 'boolean' },
|
|
12109
|
-
automatic_heating_enabled: { type: 'boolean' },
|
|
12110
12086
|
cooling_set_point_celsius: {
|
|
12111
12087
|
format: 'float',
|
|
12112
12088
|
type: 'number',
|