@seamapi/types 1.579.0 → 1.580.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 +84 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +166 -10
- package/dist/index.cjs +84 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +111 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +9 -0
- package/lib/seam/connect/models/devices/device.d.ts +18 -0
- package/lib/seam/connect/models/devices/device.js +3 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +12 -0
- package/lib/seam/connect/openapi.d.ts +27 -0
- package/lib/seam/connect/openapi.js +81 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +76 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +81 -0
- package/src/lib/seam/connect/route-types.ts +164 -0
package/dist/connect.d.cts
CHANGED
|
@@ -13291,6 +13291,9 @@ declare const batch: z.ZodObject<{
|
|
|
13291
13291
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
13292
13292
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
13293
13293
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
13294
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
13295
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
13296
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
13294
13297
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
13295
13298
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
13296
13299
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13946,6 +13949,9 @@ declare const batch: z.ZodObject<{
|
|
|
13946
13949
|
can_simulate_disconnection?: boolean | undefined;
|
|
13947
13950
|
can_unlock_with_code?: boolean | undefined;
|
|
13948
13951
|
can_run_thermostat_programs?: boolean | undefined;
|
|
13952
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
13953
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
13954
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
13949
13955
|
can_simulate_hub_connection?: boolean | undefined;
|
|
13950
13956
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
13951
13957
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -14602,6 +14608,9 @@ declare const batch: z.ZodObject<{
|
|
|
14602
14608
|
can_simulate_disconnection?: boolean | undefined;
|
|
14603
14609
|
can_unlock_with_code?: boolean | undefined;
|
|
14604
14610
|
can_run_thermostat_programs?: boolean | undefined;
|
|
14611
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
14612
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
14613
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
14605
14614
|
can_simulate_hub_connection?: boolean | undefined;
|
|
14606
14615
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
14607
14616
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -23891,6 +23900,9 @@ declare const batch: z.ZodObject<{
|
|
|
23891
23900
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
23892
23901
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
23893
23902
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
23903
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
23904
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
23905
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
23894
23906
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
23895
23907
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
23896
23908
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -24044,6 +24056,9 @@ declare const batch: z.ZodObject<{
|
|
|
24044
24056
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
24045
24057
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
24046
24058
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
24059
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
24060
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
24061
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
24047
24062
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
24048
24063
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
24049
24064
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -24270,6 +24285,9 @@ declare const batch: z.ZodObject<{
|
|
|
24270
24285
|
can_simulate_disconnection?: boolean | undefined;
|
|
24271
24286
|
can_unlock_with_code?: boolean | undefined;
|
|
24272
24287
|
can_run_thermostat_programs?: boolean | undefined;
|
|
24288
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
24289
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
24290
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
24273
24291
|
can_simulate_hub_connection?: boolean | undefined;
|
|
24274
24292
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
24275
24293
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -24496,6 +24514,9 @@ declare const batch: z.ZodObject<{
|
|
|
24496
24514
|
can_simulate_disconnection?: boolean | undefined;
|
|
24497
24515
|
can_unlock_with_code?: boolean | undefined;
|
|
24498
24516
|
can_run_thermostat_programs?: boolean | undefined;
|
|
24517
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
24518
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
24519
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
24499
24520
|
can_simulate_hub_connection?: boolean | undefined;
|
|
24500
24521
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
24501
24522
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -31641,6 +31662,9 @@ declare const batch: z.ZodObject<{
|
|
|
31641
31662
|
can_simulate_disconnection?: boolean | undefined;
|
|
31642
31663
|
can_unlock_with_code?: boolean | undefined;
|
|
31643
31664
|
can_run_thermostat_programs?: boolean | undefined;
|
|
31665
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
31666
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
31667
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
31644
31668
|
can_simulate_hub_connection?: boolean | undefined;
|
|
31645
31669
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
31646
31670
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -33284,6 +33308,9 @@ declare const batch: z.ZodObject<{
|
|
|
33284
33308
|
can_simulate_disconnection?: boolean | undefined;
|
|
33285
33309
|
can_unlock_with_code?: boolean | undefined;
|
|
33286
33310
|
can_run_thermostat_programs?: boolean | undefined;
|
|
33311
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
33312
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
33313
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
33287
33314
|
can_simulate_hub_connection?: boolean | undefined;
|
|
33288
33315
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
33289
33316
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -35542,6 +35569,9 @@ declare const batch: z.ZodObject<{
|
|
|
35542
35569
|
can_simulate_disconnection?: boolean | undefined;
|
|
35543
35570
|
can_unlock_with_code?: boolean | undefined;
|
|
35544
35571
|
can_run_thermostat_programs?: boolean | undefined;
|
|
35572
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
35573
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
35574
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
35545
35575
|
can_simulate_hub_connection?: boolean | undefined;
|
|
35546
35576
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
35547
35577
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -37185,6 +37215,9 @@ declare const batch: z.ZodObject<{
|
|
|
37185
37215
|
can_simulate_disconnection?: boolean | undefined;
|
|
37186
37216
|
can_unlock_with_code?: boolean | undefined;
|
|
37187
37217
|
can_run_thermostat_programs?: boolean | undefined;
|
|
37218
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
37219
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
37220
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
37188
37221
|
can_simulate_hub_connection?: boolean | undefined;
|
|
37189
37222
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
37190
37223
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -42910,6 +42943,9 @@ declare const device: z.ZodObject<{
|
|
|
42910
42943
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
42911
42944
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
42912
42945
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
42946
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
42947
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
42948
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
42913
42949
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
42914
42950
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
42915
42951
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -43565,6 +43601,9 @@ declare const device: z.ZodObject<{
|
|
|
43565
43601
|
can_simulate_disconnection?: boolean | undefined;
|
|
43566
43602
|
can_unlock_with_code?: boolean | undefined;
|
|
43567
43603
|
can_run_thermostat_programs?: boolean | undefined;
|
|
43604
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
43605
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
43606
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
43568
43607
|
can_simulate_hub_connection?: boolean | undefined;
|
|
43569
43608
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
43570
43609
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -44221,6 +44260,9 @@ declare const device: z.ZodObject<{
|
|
|
44221
44260
|
can_simulate_disconnection?: boolean | undefined;
|
|
44222
44261
|
can_unlock_with_code?: boolean | undefined;
|
|
44223
44262
|
can_run_thermostat_programs?: boolean | undefined;
|
|
44263
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
44264
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
44265
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
44224
44266
|
can_simulate_hub_connection?: boolean | undefined;
|
|
44225
44267
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
44226
44268
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -44299,6 +44341,9 @@ declare const device_provider: z.ZodObject<{
|
|
|
44299
44341
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
44300
44342
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
44301
44343
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
44344
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
44345
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
44346
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
44302
44347
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
44303
44348
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
44304
44349
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -44320,6 +44365,9 @@ declare const device_provider: z.ZodObject<{
|
|
|
44320
44365
|
can_simulate_disconnection?: boolean | undefined;
|
|
44321
44366
|
can_unlock_with_code?: boolean | undefined;
|
|
44322
44367
|
can_run_thermostat_programs?: boolean | undefined;
|
|
44368
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
44369
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
44370
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
44323
44371
|
can_simulate_hub_connection?: boolean | undefined;
|
|
44324
44372
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
44325
44373
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -44341,6 +44389,9 @@ declare const device_provider: z.ZodObject<{
|
|
|
44341
44389
|
can_simulate_disconnection?: boolean | undefined;
|
|
44342
44390
|
can_unlock_with_code?: boolean | undefined;
|
|
44343
44391
|
can_run_thermostat_programs?: boolean | undefined;
|
|
44392
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
44393
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
44394
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
44344
44395
|
can_simulate_hub_connection?: boolean | undefined;
|
|
44345
44396
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
44346
44397
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -47178,6 +47229,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47178
47229
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
47179
47230
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
47180
47231
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
47232
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
47233
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
47234
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
47181
47235
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
47182
47236
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
47183
47237
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -47331,6 +47385,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47331
47385
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
47332
47386
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
47333
47387
|
can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
|
|
47388
|
+
can_program_thermostat_programs_as_weekday_weekend: z.ZodOptional<z.ZodBoolean>;
|
|
47389
|
+
can_program_thermostat_programs_as_different_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
47390
|
+
can_program_thermostat_programs_as_same_each_day: z.ZodOptional<z.ZodBoolean>;
|
|
47334
47391
|
can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
|
|
47335
47392
|
can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
47336
47393
|
can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -47557,6 +47614,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47557
47614
|
can_simulate_disconnection?: boolean | undefined;
|
|
47558
47615
|
can_unlock_with_code?: boolean | undefined;
|
|
47559
47616
|
can_run_thermostat_programs?: boolean | undefined;
|
|
47617
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
47618
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
47619
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
47560
47620
|
can_simulate_hub_connection?: boolean | undefined;
|
|
47561
47621
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
47562
47622
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -47783,6 +47843,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47783
47843
|
can_simulate_disconnection?: boolean | undefined;
|
|
47784
47844
|
can_unlock_with_code?: boolean | undefined;
|
|
47785
47845
|
can_run_thermostat_programs?: boolean | undefined;
|
|
47846
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
47847
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
47848
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
47786
47849
|
can_simulate_hub_connection?: boolean | undefined;
|
|
47787
47850
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
47788
47851
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -55803,6 +55866,15 @@ declare const _default: {
|
|
|
55803
55866
|
can_program_online_access_codes: {
|
|
55804
55867
|
type: string;
|
|
55805
55868
|
};
|
|
55869
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
55870
|
+
type: string;
|
|
55871
|
+
};
|
|
55872
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
55873
|
+
type: string;
|
|
55874
|
+
};
|
|
55875
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
55876
|
+
type: string;
|
|
55877
|
+
};
|
|
55806
55878
|
can_remotely_lock: {
|
|
55807
55879
|
type: string;
|
|
55808
55880
|
};
|
|
@@ -58383,6 +58455,15 @@ declare const _default: {
|
|
|
58383
58455
|
can_program_online_access_codes: {
|
|
58384
58456
|
type: string;
|
|
58385
58457
|
};
|
|
58458
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
58459
|
+
type: string;
|
|
58460
|
+
};
|
|
58461
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
58462
|
+
type: string;
|
|
58463
|
+
};
|
|
58464
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
58465
|
+
type: string;
|
|
58466
|
+
};
|
|
58386
58467
|
can_remotely_lock: {
|
|
58387
58468
|
type: string;
|
|
58388
58469
|
};
|
|
@@ -64846,6 +64927,15 @@ declare const _default: {
|
|
|
64846
64927
|
can_program_online_access_codes: {
|
|
64847
64928
|
type: string;
|
|
64848
64929
|
};
|
|
64930
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
64931
|
+
type: string;
|
|
64932
|
+
};
|
|
64933
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
64934
|
+
type: string;
|
|
64935
|
+
};
|
|
64936
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
64937
|
+
type: string;
|
|
64938
|
+
};
|
|
64849
64939
|
can_remotely_lock: {
|
|
64850
64940
|
type: string;
|
|
64851
64941
|
};
|
|
@@ -115664,6 +115754,9 @@ type Routes = {
|
|
|
115664
115754
|
can_simulate_disconnection?: boolean | undefined;
|
|
115665
115755
|
can_unlock_with_code?: boolean | undefined;
|
|
115666
115756
|
can_run_thermostat_programs?: boolean | undefined;
|
|
115757
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
115758
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
115759
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
115667
115760
|
can_simulate_hub_connection?: boolean | undefined;
|
|
115668
115761
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
115669
115762
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -118847,6 +118940,9 @@ type Routes = {
|
|
|
118847
118940
|
can_simulate_disconnection?: boolean | undefined;
|
|
118848
118941
|
can_unlock_with_code?: boolean | undefined;
|
|
118849
118942
|
can_run_thermostat_programs?: boolean | undefined;
|
|
118943
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
118944
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
118945
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
118850
118946
|
can_simulate_hub_connection?: boolean | undefined;
|
|
118851
118947
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
118852
118948
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -121502,6 +121598,9 @@ type Routes = {
|
|
|
121502
121598
|
can_simulate_disconnection?: boolean | undefined;
|
|
121503
121599
|
can_unlock_with_code?: boolean | undefined;
|
|
121504
121600
|
can_run_thermostat_programs?: boolean | undefined;
|
|
121601
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
121602
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
121603
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
121505
121604
|
can_simulate_hub_connection?: boolean | undefined;
|
|
121506
121605
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
121507
121606
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -137343,6 +137442,9 @@ type Routes = {
|
|
|
137343
137442
|
can_simulate_disconnection?: boolean | undefined;
|
|
137344
137443
|
can_unlock_with_code?: boolean | undefined;
|
|
137345
137444
|
can_run_thermostat_programs?: boolean | undefined;
|
|
137445
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
137446
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
137447
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
137346
137448
|
can_simulate_hub_connection?: boolean | undefined;
|
|
137347
137449
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
137348
137450
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -137384,9 +137486,9 @@ type Routes = {
|
|
|
137384
137486
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
137385
137487
|
page_cursor?: (string | undefined) | null;
|
|
137386
137488
|
/** */
|
|
137387
|
-
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
137489
|
+
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
137388
137490
|
/** */
|
|
137389
|
-
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
137491
|
+
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
137390
137492
|
/**
|
|
137391
137493
|
* @deprecated Use `space_id`.*/
|
|
137392
137494
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -138596,6 +138698,9 @@ type Routes = {
|
|
|
138596
138698
|
can_simulate_disconnection?: boolean | undefined;
|
|
138597
138699
|
can_unlock_with_code?: boolean | undefined;
|
|
138598
138700
|
can_run_thermostat_programs?: boolean | undefined;
|
|
138701
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
138702
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
138703
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
138599
138704
|
can_simulate_hub_connection?: boolean | undefined;
|
|
138600
138705
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
138601
138706
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -138640,6 +138745,9 @@ type Routes = {
|
|
|
138640
138745
|
can_simulate_disconnection?: boolean | undefined;
|
|
138641
138746
|
can_unlock_with_code?: boolean | undefined;
|
|
138642
138747
|
can_run_thermostat_programs?: boolean | undefined;
|
|
138748
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
138749
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
138750
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
138643
138751
|
can_simulate_hub_connection?: boolean | undefined;
|
|
138644
138752
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
138645
138753
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -139108,6 +139216,9 @@ type Routes = {
|
|
|
139108
139216
|
can_simulate_disconnection?: boolean | undefined;
|
|
139109
139217
|
can_unlock_with_code?: boolean | undefined;
|
|
139110
139218
|
can_run_thermostat_programs?: boolean | undefined;
|
|
139219
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
139220
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
139221
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
139111
139222
|
can_simulate_hub_connection?: boolean | undefined;
|
|
139112
139223
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
139113
139224
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -139147,9 +139258,9 @@ type Routes = {
|
|
|
139147
139258
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
139148
139259
|
page_cursor?: (string | undefined) | null;
|
|
139149
139260
|
/** */
|
|
139150
|
-
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
139261
|
+
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
139151
139262
|
/** */
|
|
139152
|
-
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
139263
|
+
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
139153
139264
|
/**
|
|
139154
139265
|
* @deprecated Use `space_id`.*/
|
|
139155
139266
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -139538,6 +139649,9 @@ type Routes = {
|
|
|
139538
139649
|
can_simulate_disconnection?: boolean | undefined;
|
|
139539
139650
|
can_unlock_with_code?: boolean | undefined;
|
|
139540
139651
|
can_run_thermostat_programs?: boolean | undefined;
|
|
139652
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
139653
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
139654
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
139541
139655
|
can_simulate_hub_connection?: boolean | undefined;
|
|
139542
139656
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
139543
139657
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -144761,6 +144875,9 @@ type Routes = {
|
|
|
144761
144875
|
can_simulate_disconnection?: boolean | undefined;
|
|
144762
144876
|
can_unlock_with_code?: boolean | undefined;
|
|
144763
144877
|
can_run_thermostat_programs?: boolean | undefined;
|
|
144878
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
144879
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
144880
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
144764
144881
|
can_simulate_hub_connection?: boolean | undefined;
|
|
144765
144882
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
144766
144883
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -145965,6 +146082,9 @@ type Routes = {
|
|
|
145965
146082
|
can_simulate_disconnection?: boolean | undefined;
|
|
145966
146083
|
can_unlock_with_code?: boolean | undefined;
|
|
145967
146084
|
can_run_thermostat_programs?: boolean | undefined;
|
|
146085
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
146086
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
146087
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
145968
146088
|
can_simulate_hub_connection?: boolean | undefined;
|
|
145969
146089
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
145970
146090
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -146006,9 +146126,9 @@ type Routes = {
|
|
|
146006
146126
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
146007
146127
|
page_cursor?: (string | undefined) | null;
|
|
146008
146128
|
/** */
|
|
146009
|
-
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
146129
|
+
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
146010
146130
|
/** */
|
|
146011
|
-
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
146131
|
+
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
146012
146132
|
/**
|
|
146013
146133
|
* @deprecated Use `space_id`.*/
|
|
146014
146134
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -147218,6 +147338,9 @@ type Routes = {
|
|
|
147218
147338
|
can_simulate_disconnection?: boolean | undefined;
|
|
147219
147339
|
can_unlock_with_code?: boolean | undefined;
|
|
147220
147340
|
can_run_thermostat_programs?: boolean | undefined;
|
|
147341
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
147342
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
147343
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
147221
147344
|
can_simulate_hub_connection?: boolean | undefined;
|
|
147222
147345
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
147223
147346
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -148421,6 +148544,9 @@ type Routes = {
|
|
|
148421
148544
|
can_simulate_disconnection?: boolean | undefined;
|
|
148422
148545
|
can_unlock_with_code?: boolean | undefined;
|
|
148423
148546
|
can_run_thermostat_programs?: boolean | undefined;
|
|
148547
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
148548
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
148549
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
148424
148550
|
can_simulate_hub_connection?: boolean | undefined;
|
|
148425
148551
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
148426
148552
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -153500,9 +153626,9 @@ type Routes = {
|
|
|
153500
153626
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
153501
153627
|
page_cursor?: (string | undefined) | null;
|
|
153502
153628
|
/** */
|
|
153503
|
-
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
153629
|
+
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
153504
153630
|
/** */
|
|
153505
|
-
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
153631
|
+
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
153506
153632
|
/**
|
|
153507
153633
|
* @deprecated Use `space_id`.*/
|
|
153508
153634
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -154712,6 +154838,9 @@ type Routes = {
|
|
|
154712
154838
|
can_simulate_disconnection?: boolean | undefined;
|
|
154713
154839
|
can_unlock_with_code?: boolean | undefined;
|
|
154714
154840
|
can_run_thermostat_programs?: boolean | undefined;
|
|
154841
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
154842
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
154843
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
154715
154844
|
can_simulate_hub_connection?: boolean | undefined;
|
|
154716
154845
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
154717
154846
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -155915,6 +156044,9 @@ type Routes = {
|
|
|
155915
156044
|
can_simulate_disconnection?: boolean | undefined;
|
|
155916
156045
|
can_unlock_with_code?: boolean | undefined;
|
|
155917
156046
|
can_run_thermostat_programs?: boolean | undefined;
|
|
156047
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
156048
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
156049
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
155918
156050
|
can_simulate_hub_connection?: boolean | undefined;
|
|
155919
156051
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
155920
156052
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -164638,6 +164770,9 @@ type Routes = {
|
|
|
164638
164770
|
can_simulate_disconnection?: boolean | undefined;
|
|
164639
164771
|
can_unlock_with_code?: boolean | undefined;
|
|
164640
164772
|
can_run_thermostat_programs?: boolean | undefined;
|
|
164773
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
164774
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
164775
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
164641
164776
|
can_simulate_hub_connection?: boolean | undefined;
|
|
164642
164777
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
164643
164778
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -170231,6 +170366,9 @@ type Routes = {
|
|
|
170231
170366
|
can_simulate_disconnection?: boolean | undefined;
|
|
170232
170367
|
can_unlock_with_code?: boolean | undefined;
|
|
170233
170368
|
can_run_thermostat_programs?: boolean | undefined;
|
|
170369
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
170370
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
170371
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
170234
170372
|
can_simulate_hub_connection?: boolean | undefined;
|
|
170235
170373
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
170236
170374
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -172804,9 +172942,9 @@ type Routes = {
|
|
|
172804
172942
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
172805
172943
|
page_cursor?: (string | undefined) | null;
|
|
172806
172944
|
/** */
|
|
172807
|
-
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
172945
|
+
include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
172808
172946
|
/** */
|
|
172809
|
-
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
172947
|
+
exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
|
|
172810
172948
|
/**
|
|
172811
172949
|
* @deprecated Use `space_id`.*/
|
|
172812
172950
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -174016,6 +174154,9 @@ type Routes = {
|
|
|
174016
174154
|
can_simulate_disconnection?: boolean | undefined;
|
|
174017
174155
|
can_unlock_with_code?: boolean | undefined;
|
|
174018
174156
|
can_run_thermostat_programs?: boolean | undefined;
|
|
174157
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
174158
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
174159
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
174019
174160
|
can_simulate_hub_connection?: boolean | undefined;
|
|
174020
174161
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
174021
174162
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -175219,6 +175360,9 @@ type Routes = {
|
|
|
175219
175360
|
can_simulate_disconnection?: boolean | undefined;
|
|
175220
175361
|
can_unlock_with_code?: boolean | undefined;
|
|
175221
175362
|
can_run_thermostat_programs?: boolean | undefined;
|
|
175363
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
175364
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
175365
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
175222
175366
|
can_simulate_hub_connection?: boolean | undefined;
|
|
175223
175367
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
175224
175368
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -182365,6 +182509,9 @@ type Routes = {
|
|
|
182365
182509
|
can_simulate_disconnection?: boolean | undefined;
|
|
182366
182510
|
can_unlock_with_code?: boolean | undefined;
|
|
182367
182511
|
can_run_thermostat_programs?: boolean | undefined;
|
|
182512
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
182513
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
182514
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
182368
182515
|
can_simulate_hub_connection?: boolean | undefined;
|
|
182369
182516
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
182370
182517
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -183570,6 +183717,9 @@ type Routes = {
|
|
|
183570
183717
|
can_simulate_disconnection?: boolean | undefined;
|
|
183571
183718
|
can_unlock_with_code?: boolean | undefined;
|
|
183572
183719
|
can_run_thermostat_programs?: boolean | undefined;
|
|
183720
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
183721
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
183722
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
183573
183723
|
can_simulate_hub_connection?: boolean | undefined;
|
|
183574
183724
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
183575
183725
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -185545,6 +185695,9 @@ type Routes = {
|
|
|
185545
185695
|
can_simulate_disconnection?: boolean | undefined;
|
|
185546
185696
|
can_unlock_with_code?: boolean | undefined;
|
|
185547
185697
|
can_run_thermostat_programs?: boolean | undefined;
|
|
185698
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
185699
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
185700
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
185548
185701
|
can_simulate_hub_connection?: boolean | undefined;
|
|
185549
185702
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
185550
185703
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -188200,6 +188353,9 @@ type Routes = {
|
|
|
188200
188353
|
can_simulate_disconnection?: boolean | undefined;
|
|
188201
188354
|
can_unlock_with_code?: boolean | undefined;
|
|
188202
188355
|
can_run_thermostat_programs?: boolean | undefined;
|
|
188356
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
188357
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
188358
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
188203
188359
|
can_simulate_hub_connection?: boolean | undefined;
|
|
188204
188360
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
188205
188361
|
can_simulate_paid_subscription?: boolean | undefined;
|