@seamapi/types 1.291.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.
- package/dist/connect.cjs +656 -178
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1023 -39
- package/lib/seam/connect/models/thermostats/climate-preset.js +41 -12
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +37 -11
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +218 -1
- package/lib/seam/connect/openapi.js +590 -130
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +805 -38
- package/package.json +1 -1
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +49 -12
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +51 -15
- package/src/lib/seam/connect/openapi.ts +746 -130
- package/src/lib/seam/connect/route-types.ts +805 -38
|
@@ -3259,20 +3259,25 @@ declare const _default: {
|
|
|
3259
3259
|
properties: {
|
|
3260
3260
|
active_thermostat_schedule: {
|
|
3261
3261
|
default: null;
|
|
3262
|
+
description: string;
|
|
3262
3263
|
nullable: boolean;
|
|
3263
3264
|
properties: {
|
|
3264
3265
|
climate_preset_key: {
|
|
3266
|
+
description: string;
|
|
3265
3267
|
type: string;
|
|
3266
3268
|
};
|
|
3267
3269
|
created_at: {
|
|
3270
|
+
description: string;
|
|
3268
3271
|
format: string;
|
|
3269
3272
|
type: string;
|
|
3270
3273
|
};
|
|
3271
3274
|
device_id: {
|
|
3275
|
+
description: string;
|
|
3272
3276
|
format: string;
|
|
3273
3277
|
type: string;
|
|
3274
3278
|
};
|
|
3275
3279
|
ends_at: {
|
|
3280
|
+
description: string;
|
|
3276
3281
|
format: string;
|
|
3277
3282
|
type: string;
|
|
3278
3283
|
};
|
|
@@ -3280,17 +3285,21 @@ declare const _default: {
|
|
|
3280
3285
|
description: string;
|
|
3281
3286
|
};
|
|
3282
3287
|
max_override_period_minutes: {
|
|
3288
|
+
description: string;
|
|
3283
3289
|
minimum: number;
|
|
3284
3290
|
type: string;
|
|
3285
3291
|
};
|
|
3286
3292
|
name: {
|
|
3293
|
+
description: string;
|
|
3287
3294
|
type: string;
|
|
3288
3295
|
};
|
|
3289
3296
|
starts_at: {
|
|
3297
|
+
description: string;
|
|
3290
3298
|
format: string;
|
|
3291
3299
|
type: string;
|
|
3292
3300
|
};
|
|
3293
3301
|
thermostat_schedule_id: {
|
|
3302
|
+
description: string;
|
|
3294
3303
|
format: string;
|
|
3295
3304
|
type: string;
|
|
3296
3305
|
};
|
|
@@ -3302,46 +3311,58 @@ declare const _default: {
|
|
|
3302
3311
|
items: {
|
|
3303
3312
|
properties: {
|
|
3304
3313
|
can_delete: {
|
|
3314
|
+
description: string;
|
|
3305
3315
|
type: string;
|
|
3306
3316
|
};
|
|
3307
3317
|
can_edit: {
|
|
3318
|
+
description: string;
|
|
3308
3319
|
type: string;
|
|
3309
3320
|
};
|
|
3310
3321
|
climate_preset_key: {
|
|
3322
|
+
description: string;
|
|
3311
3323
|
type: string;
|
|
3312
3324
|
};
|
|
3313
3325
|
cooling_set_point_celsius: {
|
|
3326
|
+
description: string;
|
|
3314
3327
|
format: string;
|
|
3315
3328
|
type: string;
|
|
3316
3329
|
};
|
|
3317
3330
|
cooling_set_point_fahrenheit: {
|
|
3331
|
+
description: string;
|
|
3318
3332
|
format: string;
|
|
3319
3333
|
type: string;
|
|
3320
3334
|
};
|
|
3321
3335
|
display_name: {
|
|
3336
|
+
description: string;
|
|
3322
3337
|
type: string;
|
|
3323
3338
|
};
|
|
3324
3339
|
fan_mode_setting: {
|
|
3340
|
+
description: string;
|
|
3325
3341
|
enum: string[];
|
|
3326
3342
|
type: string;
|
|
3327
3343
|
};
|
|
3328
3344
|
heating_set_point_celsius: {
|
|
3345
|
+
description: string;
|
|
3329
3346
|
format: string;
|
|
3330
3347
|
type: string;
|
|
3331
3348
|
};
|
|
3332
3349
|
heating_set_point_fahrenheit: {
|
|
3350
|
+
description: string;
|
|
3333
3351
|
format: string;
|
|
3334
3352
|
type: string;
|
|
3335
3353
|
};
|
|
3336
3354
|
hvac_mode_setting: {
|
|
3355
|
+
description: string;
|
|
3337
3356
|
enum: string[];
|
|
3338
3357
|
type: string;
|
|
3339
3358
|
};
|
|
3340
3359
|
manual_override_allowed: {
|
|
3360
|
+
description: string;
|
|
3341
3361
|
type: string;
|
|
3342
3362
|
};
|
|
3343
3363
|
name: {
|
|
3344
3364
|
default: null;
|
|
3365
|
+
description: string;
|
|
3345
3366
|
nullable: boolean;
|
|
3346
3367
|
type: string;
|
|
3347
3368
|
};
|
|
@@ -3368,46 +3389,58 @@ declare const _default: {
|
|
|
3368
3389
|
current_climate_setting: {
|
|
3369
3390
|
properties: {
|
|
3370
3391
|
can_delete: {
|
|
3392
|
+
description: string;
|
|
3371
3393
|
type: string;
|
|
3372
3394
|
};
|
|
3373
3395
|
can_edit: {
|
|
3396
|
+
description: string;
|
|
3374
3397
|
type: string;
|
|
3375
3398
|
};
|
|
3376
3399
|
climate_preset_key: {
|
|
3400
|
+
description: string;
|
|
3377
3401
|
type: string;
|
|
3378
3402
|
};
|
|
3379
3403
|
cooling_set_point_celsius: {
|
|
3404
|
+
description: string;
|
|
3380
3405
|
format: string;
|
|
3381
3406
|
type: string;
|
|
3382
3407
|
};
|
|
3383
3408
|
cooling_set_point_fahrenheit: {
|
|
3409
|
+
description: string;
|
|
3384
3410
|
format: string;
|
|
3385
3411
|
type: string;
|
|
3386
3412
|
};
|
|
3387
3413
|
display_name: {
|
|
3414
|
+
description: string;
|
|
3388
3415
|
type: string;
|
|
3389
3416
|
};
|
|
3390
3417
|
fan_mode_setting: {
|
|
3418
|
+
description: string;
|
|
3391
3419
|
enum: string[];
|
|
3392
3420
|
type: string;
|
|
3393
3421
|
};
|
|
3394
3422
|
heating_set_point_celsius: {
|
|
3423
|
+
description: string;
|
|
3395
3424
|
format: string;
|
|
3396
3425
|
type: string;
|
|
3397
3426
|
};
|
|
3398
3427
|
heating_set_point_fahrenheit: {
|
|
3428
|
+
description: string;
|
|
3399
3429
|
format: string;
|
|
3400
3430
|
type: string;
|
|
3401
3431
|
};
|
|
3402
3432
|
hvac_mode_setting: {
|
|
3433
|
+
description: string;
|
|
3403
3434
|
enum: string[];
|
|
3404
3435
|
type: string;
|
|
3405
3436
|
};
|
|
3406
3437
|
manual_override_allowed: {
|
|
3438
|
+
description: string;
|
|
3407
3439
|
type: string;
|
|
3408
3440
|
};
|
|
3409
3441
|
name: {
|
|
3410
3442
|
default: null;
|
|
3443
|
+
description: string;
|
|
3411
3444
|
nullable: boolean;
|
|
3412
3445
|
type: string;
|
|
3413
3446
|
};
|
|
@@ -3418,46 +3451,58 @@ declare const _default: {
|
|
|
3418
3451
|
deprecated: boolean;
|
|
3419
3452
|
properties: {
|
|
3420
3453
|
can_delete: {
|
|
3454
|
+
description: string;
|
|
3421
3455
|
type: string;
|
|
3422
3456
|
};
|
|
3423
3457
|
can_edit: {
|
|
3458
|
+
description: string;
|
|
3424
3459
|
type: string;
|
|
3425
3460
|
};
|
|
3426
3461
|
climate_preset_key: {
|
|
3462
|
+
description: string;
|
|
3427
3463
|
type: string;
|
|
3428
3464
|
};
|
|
3429
3465
|
cooling_set_point_celsius: {
|
|
3466
|
+
description: string;
|
|
3430
3467
|
format: string;
|
|
3431
3468
|
type: string;
|
|
3432
3469
|
};
|
|
3433
3470
|
cooling_set_point_fahrenheit: {
|
|
3471
|
+
description: string;
|
|
3434
3472
|
format: string;
|
|
3435
3473
|
type: string;
|
|
3436
3474
|
};
|
|
3437
3475
|
display_name: {
|
|
3476
|
+
description: string;
|
|
3438
3477
|
type: string;
|
|
3439
3478
|
};
|
|
3440
3479
|
fan_mode_setting: {
|
|
3480
|
+
description: string;
|
|
3441
3481
|
enum: string[];
|
|
3442
3482
|
type: string;
|
|
3443
3483
|
};
|
|
3444
3484
|
heating_set_point_celsius: {
|
|
3485
|
+
description: string;
|
|
3445
3486
|
format: string;
|
|
3446
3487
|
type: string;
|
|
3447
3488
|
};
|
|
3448
3489
|
heating_set_point_fahrenheit: {
|
|
3490
|
+
description: string;
|
|
3449
3491
|
format: string;
|
|
3450
3492
|
type: string;
|
|
3451
3493
|
};
|
|
3452
3494
|
hvac_mode_setting: {
|
|
3495
|
+
description: string;
|
|
3453
3496
|
enum: string[];
|
|
3454
3497
|
type: string;
|
|
3455
3498
|
};
|
|
3456
3499
|
manual_override_allowed: {
|
|
3500
|
+
description: string;
|
|
3457
3501
|
type: string;
|
|
3458
3502
|
};
|
|
3459
3503
|
name: {
|
|
3460
3504
|
default: null;
|
|
3505
|
+
description: string;
|
|
3461
3506
|
nullable: boolean;
|
|
3462
3507
|
type: string;
|
|
3463
3508
|
};
|
|
@@ -4038,19 +4083,24 @@ declare const _default: {
|
|
|
4038
4083
|
type: string;
|
|
4039
4084
|
};
|
|
4040
4085
|
thermostat_schedule: {
|
|
4086
|
+
description: string;
|
|
4041
4087
|
properties: {
|
|
4042
4088
|
climate_preset_key: {
|
|
4089
|
+
description: string;
|
|
4043
4090
|
type: string;
|
|
4044
4091
|
};
|
|
4045
4092
|
created_at: {
|
|
4093
|
+
description: string;
|
|
4046
4094
|
format: string;
|
|
4047
4095
|
type: string;
|
|
4048
4096
|
};
|
|
4049
4097
|
device_id: {
|
|
4098
|
+
description: string;
|
|
4050
4099
|
format: string;
|
|
4051
4100
|
type: string;
|
|
4052
4101
|
};
|
|
4053
4102
|
ends_at: {
|
|
4103
|
+
description: string;
|
|
4054
4104
|
format: string;
|
|
4055
4105
|
type: string;
|
|
4056
4106
|
};
|
|
@@ -4058,17 +4108,21 @@ declare const _default: {
|
|
|
4058
4108
|
description: string;
|
|
4059
4109
|
};
|
|
4060
4110
|
max_override_period_minutes: {
|
|
4111
|
+
description: string;
|
|
4061
4112
|
minimum: number;
|
|
4062
4113
|
type: string;
|
|
4063
4114
|
};
|
|
4064
4115
|
name: {
|
|
4116
|
+
description: string;
|
|
4065
4117
|
type: string;
|
|
4066
4118
|
};
|
|
4067
4119
|
starts_at: {
|
|
4120
|
+
description: string;
|
|
4068
4121
|
format: string;
|
|
4069
4122
|
type: string;
|
|
4070
4123
|
};
|
|
4071
4124
|
thermostat_schedule_id: {
|
|
4125
|
+
description: string;
|
|
4072
4126
|
format: string;
|
|
4073
4127
|
type: string;
|
|
4074
4128
|
};
|
|
@@ -13085,6 +13139,7 @@ declare const _default: {
|
|
|
13085
13139
|
};
|
|
13086
13140
|
'/devices/list': {
|
|
13087
13141
|
post: {
|
|
13142
|
+
description: string;
|
|
13088
13143
|
operationId: string;
|
|
13089
13144
|
requestBody: {
|
|
13090
13145
|
content: {
|
|
@@ -13092,6 +13147,7 @@ declare const _default: {
|
|
|
13092
13147
|
schema: {
|
|
13093
13148
|
properties: {
|
|
13094
13149
|
connect_webview_id: {
|
|
13150
|
+
description: string;
|
|
13095
13151
|
format: string;
|
|
13096
13152
|
type: string;
|
|
13097
13153
|
};
|
|
@@ -13101,6 +13157,7 @@ declare const _default: {
|
|
|
13101
13157
|
type: string;
|
|
13102
13158
|
};
|
|
13103
13159
|
connected_account_ids: {
|
|
13160
|
+
description: string;
|
|
13104
13161
|
items: {
|
|
13105
13162
|
format: string;
|
|
13106
13163
|
type: string;
|
|
@@ -13108,6 +13165,7 @@ declare const _default: {
|
|
|
13108
13165
|
type: string;
|
|
13109
13166
|
};
|
|
13110
13167
|
created_before: {
|
|
13168
|
+
description: string;
|
|
13111
13169
|
format: string;
|
|
13112
13170
|
type: string;
|
|
13113
13171
|
};
|
|
@@ -13117,9 +13175,11 @@ declare const _default: {
|
|
|
13117
13175
|
type: string;
|
|
13118
13176
|
}[];
|
|
13119
13177
|
};
|
|
13178
|
+
description: string;
|
|
13120
13179
|
type: string;
|
|
13121
13180
|
};
|
|
13122
13181
|
device_ids: {
|
|
13182
|
+
description: string;
|
|
13123
13183
|
items: {
|
|
13124
13184
|
format: string;
|
|
13125
13185
|
type: string;
|
|
@@ -13127,12 +13187,14 @@ declare const _default: {
|
|
|
13127
13187
|
type: string;
|
|
13128
13188
|
};
|
|
13129
13189
|
device_type: {
|
|
13190
|
+
description: string;
|
|
13130
13191
|
oneOf: {
|
|
13131
13192
|
enum: string[];
|
|
13132
13193
|
type: string;
|
|
13133
13194
|
}[];
|
|
13134
13195
|
};
|
|
13135
13196
|
device_types: {
|
|
13197
|
+
description: string;
|
|
13136
13198
|
items: {
|
|
13137
13199
|
oneOf: {
|
|
13138
13200
|
enum: string[];
|
|
@@ -13147,6 +13209,7 @@ declare const _default: {
|
|
|
13147
13209
|
type: string;
|
|
13148
13210
|
};
|
|
13149
13211
|
type: string;
|
|
13212
|
+
'x-undocumented': string;
|
|
13150
13213
|
};
|
|
13151
13214
|
include_if: {
|
|
13152
13215
|
items: {
|
|
@@ -13154,17 +13217,21 @@ declare const _default: {
|
|
|
13154
13217
|
type: string;
|
|
13155
13218
|
};
|
|
13156
13219
|
type: string;
|
|
13220
|
+
'x-undocumented': string;
|
|
13157
13221
|
};
|
|
13158
13222
|
limit: {
|
|
13159
13223
|
default: number;
|
|
13224
|
+
description: string;
|
|
13160
13225
|
format: string;
|
|
13161
13226
|
type: string;
|
|
13162
13227
|
};
|
|
13163
13228
|
manufacturer: {
|
|
13229
|
+
description: string;
|
|
13164
13230
|
enum: string[];
|
|
13165
13231
|
type: string;
|
|
13166
13232
|
};
|
|
13167
13233
|
user_identifier_key: {
|
|
13234
|
+
description: string;
|
|
13168
13235
|
type: string;
|
|
13169
13236
|
};
|
|
13170
13237
|
};
|
|
@@ -13230,6 +13297,7 @@ declare const _default: {
|
|
|
13230
13297
|
'x-fern-sdk-method-name': string;
|
|
13231
13298
|
'x-fern-sdk-return-value': string;
|
|
13232
13299
|
'x-response-key': string;
|
|
13300
|
+
'x-title': string;
|
|
13233
13301
|
};
|
|
13234
13302
|
};
|
|
13235
13303
|
'/devices/list_device_providers': {
|
|
@@ -13584,6 +13652,7 @@ declare const _default: {
|
|
|
13584
13652
|
schema: {
|
|
13585
13653
|
properties: {
|
|
13586
13654
|
connect_webview_id: {
|
|
13655
|
+
description: string;
|
|
13587
13656
|
format: string;
|
|
13588
13657
|
type: string;
|
|
13589
13658
|
};
|
|
@@ -13593,6 +13662,7 @@ declare const _default: {
|
|
|
13593
13662
|
type: string;
|
|
13594
13663
|
};
|
|
13595
13664
|
connected_account_ids: {
|
|
13665
|
+
description: string;
|
|
13596
13666
|
items: {
|
|
13597
13667
|
format: string;
|
|
13598
13668
|
type: string;
|
|
@@ -13600,6 +13670,7 @@ declare const _default: {
|
|
|
13600
13670
|
type: string;
|
|
13601
13671
|
};
|
|
13602
13672
|
created_before: {
|
|
13673
|
+
description: string;
|
|
13603
13674
|
format: string;
|
|
13604
13675
|
type: string;
|
|
13605
13676
|
};
|
|
@@ -13609,9 +13680,11 @@ declare const _default: {
|
|
|
13609
13680
|
type: string;
|
|
13610
13681
|
}[];
|
|
13611
13682
|
};
|
|
13683
|
+
description: string;
|
|
13612
13684
|
type: string;
|
|
13613
13685
|
};
|
|
13614
13686
|
device_ids: {
|
|
13687
|
+
description: string;
|
|
13615
13688
|
items: {
|
|
13616
13689
|
format: string;
|
|
13617
13690
|
type: string;
|
|
@@ -13619,12 +13692,14 @@ declare const _default: {
|
|
|
13619
13692
|
type: string;
|
|
13620
13693
|
};
|
|
13621
13694
|
device_type: {
|
|
13695
|
+
description: string;
|
|
13622
13696
|
oneOf: {
|
|
13623
13697
|
enum: string[];
|
|
13624
13698
|
type: string;
|
|
13625
13699
|
}[];
|
|
13626
13700
|
};
|
|
13627
13701
|
device_types: {
|
|
13702
|
+
description: string;
|
|
13628
13703
|
items: {
|
|
13629
13704
|
oneOf: {
|
|
13630
13705
|
enum: string[];
|
|
@@ -13639,6 +13714,7 @@ declare const _default: {
|
|
|
13639
13714
|
type: string;
|
|
13640
13715
|
};
|
|
13641
13716
|
type: string;
|
|
13717
|
+
'x-undocumented': string;
|
|
13642
13718
|
};
|
|
13643
13719
|
include_if: {
|
|
13644
13720
|
items: {
|
|
@@ -13646,17 +13722,21 @@ declare const _default: {
|
|
|
13646
13722
|
type: string;
|
|
13647
13723
|
};
|
|
13648
13724
|
type: string;
|
|
13725
|
+
'x-undocumented': string;
|
|
13649
13726
|
};
|
|
13650
13727
|
limit: {
|
|
13651
13728
|
default: number;
|
|
13729
|
+
description: string;
|
|
13652
13730
|
format: string;
|
|
13653
13731
|
type: string;
|
|
13654
13732
|
};
|
|
13655
13733
|
manufacturer: {
|
|
13734
|
+
description: string;
|
|
13656
13735
|
enum: string[];
|
|
13657
13736
|
type: string;
|
|
13658
13737
|
};
|
|
13659
13738
|
user_identifier_key: {
|
|
13739
|
+
description: string;
|
|
13660
13740
|
type: string;
|
|
13661
13741
|
};
|
|
13662
13742
|
};
|
|
@@ -14355,6 +14435,7 @@ declare const _default: {
|
|
|
14355
14435
|
schema: {
|
|
14356
14436
|
properties: {
|
|
14357
14437
|
connect_webview_id: {
|
|
14438
|
+
description: string;
|
|
14358
14439
|
format: string;
|
|
14359
14440
|
type: string;
|
|
14360
14441
|
};
|
|
@@ -14364,6 +14445,7 @@ declare const _default: {
|
|
|
14364
14445
|
type: string;
|
|
14365
14446
|
};
|
|
14366
14447
|
connected_account_ids: {
|
|
14448
|
+
description: string;
|
|
14367
14449
|
items: {
|
|
14368
14450
|
format: string;
|
|
14369
14451
|
type: string;
|
|
@@ -14371,6 +14453,7 @@ declare const _default: {
|
|
|
14371
14453
|
type: string;
|
|
14372
14454
|
};
|
|
14373
14455
|
created_before: {
|
|
14456
|
+
description: string;
|
|
14374
14457
|
format: string;
|
|
14375
14458
|
type: string;
|
|
14376
14459
|
};
|
|
@@ -14380,9 +14463,11 @@ declare const _default: {
|
|
|
14380
14463
|
type: string;
|
|
14381
14464
|
}[];
|
|
14382
14465
|
};
|
|
14466
|
+
description: string;
|
|
14383
14467
|
type: string;
|
|
14384
14468
|
};
|
|
14385
14469
|
device_ids: {
|
|
14470
|
+
description: string;
|
|
14386
14471
|
items: {
|
|
14387
14472
|
format: string;
|
|
14388
14473
|
type: string;
|
|
@@ -14390,12 +14475,14 @@ declare const _default: {
|
|
|
14390
14475
|
type: string;
|
|
14391
14476
|
};
|
|
14392
14477
|
device_type: {
|
|
14478
|
+
description: string;
|
|
14393
14479
|
oneOf: {
|
|
14394
14480
|
enum: string[];
|
|
14395
14481
|
type: string;
|
|
14396
14482
|
}[];
|
|
14397
14483
|
};
|
|
14398
14484
|
device_types: {
|
|
14485
|
+
description: string;
|
|
14399
14486
|
items: {
|
|
14400
14487
|
oneOf: {
|
|
14401
14488
|
enum: string[];
|
|
@@ -14410,6 +14497,7 @@ declare const _default: {
|
|
|
14410
14497
|
type: string;
|
|
14411
14498
|
};
|
|
14412
14499
|
type: string;
|
|
14500
|
+
'x-undocumented': string;
|
|
14413
14501
|
};
|
|
14414
14502
|
include_if: {
|
|
14415
14503
|
items: {
|
|
@@ -14417,17 +14505,21 @@ declare const _default: {
|
|
|
14417
14505
|
type: string;
|
|
14418
14506
|
};
|
|
14419
14507
|
type: string;
|
|
14508
|
+
'x-undocumented': string;
|
|
14420
14509
|
};
|
|
14421
14510
|
limit: {
|
|
14422
14511
|
default: number;
|
|
14512
|
+
description: string;
|
|
14423
14513
|
format: string;
|
|
14424
14514
|
type: string;
|
|
14425
14515
|
};
|
|
14426
14516
|
manufacturer: {
|
|
14517
|
+
description: string;
|
|
14427
14518
|
enum: string[];
|
|
14428
14519
|
type: string;
|
|
14429
14520
|
};
|
|
14430
14521
|
user_identifier_key: {
|
|
14522
|
+
description: string;
|
|
14431
14523
|
type: string;
|
|
14432
14524
|
};
|
|
14433
14525
|
};
|
|
@@ -14799,6 +14891,7 @@ declare const _default: {
|
|
|
14799
14891
|
schema: {
|
|
14800
14892
|
properties: {
|
|
14801
14893
|
connect_webview_id: {
|
|
14894
|
+
description: string;
|
|
14802
14895
|
format: string;
|
|
14803
14896
|
type: string;
|
|
14804
14897
|
};
|
|
@@ -14808,6 +14901,7 @@ declare const _default: {
|
|
|
14808
14901
|
type: string;
|
|
14809
14902
|
};
|
|
14810
14903
|
connected_account_ids: {
|
|
14904
|
+
description: string;
|
|
14811
14905
|
items: {
|
|
14812
14906
|
format: string;
|
|
14813
14907
|
type: string;
|
|
@@ -14815,6 +14909,7 @@ declare const _default: {
|
|
|
14815
14909
|
type: string;
|
|
14816
14910
|
};
|
|
14817
14911
|
created_before: {
|
|
14912
|
+
description: string;
|
|
14818
14913
|
format: string;
|
|
14819
14914
|
type: string;
|
|
14820
14915
|
};
|
|
@@ -14824,9 +14919,11 @@ declare const _default: {
|
|
|
14824
14919
|
type: string;
|
|
14825
14920
|
}[];
|
|
14826
14921
|
};
|
|
14922
|
+
description: string;
|
|
14827
14923
|
type: string;
|
|
14828
14924
|
};
|
|
14829
14925
|
device_ids: {
|
|
14926
|
+
description: string;
|
|
14830
14927
|
items: {
|
|
14831
14928
|
format: string;
|
|
14832
14929
|
type: string;
|
|
@@ -14834,12 +14931,14 @@ declare const _default: {
|
|
|
14834
14931
|
type: string;
|
|
14835
14932
|
};
|
|
14836
14933
|
device_type: {
|
|
14934
|
+
description: string;
|
|
14837
14935
|
oneOf: {
|
|
14838
14936
|
enum: string[];
|
|
14839
14937
|
type: string;
|
|
14840
14938
|
}[];
|
|
14841
14939
|
};
|
|
14842
14940
|
device_types: {
|
|
14941
|
+
description: string;
|
|
14843
14942
|
items: {
|
|
14844
14943
|
oneOf: {
|
|
14845
14944
|
enum: string[];
|
|
@@ -14854,6 +14953,7 @@ declare const _default: {
|
|
|
14854
14953
|
type: string;
|
|
14855
14954
|
};
|
|
14856
14955
|
type: string;
|
|
14956
|
+
'x-undocumented': string;
|
|
14857
14957
|
};
|
|
14858
14958
|
include_if: {
|
|
14859
14959
|
items: {
|
|
@@ -14861,17 +14961,21 @@ declare const _default: {
|
|
|
14861
14961
|
type: string;
|
|
14862
14962
|
};
|
|
14863
14963
|
type: string;
|
|
14964
|
+
'x-undocumented': string;
|
|
14864
14965
|
};
|
|
14865
14966
|
limit: {
|
|
14866
14967
|
default: number;
|
|
14968
|
+
description: string;
|
|
14867
14969
|
format: string;
|
|
14868
14970
|
type: string;
|
|
14869
14971
|
};
|
|
14870
14972
|
manufacturer: {
|
|
14973
|
+
description: string;
|
|
14871
14974
|
enum: string[];
|
|
14872
14975
|
type: string;
|
|
14873
14976
|
};
|
|
14874
14977
|
user_identifier_key: {
|
|
14978
|
+
description: string;
|
|
14875
14979
|
type: string;
|
|
14876
14980
|
};
|
|
14877
14981
|
};
|
|
@@ -15857,6 +15961,7 @@ declare const _default: {
|
|
|
15857
15961
|
};
|
|
15858
15962
|
'/thermostats/activate_climate_preset': {
|
|
15859
15963
|
post: {
|
|
15964
|
+
description: string;
|
|
15860
15965
|
operationId: string;
|
|
15861
15966
|
requestBody: {
|
|
15862
15967
|
content: {
|
|
@@ -15864,9 +15969,11 @@ declare const _default: {
|
|
|
15864
15969
|
schema: {
|
|
15865
15970
|
properties: {
|
|
15866
15971
|
climate_preset_key: {
|
|
15972
|
+
description: string;
|
|
15867
15973
|
type: string;
|
|
15868
15974
|
};
|
|
15869
15975
|
device_id: {
|
|
15976
|
+
description: string;
|
|
15870
15977
|
format: string;
|
|
15871
15978
|
type: string;
|
|
15872
15979
|
};
|
|
@@ -15923,6 +16030,7 @@ declare const _default: {
|
|
|
15923
16030
|
'x-fern-sdk-method-name': string;
|
|
15924
16031
|
'x-fern-sdk-return-value': string;
|
|
15925
16032
|
'x-response-key': string;
|
|
16033
|
+
'x-title': string;
|
|
15926
16034
|
};
|
|
15927
16035
|
};
|
|
15928
16036
|
'/thermostats/cool': {
|
|
@@ -15952,6 +16060,7 @@ declare const _default: {
|
|
|
15952
16060
|
sync: {
|
|
15953
16061
|
default: boolean;
|
|
15954
16062
|
type: string;
|
|
16063
|
+
'x-undocumented': string;
|
|
15955
16064
|
};
|
|
15956
16065
|
};
|
|
15957
16066
|
required: string[];
|
|
@@ -16019,6 +16128,7 @@ declare const _default: {
|
|
|
16019
16128
|
};
|
|
16020
16129
|
'/thermostats/create_climate_preset': {
|
|
16021
16130
|
post: {
|
|
16131
|
+
description: string;
|
|
16022
16132
|
operationId: string;
|
|
16023
16133
|
requestBody: {
|
|
16024
16134
|
content: {
|
|
@@ -16026,41 +16136,51 @@ declare const _default: {
|
|
|
16026
16136
|
schema: {
|
|
16027
16137
|
properties: {
|
|
16028
16138
|
climate_preset_key: {
|
|
16139
|
+
description: string;
|
|
16029
16140
|
type: string;
|
|
16030
16141
|
};
|
|
16031
16142
|
cooling_set_point_celsius: {
|
|
16143
|
+
description: string;
|
|
16032
16144
|
format: string;
|
|
16033
16145
|
type: string;
|
|
16034
16146
|
};
|
|
16035
16147
|
cooling_set_point_fahrenheit: {
|
|
16148
|
+
description: string;
|
|
16036
16149
|
format: string;
|
|
16037
16150
|
type: string;
|
|
16038
16151
|
};
|
|
16039
16152
|
device_id: {
|
|
16153
|
+
description: string;
|
|
16040
16154
|
format: string;
|
|
16041
16155
|
type: string;
|
|
16042
16156
|
};
|
|
16043
16157
|
fan_mode_setting: {
|
|
16158
|
+
description: string;
|
|
16044
16159
|
enum: string[];
|
|
16045
16160
|
type: string;
|
|
16046
16161
|
};
|
|
16047
16162
|
heating_set_point_celsius: {
|
|
16163
|
+
description: string;
|
|
16048
16164
|
format: string;
|
|
16049
16165
|
type: string;
|
|
16050
16166
|
};
|
|
16051
16167
|
heating_set_point_fahrenheit: {
|
|
16168
|
+
description: string;
|
|
16052
16169
|
format: string;
|
|
16053
16170
|
type: string;
|
|
16054
16171
|
};
|
|
16055
16172
|
hvac_mode_setting: {
|
|
16173
|
+
description: string;
|
|
16056
16174
|
enum: string[];
|
|
16057
16175
|
type: string;
|
|
16058
16176
|
};
|
|
16059
16177
|
manual_override_allowed: {
|
|
16178
|
+
description: string;
|
|
16060
16179
|
type: string;
|
|
16061
16180
|
};
|
|
16062
16181
|
name: {
|
|
16063
16182
|
default: null;
|
|
16183
|
+
description: string;
|
|
16064
16184
|
nullable: boolean;
|
|
16065
16185
|
type: string;
|
|
16066
16186
|
};
|
|
@@ -16113,10 +16233,12 @@ declare const _default: {
|
|
|
16113
16233
|
'x-fern-sdk-group-name': string[];
|
|
16114
16234
|
'x-fern-sdk-method-name': string;
|
|
16115
16235
|
'x-response-key': null;
|
|
16236
|
+
'x-title': string;
|
|
16116
16237
|
};
|
|
16117
16238
|
};
|
|
16118
16239
|
'/thermostats/delete_climate_preset': {
|
|
16119
16240
|
post: {
|
|
16241
|
+
description: string;
|
|
16120
16242
|
operationId: string;
|
|
16121
16243
|
requestBody: {
|
|
16122
16244
|
content: {
|
|
@@ -16124,9 +16246,11 @@ declare const _default: {
|
|
|
16124
16246
|
schema: {
|
|
16125
16247
|
properties: {
|
|
16126
16248
|
climate_preset_key: {
|
|
16249
|
+
description: string;
|
|
16127
16250
|
type: string;
|
|
16128
16251
|
};
|
|
16129
16252
|
device_id: {
|
|
16253
|
+
description: string;
|
|
16130
16254
|
format: string;
|
|
16131
16255
|
type: string;
|
|
16132
16256
|
};
|
|
@@ -16179,6 +16303,7 @@ declare const _default: {
|
|
|
16179
16303
|
'x-fern-sdk-group-name': string[];
|
|
16180
16304
|
'x-fern-sdk-method-name': string;
|
|
16181
16305
|
'x-response-key': null;
|
|
16306
|
+
'x-title': string;
|
|
16182
16307
|
};
|
|
16183
16308
|
};
|
|
16184
16309
|
'/thermostats/get': {
|
|
@@ -16261,6 +16386,7 @@ declare const _default: {
|
|
|
16261
16386
|
'x-fern-sdk-return-value': string;
|
|
16262
16387
|
'x-response-key': string;
|
|
16263
16388
|
'x-title': string;
|
|
16389
|
+
'x-undocumented': string;
|
|
16264
16390
|
};
|
|
16265
16391
|
};
|
|
16266
16392
|
'/thermostats/heat': {
|
|
@@ -16290,6 +16416,7 @@ declare const _default: {
|
|
|
16290
16416
|
sync: {
|
|
16291
16417
|
default: boolean;
|
|
16292
16418
|
type: string;
|
|
16419
|
+
'x-undocumented': string;
|
|
16293
16420
|
};
|
|
16294
16421
|
};
|
|
16295
16422
|
required: string[];
|
|
@@ -16392,6 +16519,7 @@ declare const _default: {
|
|
|
16392
16519
|
sync: {
|
|
16393
16520
|
default: boolean;
|
|
16394
16521
|
type: string;
|
|
16522
|
+
'x-undocumented': string;
|
|
16395
16523
|
};
|
|
16396
16524
|
};
|
|
16397
16525
|
required: string[];
|
|
@@ -16467,6 +16595,7 @@ declare const _default: {
|
|
|
16467
16595
|
schema: {
|
|
16468
16596
|
properties: {
|
|
16469
16597
|
connect_webview_id: {
|
|
16598
|
+
description: string;
|
|
16470
16599
|
format: string;
|
|
16471
16600
|
type: string;
|
|
16472
16601
|
};
|
|
@@ -16476,6 +16605,7 @@ declare const _default: {
|
|
|
16476
16605
|
type: string;
|
|
16477
16606
|
};
|
|
16478
16607
|
connected_account_ids: {
|
|
16608
|
+
description: string;
|
|
16479
16609
|
items: {
|
|
16480
16610
|
format: string;
|
|
16481
16611
|
type: string;
|
|
@@ -16483,6 +16613,7 @@ declare const _default: {
|
|
|
16483
16613
|
type: string;
|
|
16484
16614
|
};
|
|
16485
16615
|
created_before: {
|
|
16616
|
+
description: string;
|
|
16486
16617
|
format: string;
|
|
16487
16618
|
type: string;
|
|
16488
16619
|
};
|
|
@@ -16492,9 +16623,11 @@ declare const _default: {
|
|
|
16492
16623
|
type: string;
|
|
16493
16624
|
}[];
|
|
16494
16625
|
};
|
|
16626
|
+
description: string;
|
|
16495
16627
|
type: string;
|
|
16496
16628
|
};
|
|
16497
16629
|
device_ids: {
|
|
16630
|
+
description: string;
|
|
16498
16631
|
items: {
|
|
16499
16632
|
format: string;
|
|
16500
16633
|
type: string;
|
|
@@ -16502,12 +16635,14 @@ declare const _default: {
|
|
|
16502
16635
|
type: string;
|
|
16503
16636
|
};
|
|
16504
16637
|
device_type: {
|
|
16638
|
+
description: string;
|
|
16505
16639
|
oneOf: {
|
|
16506
16640
|
enum: string[];
|
|
16507
16641
|
type: string;
|
|
16508
16642
|
}[];
|
|
16509
16643
|
};
|
|
16510
16644
|
device_types: {
|
|
16645
|
+
description: string;
|
|
16511
16646
|
items: {
|
|
16512
16647
|
oneOf: {
|
|
16513
16648
|
enum: string[];
|
|
@@ -16522,6 +16657,7 @@ declare const _default: {
|
|
|
16522
16657
|
type: string;
|
|
16523
16658
|
};
|
|
16524
16659
|
type: string;
|
|
16660
|
+
'x-undocumented': string;
|
|
16525
16661
|
};
|
|
16526
16662
|
include_if: {
|
|
16527
16663
|
items: {
|
|
@@ -16529,17 +16665,21 @@ declare const _default: {
|
|
|
16529
16665
|
type: string;
|
|
16530
16666
|
};
|
|
16531
16667
|
type: string;
|
|
16668
|
+
'x-undocumented': string;
|
|
16532
16669
|
};
|
|
16533
16670
|
limit: {
|
|
16534
16671
|
default: number;
|
|
16672
|
+
description: string;
|
|
16535
16673
|
format: string;
|
|
16536
16674
|
type: string;
|
|
16537
16675
|
};
|
|
16538
16676
|
manufacturer: {
|
|
16677
|
+
description: string;
|
|
16539
16678
|
enum: string[];
|
|
16540
16679
|
type: string;
|
|
16541
16680
|
};
|
|
16542
16681
|
user_identifier_key: {
|
|
16682
|
+
description: string;
|
|
16543
16683
|
type: string;
|
|
16544
16684
|
};
|
|
16545
16685
|
};
|
|
@@ -16631,6 +16771,7 @@ declare const _default: {
|
|
|
16631
16771
|
sync: {
|
|
16632
16772
|
default: boolean;
|
|
16633
16773
|
type: string;
|
|
16774
|
+
'x-undocumented': string;
|
|
16634
16775
|
};
|
|
16635
16776
|
};
|
|
16636
16777
|
required: string[];
|
|
@@ -16698,6 +16839,7 @@ declare const _default: {
|
|
|
16698
16839
|
};
|
|
16699
16840
|
'/thermostats/schedules/create': {
|
|
16700
16841
|
post: {
|
|
16842
|
+
description: string;
|
|
16701
16843
|
operationId: string;
|
|
16702
16844
|
requestBody: {
|
|
16703
16845
|
content: {
|
|
@@ -16705,23 +16847,29 @@ declare const _default: {
|
|
|
16705
16847
|
schema: {
|
|
16706
16848
|
properties: {
|
|
16707
16849
|
climate_preset_key: {
|
|
16850
|
+
description: string;
|
|
16708
16851
|
type: string;
|
|
16709
16852
|
};
|
|
16710
16853
|
device_id: {
|
|
16854
|
+
description: string;
|
|
16711
16855
|
type: string;
|
|
16712
16856
|
};
|
|
16713
16857
|
ends_at: {
|
|
16858
|
+
description: string;
|
|
16714
16859
|
type: string;
|
|
16715
16860
|
};
|
|
16716
16861
|
max_override_period_minutes: {
|
|
16717
16862
|
default: number;
|
|
16863
|
+
description: string;
|
|
16718
16864
|
minimum: number;
|
|
16719
16865
|
type: string;
|
|
16720
16866
|
};
|
|
16721
16867
|
name: {
|
|
16868
|
+
description: string;
|
|
16722
16869
|
type: string;
|
|
16723
16870
|
};
|
|
16724
16871
|
starts_at: {
|
|
16872
|
+
description: string;
|
|
16725
16873
|
type: string;
|
|
16726
16874
|
};
|
|
16727
16875
|
};
|
|
@@ -16785,10 +16933,12 @@ declare const _default: {
|
|
|
16785
16933
|
'x-fern-sdk-method-name': string;
|
|
16786
16934
|
'x-fern-sdk-return-value': string;
|
|
16787
16935
|
'x-response-key': string;
|
|
16936
|
+
'x-title': string;
|
|
16788
16937
|
};
|
|
16789
16938
|
};
|
|
16790
16939
|
'/thermostats/schedules/delete': {
|
|
16791
16940
|
post: {
|
|
16941
|
+
description: string;
|
|
16792
16942
|
operationId: string;
|
|
16793
16943
|
requestBody: {
|
|
16794
16944
|
content: {
|
|
@@ -16796,6 +16946,7 @@ declare const _default: {
|
|
|
16796
16946
|
schema: {
|
|
16797
16947
|
properties: {
|
|
16798
16948
|
thermostat_schedule_id: {
|
|
16949
|
+
description: string;
|
|
16799
16950
|
format: string;
|
|
16800
16951
|
type: string;
|
|
16801
16952
|
};
|
|
@@ -16856,10 +17007,12 @@ declare const _default: {
|
|
|
16856
17007
|
'x-fern-sdk-group-name': string[];
|
|
16857
17008
|
'x-fern-sdk-method-name': string;
|
|
16858
17009
|
'x-response-key': null;
|
|
17010
|
+
'x-title': string;
|
|
16859
17011
|
};
|
|
16860
17012
|
};
|
|
16861
17013
|
'/thermostats/schedules/get': {
|
|
16862
17014
|
post: {
|
|
17015
|
+
description: string;
|
|
16863
17016
|
operationId: string;
|
|
16864
17017
|
requestBody: {
|
|
16865
17018
|
content: {
|
|
@@ -16867,6 +17020,7 @@ declare const _default: {
|
|
|
16867
17020
|
schema: {
|
|
16868
17021
|
properties: {
|
|
16869
17022
|
thermostat_schedule_id: {
|
|
17023
|
+
description: string;
|
|
16870
17024
|
format: string;
|
|
16871
17025
|
type: string;
|
|
16872
17026
|
};
|
|
@@ -16931,10 +17085,12 @@ declare const _default: {
|
|
|
16931
17085
|
'x-fern-sdk-method-name': string;
|
|
16932
17086
|
'x-fern-sdk-return-value': string;
|
|
16933
17087
|
'x-response-key': string;
|
|
17088
|
+
'x-title': string;
|
|
16934
17089
|
};
|
|
16935
17090
|
};
|
|
16936
17091
|
'/thermostats/schedules/list': {
|
|
16937
17092
|
post: {
|
|
17093
|
+
description: string;
|
|
16938
17094
|
operationId: string;
|
|
16939
17095
|
requestBody: {
|
|
16940
17096
|
content: {
|
|
@@ -16942,10 +17098,12 @@ declare const _default: {
|
|
|
16942
17098
|
schema: {
|
|
16943
17099
|
properties: {
|
|
16944
17100
|
device_id: {
|
|
17101
|
+
description: string;
|
|
16945
17102
|
format: string;
|
|
16946
17103
|
type: string;
|
|
16947
17104
|
};
|
|
16948
17105
|
user_identifier_key: {
|
|
17106
|
+
description: string;
|
|
16949
17107
|
type: string;
|
|
16950
17108
|
};
|
|
16951
17109
|
};
|
|
@@ -17012,10 +17170,12 @@ declare const _default: {
|
|
|
17012
17170
|
'x-fern-sdk-method-name': string;
|
|
17013
17171
|
'x-fern-sdk-return-value': string;
|
|
17014
17172
|
'x-response-key': string;
|
|
17173
|
+
'x-title': string;
|
|
17015
17174
|
};
|
|
17016
17175
|
};
|
|
17017
17176
|
'/thermostats/schedules/update': {
|
|
17018
17177
|
patch: {
|
|
17178
|
+
description: string;
|
|
17019
17179
|
operationId: string;
|
|
17020
17180
|
requestBody: {
|
|
17021
17181
|
content: {
|
|
@@ -17023,22 +17183,28 @@ declare const _default: {
|
|
|
17023
17183
|
schema: {
|
|
17024
17184
|
properties: {
|
|
17025
17185
|
climate_preset_key: {
|
|
17186
|
+
description: string;
|
|
17026
17187
|
type: string;
|
|
17027
17188
|
};
|
|
17028
17189
|
ends_at: {
|
|
17190
|
+
description: string;
|
|
17029
17191
|
type: string;
|
|
17030
17192
|
};
|
|
17031
17193
|
max_override_period_minutes: {
|
|
17194
|
+
description: string;
|
|
17032
17195
|
minimum: number;
|
|
17033
17196
|
type: string;
|
|
17034
17197
|
};
|
|
17035
17198
|
name: {
|
|
17199
|
+
description: string;
|
|
17036
17200
|
type: string;
|
|
17037
17201
|
};
|
|
17038
17202
|
starts_at: {
|
|
17203
|
+
description: string;
|
|
17039
17204
|
type: string;
|
|
17040
17205
|
};
|
|
17041
17206
|
thermostat_schedule_id: {
|
|
17207
|
+
description: string;
|
|
17042
17208
|
format: string;
|
|
17043
17209
|
type: string;
|
|
17044
17210
|
};
|
|
@@ -17098,8 +17264,10 @@ declare const _default: {
|
|
|
17098
17264
|
tags: string[];
|
|
17099
17265
|
'x-fern-ignore': boolean;
|
|
17100
17266
|
'x-response-key': null;
|
|
17267
|
+
'x-title': string;
|
|
17101
17268
|
};
|
|
17102
17269
|
post: {
|
|
17270
|
+
description: string;
|
|
17103
17271
|
operationId: string;
|
|
17104
17272
|
requestBody: {
|
|
17105
17273
|
content: {
|
|
@@ -17107,22 +17275,28 @@ declare const _default: {
|
|
|
17107
17275
|
schema: {
|
|
17108
17276
|
properties: {
|
|
17109
17277
|
climate_preset_key: {
|
|
17278
|
+
description: string;
|
|
17110
17279
|
type: string;
|
|
17111
17280
|
};
|
|
17112
17281
|
ends_at: {
|
|
17282
|
+
description: string;
|
|
17113
17283
|
type: string;
|
|
17114
17284
|
};
|
|
17115
17285
|
max_override_period_minutes: {
|
|
17286
|
+
description: string;
|
|
17116
17287
|
minimum: number;
|
|
17117
17288
|
type: string;
|
|
17118
17289
|
};
|
|
17119
17290
|
name: {
|
|
17291
|
+
description: string;
|
|
17120
17292
|
type: string;
|
|
17121
17293
|
};
|
|
17122
17294
|
starts_at: {
|
|
17295
|
+
description: string;
|
|
17123
17296
|
type: string;
|
|
17124
17297
|
};
|
|
17125
17298
|
thermostat_schedule_id: {
|
|
17299
|
+
description: string;
|
|
17126
17300
|
format: string;
|
|
17127
17301
|
type: string;
|
|
17128
17302
|
};
|
|
@@ -17183,10 +17357,12 @@ declare const _default: {
|
|
|
17183
17357
|
'x-fern-sdk-group-name': string[];
|
|
17184
17358
|
'x-fern-sdk-method-name': string;
|
|
17185
17359
|
'x-response-key': null;
|
|
17360
|
+
'x-title': string;
|
|
17186
17361
|
};
|
|
17187
17362
|
};
|
|
17188
17363
|
'/thermostats/set_fallback_climate_preset': {
|
|
17189
17364
|
post: {
|
|
17365
|
+
description: string;
|
|
17190
17366
|
operationId: string;
|
|
17191
17367
|
requestBody: {
|
|
17192
17368
|
content: {
|
|
@@ -17194,9 +17370,11 @@ declare const _default: {
|
|
|
17194
17370
|
schema: {
|
|
17195
17371
|
properties: {
|
|
17196
17372
|
climate_preset_key: {
|
|
17373
|
+
description: string;
|
|
17197
17374
|
type: string;
|
|
17198
17375
|
};
|
|
17199
17376
|
device_id: {
|
|
17377
|
+
description: string;
|
|
17200
17378
|
format: string;
|
|
17201
17379
|
type: string;
|
|
17202
17380
|
};
|
|
@@ -17249,6 +17427,7 @@ declare const _default: {
|
|
|
17249
17427
|
'x-fern-sdk-group-name': string[];
|
|
17250
17428
|
'x-fern-sdk-method-name': string;
|
|
17251
17429
|
'x-response-key': null;
|
|
17430
|
+
'x-title': string;
|
|
17252
17431
|
};
|
|
17253
17432
|
};
|
|
17254
17433
|
'/thermostats/set_fan_mode': {
|
|
@@ -17261,7 +17440,6 @@ declare const _default: {
|
|
|
17261
17440
|
schema: {
|
|
17262
17441
|
properties: {
|
|
17263
17442
|
device_id: {
|
|
17264
|
-
description: string;
|
|
17265
17443
|
format: string;
|
|
17266
17444
|
type: string;
|
|
17267
17445
|
};
|
|
@@ -17279,6 +17457,7 @@ declare const _default: {
|
|
|
17279
17457
|
sync: {
|
|
17280
17458
|
default: boolean;
|
|
17281
17459
|
type: string;
|
|
17460
|
+
'x-undocumented': string;
|
|
17282
17461
|
};
|
|
17283
17462
|
};
|
|
17284
17463
|
required: string[];
|
|
@@ -17346,6 +17525,7 @@ declare const _default: {
|
|
|
17346
17525
|
};
|
|
17347
17526
|
'/thermostats/set_temperature_threshold': {
|
|
17348
17527
|
patch: {
|
|
17528
|
+
description: string;
|
|
17349
17529
|
operationId: string;
|
|
17350
17530
|
requestBody: {
|
|
17351
17531
|
content: {
|
|
@@ -17353,29 +17533,34 @@ declare const _default: {
|
|
|
17353
17533
|
schema: {
|
|
17354
17534
|
properties: {
|
|
17355
17535
|
device_id: {
|
|
17536
|
+
description: string;
|
|
17356
17537
|
format: string;
|
|
17357
17538
|
type: string;
|
|
17358
17539
|
};
|
|
17359
17540
|
lower_limit_celsius: {
|
|
17360
17541
|
default: null;
|
|
17542
|
+
description: string;
|
|
17361
17543
|
format: string;
|
|
17362
17544
|
nullable: boolean;
|
|
17363
17545
|
type: string;
|
|
17364
17546
|
};
|
|
17365
17547
|
lower_limit_fahrenheit: {
|
|
17366
17548
|
default: null;
|
|
17549
|
+
description: string;
|
|
17367
17550
|
format: string;
|
|
17368
17551
|
nullable: boolean;
|
|
17369
17552
|
type: string;
|
|
17370
17553
|
};
|
|
17371
17554
|
upper_limit_celsius: {
|
|
17372
17555
|
default: null;
|
|
17556
|
+
description: string;
|
|
17373
17557
|
format: string;
|
|
17374
17558
|
nullable: boolean;
|
|
17375
17559
|
type: string;
|
|
17376
17560
|
};
|
|
17377
17561
|
upper_limit_fahrenheit: {
|
|
17378
17562
|
default: null;
|
|
17563
|
+
description: string;
|
|
17379
17564
|
format: string;
|
|
17380
17565
|
nullable: boolean;
|
|
17381
17566
|
type: string;
|
|
@@ -17428,8 +17613,10 @@ declare const _default: {
|
|
|
17428
17613
|
tags: string[];
|
|
17429
17614
|
'x-fern-ignore': boolean;
|
|
17430
17615
|
'x-response-key': null;
|
|
17616
|
+
'x-title': string;
|
|
17431
17617
|
};
|
|
17432
17618
|
post: {
|
|
17619
|
+
description: string;
|
|
17433
17620
|
operationId: string;
|
|
17434
17621
|
requestBody: {
|
|
17435
17622
|
content: {
|
|
@@ -17437,29 +17624,34 @@ declare const _default: {
|
|
|
17437
17624
|
schema: {
|
|
17438
17625
|
properties: {
|
|
17439
17626
|
device_id: {
|
|
17627
|
+
description: string;
|
|
17440
17628
|
format: string;
|
|
17441
17629
|
type: string;
|
|
17442
17630
|
};
|
|
17443
17631
|
lower_limit_celsius: {
|
|
17444
17632
|
default: null;
|
|
17633
|
+
description: string;
|
|
17445
17634
|
format: string;
|
|
17446
17635
|
nullable: boolean;
|
|
17447
17636
|
type: string;
|
|
17448
17637
|
};
|
|
17449
17638
|
lower_limit_fahrenheit: {
|
|
17450
17639
|
default: null;
|
|
17640
|
+
description: string;
|
|
17451
17641
|
format: string;
|
|
17452
17642
|
nullable: boolean;
|
|
17453
17643
|
type: string;
|
|
17454
17644
|
};
|
|
17455
17645
|
upper_limit_celsius: {
|
|
17456
17646
|
default: null;
|
|
17647
|
+
description: string;
|
|
17457
17648
|
format: string;
|
|
17458
17649
|
nullable: boolean;
|
|
17459
17650
|
type: string;
|
|
17460
17651
|
};
|
|
17461
17652
|
upper_limit_fahrenheit: {
|
|
17462
17653
|
default: null;
|
|
17654
|
+
description: string;
|
|
17463
17655
|
format: string;
|
|
17464
17656
|
nullable: boolean;
|
|
17465
17657
|
type: string;
|
|
@@ -17513,10 +17705,12 @@ declare const _default: {
|
|
|
17513
17705
|
'x-fern-sdk-group-name': string[];
|
|
17514
17706
|
'x-fern-sdk-method-name': string;
|
|
17515
17707
|
'x-response-key': null;
|
|
17708
|
+
'x-title': string;
|
|
17516
17709
|
};
|
|
17517
17710
|
};
|
|
17518
17711
|
'/thermostats/update_climate_preset': {
|
|
17519
17712
|
patch: {
|
|
17713
|
+
description: string;
|
|
17520
17714
|
operationId: string;
|
|
17521
17715
|
requestBody: {
|
|
17522
17716
|
content: {
|
|
@@ -17524,41 +17718,51 @@ declare const _default: {
|
|
|
17524
17718
|
schema: {
|
|
17525
17719
|
properties: {
|
|
17526
17720
|
climate_preset_key: {
|
|
17721
|
+
description: string;
|
|
17527
17722
|
type: string;
|
|
17528
17723
|
};
|
|
17529
17724
|
cooling_set_point_celsius: {
|
|
17725
|
+
description: string;
|
|
17530
17726
|
format: string;
|
|
17531
17727
|
type: string;
|
|
17532
17728
|
};
|
|
17533
17729
|
cooling_set_point_fahrenheit: {
|
|
17730
|
+
description: string;
|
|
17534
17731
|
format: string;
|
|
17535
17732
|
type: string;
|
|
17536
17733
|
};
|
|
17537
17734
|
device_id: {
|
|
17735
|
+
description: string;
|
|
17538
17736
|
format: string;
|
|
17539
17737
|
type: string;
|
|
17540
17738
|
};
|
|
17541
17739
|
fan_mode_setting: {
|
|
17740
|
+
description: string;
|
|
17542
17741
|
enum: string[];
|
|
17543
17742
|
type: string;
|
|
17544
17743
|
};
|
|
17545
17744
|
heating_set_point_celsius: {
|
|
17745
|
+
description: string;
|
|
17546
17746
|
format: string;
|
|
17547
17747
|
type: string;
|
|
17548
17748
|
};
|
|
17549
17749
|
heating_set_point_fahrenheit: {
|
|
17750
|
+
description: string;
|
|
17550
17751
|
format: string;
|
|
17551
17752
|
type: string;
|
|
17552
17753
|
};
|
|
17553
17754
|
hvac_mode_setting: {
|
|
17755
|
+
description: string;
|
|
17554
17756
|
enum: string[];
|
|
17555
17757
|
type: string;
|
|
17556
17758
|
};
|
|
17557
17759
|
manual_override_allowed: {
|
|
17760
|
+
description: string;
|
|
17558
17761
|
type: string;
|
|
17559
17762
|
};
|
|
17560
17763
|
name: {
|
|
17561
17764
|
default: null;
|
|
17765
|
+
description: string;
|
|
17562
17766
|
nullable: boolean;
|
|
17563
17767
|
type: string;
|
|
17564
17768
|
};
|
|
@@ -17610,8 +17814,10 @@ declare const _default: {
|
|
|
17610
17814
|
tags: string[];
|
|
17611
17815
|
'x-fern-ignore': boolean;
|
|
17612
17816
|
'x-response-key': null;
|
|
17817
|
+
'x-title': string;
|
|
17613
17818
|
};
|
|
17614
17819
|
post: {
|
|
17820
|
+
description: string;
|
|
17615
17821
|
operationId: string;
|
|
17616
17822
|
requestBody: {
|
|
17617
17823
|
content: {
|
|
@@ -17619,41 +17825,51 @@ declare const _default: {
|
|
|
17619
17825
|
schema: {
|
|
17620
17826
|
properties: {
|
|
17621
17827
|
climate_preset_key: {
|
|
17828
|
+
description: string;
|
|
17622
17829
|
type: string;
|
|
17623
17830
|
};
|
|
17624
17831
|
cooling_set_point_celsius: {
|
|
17832
|
+
description: string;
|
|
17625
17833
|
format: string;
|
|
17626
17834
|
type: string;
|
|
17627
17835
|
};
|
|
17628
17836
|
cooling_set_point_fahrenheit: {
|
|
17837
|
+
description: string;
|
|
17629
17838
|
format: string;
|
|
17630
17839
|
type: string;
|
|
17631
17840
|
};
|
|
17632
17841
|
device_id: {
|
|
17842
|
+
description: string;
|
|
17633
17843
|
format: string;
|
|
17634
17844
|
type: string;
|
|
17635
17845
|
};
|
|
17636
17846
|
fan_mode_setting: {
|
|
17847
|
+
description: string;
|
|
17637
17848
|
enum: string[];
|
|
17638
17849
|
type: string;
|
|
17639
17850
|
};
|
|
17640
17851
|
heating_set_point_celsius: {
|
|
17852
|
+
description: string;
|
|
17641
17853
|
format: string;
|
|
17642
17854
|
type: string;
|
|
17643
17855
|
};
|
|
17644
17856
|
heating_set_point_fahrenheit: {
|
|
17857
|
+
description: string;
|
|
17645
17858
|
format: string;
|
|
17646
17859
|
type: string;
|
|
17647
17860
|
};
|
|
17648
17861
|
hvac_mode_setting: {
|
|
17862
|
+
description: string;
|
|
17649
17863
|
enum: string[];
|
|
17650
17864
|
type: string;
|
|
17651
17865
|
};
|
|
17652
17866
|
manual_override_allowed: {
|
|
17867
|
+
description: string;
|
|
17653
17868
|
type: string;
|
|
17654
17869
|
};
|
|
17655
17870
|
name: {
|
|
17656
17871
|
default: null;
|
|
17872
|
+
description: string;
|
|
17657
17873
|
nullable: boolean;
|
|
17658
17874
|
type: string;
|
|
17659
17875
|
};
|
|
@@ -17706,6 +17922,7 @@ declare const _default: {
|
|
|
17706
17922
|
'x-fern-sdk-group-name': string[];
|
|
17707
17923
|
'x-fern-sdk-method-name': string;
|
|
17708
17924
|
'x-response-key': null;
|
|
17925
|
+
'x-title': string;
|
|
17709
17926
|
};
|
|
17710
17927
|
};
|
|
17711
17928
|
'/user_identities/add_acs_user': {
|