@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
|
@@ -11364,6 +11364,9 @@ export type Routes = {
|
|
|
11364
11364
|
can_simulate_disconnection?: boolean | undefined;
|
|
11365
11365
|
can_unlock_with_code?: boolean | undefined;
|
|
11366
11366
|
can_run_thermostat_programs?: boolean | undefined;
|
|
11367
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
11368
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
11369
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
11367
11370
|
can_simulate_hub_connection?: boolean | undefined;
|
|
11368
11371
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
11369
11372
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -14547,6 +14550,9 @@ export type Routes = {
|
|
|
14547
14550
|
can_simulate_disconnection?: boolean | undefined;
|
|
14548
14551
|
can_unlock_with_code?: boolean | undefined;
|
|
14549
14552
|
can_run_thermostat_programs?: boolean | undefined;
|
|
14553
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
14554
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
14555
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
14550
14556
|
can_simulate_hub_connection?: boolean | undefined;
|
|
14551
14557
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
14552
14558
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -17202,6 +17208,9 @@ export type Routes = {
|
|
|
17202
17208
|
can_simulate_disconnection?: boolean | undefined;
|
|
17203
17209
|
can_unlock_with_code?: boolean | undefined;
|
|
17204
17210
|
can_run_thermostat_programs?: boolean | undefined;
|
|
17211
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
17212
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
17213
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
17205
17214
|
can_simulate_hub_connection?: boolean | undefined;
|
|
17206
17215
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
17207
17216
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -33043,6 +33052,9 @@ export type Routes = {
|
|
|
33043
33052
|
can_simulate_disconnection?: boolean | undefined;
|
|
33044
33053
|
can_unlock_with_code?: boolean | undefined;
|
|
33045
33054
|
can_run_thermostat_programs?: boolean | undefined;
|
|
33055
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
33056
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
33057
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
33046
33058
|
can_simulate_hub_connection?: boolean | undefined;
|
|
33047
33059
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
33048
33060
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -33084,9 +33096,9 @@ export type Routes = {
|
|
|
33084
33096
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
33085
33097
|
page_cursor?: (string | undefined) | null;
|
|
33086
33098
|
/** */
|
|
33087
|
-
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;
|
|
33099
|
+
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;
|
|
33088
33100
|
/** */
|
|
33089
|
-
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;
|
|
33101
|
+
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;
|
|
33090
33102
|
/**
|
|
33091
33103
|
* @deprecated Use `space_id`.*/
|
|
33092
33104
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -34296,6 +34308,9 @@ export type Routes = {
|
|
|
34296
34308
|
can_simulate_disconnection?: boolean | undefined;
|
|
34297
34309
|
can_unlock_with_code?: boolean | undefined;
|
|
34298
34310
|
can_run_thermostat_programs?: boolean | undefined;
|
|
34311
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
34312
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
34313
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
34299
34314
|
can_simulate_hub_connection?: boolean | undefined;
|
|
34300
34315
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
34301
34316
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -34340,6 +34355,9 @@ export type Routes = {
|
|
|
34340
34355
|
can_simulate_disconnection?: boolean | undefined;
|
|
34341
34356
|
can_unlock_with_code?: boolean | undefined;
|
|
34342
34357
|
can_run_thermostat_programs?: boolean | undefined;
|
|
34358
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
34359
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
34360
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
34343
34361
|
can_simulate_hub_connection?: boolean | undefined;
|
|
34344
34362
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
34345
34363
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -34808,6 +34826,9 @@ export type Routes = {
|
|
|
34808
34826
|
can_simulate_disconnection?: boolean | undefined;
|
|
34809
34827
|
can_unlock_with_code?: boolean | undefined;
|
|
34810
34828
|
can_run_thermostat_programs?: boolean | undefined;
|
|
34829
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
34830
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
34831
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
34811
34832
|
can_simulate_hub_connection?: boolean | undefined;
|
|
34812
34833
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
34813
34834
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -34847,9 +34868,9 @@ export type Routes = {
|
|
|
34847
34868
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
34848
34869
|
page_cursor?: (string | undefined) | null;
|
|
34849
34870
|
/** */
|
|
34850
|
-
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;
|
|
34871
|
+
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;
|
|
34851
34872
|
/** */
|
|
34852
|
-
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;
|
|
34873
|
+
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;
|
|
34853
34874
|
/**
|
|
34854
34875
|
* @deprecated Use `space_id`.*/
|
|
34855
34876
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -35238,6 +35259,9 @@ export type Routes = {
|
|
|
35238
35259
|
can_simulate_disconnection?: boolean | undefined;
|
|
35239
35260
|
can_unlock_with_code?: boolean | undefined;
|
|
35240
35261
|
can_run_thermostat_programs?: boolean | undefined;
|
|
35262
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
35263
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
35264
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
35241
35265
|
can_simulate_hub_connection?: boolean | undefined;
|
|
35242
35266
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
35243
35267
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -40461,6 +40485,9 @@ export type Routes = {
|
|
|
40461
40485
|
can_simulate_disconnection?: boolean | undefined;
|
|
40462
40486
|
can_unlock_with_code?: boolean | undefined;
|
|
40463
40487
|
can_run_thermostat_programs?: boolean | undefined;
|
|
40488
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
40489
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
40490
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
40464
40491
|
can_simulate_hub_connection?: boolean | undefined;
|
|
40465
40492
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
40466
40493
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -41665,6 +41692,9 @@ export type Routes = {
|
|
|
41665
41692
|
can_simulate_disconnection?: boolean | undefined;
|
|
41666
41693
|
can_unlock_with_code?: boolean | undefined;
|
|
41667
41694
|
can_run_thermostat_programs?: boolean | undefined;
|
|
41695
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
41696
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
41697
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
41668
41698
|
can_simulate_hub_connection?: boolean | undefined;
|
|
41669
41699
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
41670
41700
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -41706,9 +41736,9 @@ export type Routes = {
|
|
|
41706
41736
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
41707
41737
|
page_cursor?: (string | undefined) | null;
|
|
41708
41738
|
/** */
|
|
41709
|
-
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;
|
|
41739
|
+
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;
|
|
41710
41740
|
/** */
|
|
41711
|
-
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;
|
|
41741
|
+
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;
|
|
41712
41742
|
/**
|
|
41713
41743
|
* @deprecated Use `space_id`.*/
|
|
41714
41744
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -42918,6 +42948,9 @@ export type Routes = {
|
|
|
42918
42948
|
can_simulate_disconnection?: boolean | undefined;
|
|
42919
42949
|
can_unlock_with_code?: boolean | undefined;
|
|
42920
42950
|
can_run_thermostat_programs?: boolean | undefined;
|
|
42951
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
42952
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
42953
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
42921
42954
|
can_simulate_hub_connection?: boolean | undefined;
|
|
42922
42955
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
42923
42956
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -44121,6 +44154,9 @@ export type Routes = {
|
|
|
44121
44154
|
can_simulate_disconnection?: boolean | undefined;
|
|
44122
44155
|
can_unlock_with_code?: boolean | undefined;
|
|
44123
44156
|
can_run_thermostat_programs?: boolean | undefined;
|
|
44157
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
44158
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
44159
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
44124
44160
|
can_simulate_hub_connection?: boolean | undefined;
|
|
44125
44161
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
44126
44162
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -49200,9 +49236,9 @@ export type Routes = {
|
|
|
49200
49236
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
49201
49237
|
page_cursor?: (string | undefined) | null;
|
|
49202
49238
|
/** */
|
|
49203
|
-
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;
|
|
49239
|
+
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;
|
|
49204
49240
|
/** */
|
|
49205
|
-
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;
|
|
49241
|
+
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;
|
|
49206
49242
|
/**
|
|
49207
49243
|
* @deprecated Use `space_id`.*/
|
|
49208
49244
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -50412,6 +50448,9 @@ export type Routes = {
|
|
|
50412
50448
|
can_simulate_disconnection?: boolean | undefined;
|
|
50413
50449
|
can_unlock_with_code?: boolean | undefined;
|
|
50414
50450
|
can_run_thermostat_programs?: boolean | undefined;
|
|
50451
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
50452
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
50453
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
50415
50454
|
can_simulate_hub_connection?: boolean | undefined;
|
|
50416
50455
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
50417
50456
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -51615,6 +51654,9 @@ export type Routes = {
|
|
|
51615
51654
|
can_simulate_disconnection?: boolean | undefined;
|
|
51616
51655
|
can_unlock_with_code?: boolean | undefined;
|
|
51617
51656
|
can_run_thermostat_programs?: boolean | undefined;
|
|
51657
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
51658
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
51659
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
51618
51660
|
can_simulate_hub_connection?: boolean | undefined;
|
|
51619
51661
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
51620
51662
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -60338,6 +60380,9 @@ export type Routes = {
|
|
|
60338
60380
|
can_simulate_disconnection?: boolean | undefined;
|
|
60339
60381
|
can_unlock_with_code?: boolean | undefined;
|
|
60340
60382
|
can_run_thermostat_programs?: boolean | undefined;
|
|
60383
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
60384
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
60385
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
60341
60386
|
can_simulate_hub_connection?: boolean | undefined;
|
|
60342
60387
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
60343
60388
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -65931,6 +65976,9 @@ export type Routes = {
|
|
|
65931
65976
|
can_simulate_disconnection?: boolean | undefined;
|
|
65932
65977
|
can_unlock_with_code?: boolean | undefined;
|
|
65933
65978
|
can_run_thermostat_programs?: boolean | undefined;
|
|
65979
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
65980
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
65981
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
65934
65982
|
can_simulate_hub_connection?: boolean | undefined;
|
|
65935
65983
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
65936
65984
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -68504,9 +68552,9 @@ export type Routes = {
|
|
|
68504
68552
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
68505
68553
|
page_cursor?: (string | undefined) | null;
|
|
68506
68554
|
/** */
|
|
68507
|
-
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;
|
|
68555
|
+
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;
|
|
68508
68556
|
/** */
|
|
68509
|
-
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;
|
|
68557
|
+
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;
|
|
68510
68558
|
/**
|
|
68511
68559
|
* @deprecated Use `space_id`.*/
|
|
68512
68560
|
unstable_location_id?: (string | null) | undefined;
|
|
@@ -69716,6 +69764,9 @@ export type Routes = {
|
|
|
69716
69764
|
can_simulate_disconnection?: boolean | undefined;
|
|
69717
69765
|
can_unlock_with_code?: boolean | undefined;
|
|
69718
69766
|
can_run_thermostat_programs?: boolean | undefined;
|
|
69767
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
69768
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
69769
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
69719
69770
|
can_simulate_hub_connection?: boolean | undefined;
|
|
69720
69771
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
69721
69772
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -70919,6 +70970,9 @@ export type Routes = {
|
|
|
70919
70970
|
can_simulate_disconnection?: boolean | undefined;
|
|
70920
70971
|
can_unlock_with_code?: boolean | undefined;
|
|
70921
70972
|
can_run_thermostat_programs?: boolean | undefined;
|
|
70973
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
70974
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
70975
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
70922
70976
|
can_simulate_hub_connection?: boolean | undefined;
|
|
70923
70977
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
70924
70978
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -78065,6 +78119,9 @@ export type Routes = {
|
|
|
78065
78119
|
can_simulate_disconnection?: boolean | undefined;
|
|
78066
78120
|
can_unlock_with_code?: boolean | undefined;
|
|
78067
78121
|
can_run_thermostat_programs?: boolean | undefined;
|
|
78122
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
78123
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
78124
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
78068
78125
|
can_simulate_hub_connection?: boolean | undefined;
|
|
78069
78126
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
78070
78127
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -79270,6 +79327,9 @@ export type Routes = {
|
|
|
79270
79327
|
can_simulate_disconnection?: boolean | undefined;
|
|
79271
79328
|
can_unlock_with_code?: boolean | undefined;
|
|
79272
79329
|
can_run_thermostat_programs?: boolean | undefined;
|
|
79330
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
79331
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
79332
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
79273
79333
|
can_simulate_hub_connection?: boolean | undefined;
|
|
79274
79334
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
79275
79335
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -81245,6 +81305,9 @@ export type Routes = {
|
|
|
81245
81305
|
can_simulate_disconnection?: boolean | undefined;
|
|
81246
81306
|
can_unlock_with_code?: boolean | undefined;
|
|
81247
81307
|
can_run_thermostat_programs?: boolean | undefined;
|
|
81308
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
81309
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
81310
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
81248
81311
|
can_simulate_hub_connection?: boolean | undefined;
|
|
81249
81312
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
81250
81313
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
@@ -83900,6 +83963,9 @@ export type Routes = {
|
|
|
83900
83963
|
can_simulate_disconnection?: boolean | undefined;
|
|
83901
83964
|
can_unlock_with_code?: boolean | undefined;
|
|
83902
83965
|
can_run_thermostat_programs?: boolean | undefined;
|
|
83966
|
+
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
83967
|
+
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
83968
|
+
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
83903
83969
|
can_simulate_hub_connection?: boolean | undefined;
|
|
83904
83970
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
83905
83971
|
can_simulate_paid_subscription?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -23,6 +23,9 @@ export const device_capability_flags = z
|
|
|
23
23
|
can_simulate_disconnection: z.boolean(),
|
|
24
24
|
can_unlock_with_code: z.boolean(),
|
|
25
25
|
can_run_thermostat_programs: z.boolean(),
|
|
26
|
+
can_program_thermostat_programs_as_weekday_weekend: z.boolean(),
|
|
27
|
+
can_program_thermostat_programs_as_different_each_day: z.boolean(),
|
|
28
|
+
can_program_thermostat_programs_as_same_each_day: z.boolean(),
|
|
26
29
|
can_simulate_hub_connection: z.boolean(),
|
|
27
30
|
can_simulate_hub_disconnection: z.boolean(),
|
|
28
31
|
can_simulate_paid_subscription: z.boolean(),
|
|
@@ -9359,6 +9359,13 @@ export default {
|
|
|
9359
9359
|
can_hvac_heat_cool: { type: 'boolean' },
|
|
9360
9360
|
can_program_offline_access_codes: { type: 'boolean' },
|
|
9361
9361
|
can_program_online_access_codes: { type: 'boolean' },
|
|
9362
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
9363
|
+
type: 'boolean',
|
|
9364
|
+
},
|
|
9365
|
+
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
9366
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
9367
|
+
type: 'boolean',
|
|
9368
|
+
},
|
|
9362
9369
|
can_remotely_lock: { type: 'boolean' },
|
|
9363
9370
|
can_remotely_unlock: { type: 'boolean' },
|
|
9364
9371
|
can_run_thermostat_programs: { type: 'boolean' },
|
|
@@ -13101,6 +13108,13 @@ export default {
|
|
|
13101
13108
|
can_hvac_heat_cool: { type: 'boolean' },
|
|
13102
13109
|
can_program_offline_access_codes: { type: 'boolean' },
|
|
13103
13110
|
can_program_online_access_codes: { type: 'boolean' },
|
|
13111
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
13112
|
+
type: 'boolean',
|
|
13113
|
+
},
|
|
13114
|
+
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
13115
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
13116
|
+
type: 'boolean',
|
|
13117
|
+
},
|
|
13104
13118
|
can_remotely_lock: { type: 'boolean' },
|
|
13105
13119
|
can_remotely_unlock: { type: 'boolean' },
|
|
13106
13120
|
can_run_thermostat_programs: { type: 'boolean' },
|
|
@@ -24011,6 +24025,13 @@ export default {
|
|
|
24011
24025
|
can_hvac_heat_cool: { type: 'boolean' },
|
|
24012
24026
|
can_program_offline_access_codes: { type: 'boolean' },
|
|
24013
24027
|
can_program_online_access_codes: { type: 'boolean' },
|
|
24028
|
+
can_program_thermostat_programs_as_different_each_day: {
|
|
24029
|
+
type: 'boolean',
|
|
24030
|
+
},
|
|
24031
|
+
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
24032
|
+
can_program_thermostat_programs_as_weekday_weekend: {
|
|
24033
|
+
type: 'boolean',
|
|
24034
|
+
},
|
|
24014
24035
|
can_remotely_lock: { type: 'boolean' },
|
|
24015
24036
|
can_remotely_unlock: { type: 'boolean' },
|
|
24016
24037
|
can_run_thermostat_programs: { type: 'boolean' },
|
|
@@ -41186,6 +41207,9 @@ export default {
|
|
|
41186
41207
|
'can_simulate_disconnection',
|
|
41187
41208
|
'can_unlock_with_code',
|
|
41188
41209
|
'can_run_thermostat_programs',
|
|
41210
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
41211
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
41212
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
41189
41213
|
'can_simulate_hub_connection',
|
|
41190
41214
|
'can_simulate_hub_disconnection',
|
|
41191
41215
|
'can_simulate_paid_subscription',
|
|
@@ -41215,6 +41239,9 @@ export default {
|
|
|
41215
41239
|
'can_simulate_disconnection',
|
|
41216
41240
|
'can_unlock_with_code',
|
|
41217
41241
|
'can_run_thermostat_programs',
|
|
41242
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
41243
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
41244
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
41218
41245
|
'can_simulate_hub_connection',
|
|
41219
41246
|
'can_simulate_hub_disconnection',
|
|
41220
41247
|
'can_simulate_paid_subscription',
|
|
@@ -41502,6 +41529,9 @@ export default {
|
|
|
41502
41529
|
'can_simulate_disconnection',
|
|
41503
41530
|
'can_unlock_with_code',
|
|
41504
41531
|
'can_run_thermostat_programs',
|
|
41532
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
41533
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
41534
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
41505
41535
|
'can_simulate_hub_connection',
|
|
41506
41536
|
'can_simulate_hub_disconnection',
|
|
41507
41537
|
'can_simulate_paid_subscription',
|
|
@@ -41527,6 +41557,9 @@ export default {
|
|
|
41527
41557
|
'can_simulate_disconnection',
|
|
41528
41558
|
'can_unlock_with_code',
|
|
41529
41559
|
'can_run_thermostat_programs',
|
|
41560
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
41561
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
41562
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
41530
41563
|
'can_simulate_hub_connection',
|
|
41531
41564
|
'can_simulate_hub_disconnection',
|
|
41532
41565
|
'can_simulate_paid_subscription',
|
|
@@ -42524,6 +42557,9 @@ export default {
|
|
|
42524
42557
|
'can_simulate_disconnection',
|
|
42525
42558
|
'can_unlock_with_code',
|
|
42526
42559
|
'can_run_thermostat_programs',
|
|
42560
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
42561
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
42562
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
42527
42563
|
'can_simulate_hub_connection',
|
|
42528
42564
|
'can_simulate_hub_disconnection',
|
|
42529
42565
|
'can_simulate_paid_subscription',
|
|
@@ -42553,6 +42589,9 @@ export default {
|
|
|
42553
42589
|
'can_simulate_disconnection',
|
|
42554
42590
|
'can_unlock_with_code',
|
|
42555
42591
|
'can_run_thermostat_programs',
|
|
42592
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
42593
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
42594
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
42556
42595
|
'can_simulate_hub_connection',
|
|
42557
42596
|
'can_simulate_hub_disconnection',
|
|
42558
42597
|
'can_simulate_paid_subscription',
|
|
@@ -42849,6 +42888,9 @@ export default {
|
|
|
42849
42888
|
'can_simulate_disconnection',
|
|
42850
42889
|
'can_unlock_with_code',
|
|
42851
42890
|
'can_run_thermostat_programs',
|
|
42891
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
42892
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
42893
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
42852
42894
|
'can_simulate_hub_connection',
|
|
42853
42895
|
'can_simulate_hub_disconnection',
|
|
42854
42896
|
'can_simulate_paid_subscription',
|
|
@@ -42874,6 +42916,9 @@ export default {
|
|
|
42874
42916
|
'can_simulate_disconnection',
|
|
42875
42917
|
'can_unlock_with_code',
|
|
42876
42918
|
'can_run_thermostat_programs',
|
|
42919
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
42920
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
42921
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
42877
42922
|
'can_simulate_hub_connection',
|
|
42878
42923
|
'can_simulate_hub_disconnection',
|
|
42879
42924
|
'can_simulate_paid_subscription',
|
|
@@ -44868,6 +44913,9 @@ export default {
|
|
|
44868
44913
|
'can_simulate_disconnection',
|
|
44869
44914
|
'can_unlock_with_code',
|
|
44870
44915
|
'can_run_thermostat_programs',
|
|
44916
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
44917
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
44918
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
44871
44919
|
'can_simulate_hub_connection',
|
|
44872
44920
|
'can_simulate_hub_disconnection',
|
|
44873
44921
|
'can_simulate_paid_subscription',
|
|
@@ -44897,6 +44945,9 @@ export default {
|
|
|
44897
44945
|
'can_simulate_disconnection',
|
|
44898
44946
|
'can_unlock_with_code',
|
|
44899
44947
|
'can_run_thermostat_programs',
|
|
44948
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
44949
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
44950
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
44900
44951
|
'can_simulate_hub_connection',
|
|
44901
44952
|
'can_simulate_hub_disconnection',
|
|
44902
44953
|
'can_simulate_paid_subscription',
|
|
@@ -45119,6 +45170,9 @@ export default {
|
|
|
45119
45170
|
'can_simulate_disconnection',
|
|
45120
45171
|
'can_unlock_with_code',
|
|
45121
45172
|
'can_run_thermostat_programs',
|
|
45173
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45174
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45175
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45122
45176
|
'can_simulate_hub_connection',
|
|
45123
45177
|
'can_simulate_hub_disconnection',
|
|
45124
45178
|
'can_simulate_paid_subscription',
|
|
@@ -45144,6 +45198,9 @@ export default {
|
|
|
45144
45198
|
'can_simulate_disconnection',
|
|
45145
45199
|
'can_unlock_with_code',
|
|
45146
45200
|
'can_run_thermostat_programs',
|
|
45201
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45202
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45203
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45147
45204
|
'can_simulate_hub_connection',
|
|
45148
45205
|
'can_simulate_hub_disconnection',
|
|
45149
45206
|
'can_simulate_paid_subscription',
|
|
@@ -45684,6 +45741,9 @@ export default {
|
|
|
45684
45741
|
'can_simulate_disconnection',
|
|
45685
45742
|
'can_unlock_with_code',
|
|
45686
45743
|
'can_run_thermostat_programs',
|
|
45744
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45745
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45746
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45687
45747
|
'can_simulate_hub_connection',
|
|
45688
45748
|
'can_simulate_hub_disconnection',
|
|
45689
45749
|
'can_simulate_paid_subscription',
|
|
@@ -45713,6 +45773,9 @@ export default {
|
|
|
45713
45773
|
'can_simulate_disconnection',
|
|
45714
45774
|
'can_unlock_with_code',
|
|
45715
45775
|
'can_run_thermostat_programs',
|
|
45776
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45777
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45778
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45716
45779
|
'can_simulate_hub_connection',
|
|
45717
45780
|
'can_simulate_hub_disconnection',
|
|
45718
45781
|
'can_simulate_paid_subscription',
|
|
@@ -45879,6 +45942,9 @@ export default {
|
|
|
45879
45942
|
'can_simulate_disconnection',
|
|
45880
45943
|
'can_unlock_with_code',
|
|
45881
45944
|
'can_run_thermostat_programs',
|
|
45945
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45946
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45947
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45882
45948
|
'can_simulate_hub_connection',
|
|
45883
45949
|
'can_simulate_hub_disconnection',
|
|
45884
45950
|
'can_simulate_paid_subscription',
|
|
@@ -45904,6 +45970,9 @@ export default {
|
|
|
45904
45970
|
'can_simulate_disconnection',
|
|
45905
45971
|
'can_unlock_with_code',
|
|
45906
45972
|
'can_run_thermostat_programs',
|
|
45973
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
45974
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
45975
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
45907
45976
|
'can_simulate_hub_connection',
|
|
45908
45977
|
'can_simulate_hub_disconnection',
|
|
45909
45978
|
'can_simulate_paid_subscription',
|
|
@@ -54037,6 +54106,9 @@ export default {
|
|
|
54037
54106
|
'can_simulate_disconnection',
|
|
54038
54107
|
'can_unlock_with_code',
|
|
54039
54108
|
'can_run_thermostat_programs',
|
|
54109
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
54110
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
54111
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
54040
54112
|
'can_simulate_hub_connection',
|
|
54041
54113
|
'can_simulate_hub_disconnection',
|
|
54042
54114
|
'can_simulate_paid_subscription',
|
|
@@ -54066,6 +54138,9 @@ export default {
|
|
|
54066
54138
|
'can_simulate_disconnection',
|
|
54067
54139
|
'can_unlock_with_code',
|
|
54068
54140
|
'can_run_thermostat_programs',
|
|
54141
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
54142
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
54143
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
54069
54144
|
'can_simulate_hub_connection',
|
|
54070
54145
|
'can_simulate_hub_disconnection',
|
|
54071
54146
|
'can_simulate_paid_subscription',
|
|
@@ -54246,6 +54321,9 @@ export default {
|
|
|
54246
54321
|
'can_simulate_disconnection',
|
|
54247
54322
|
'can_unlock_with_code',
|
|
54248
54323
|
'can_run_thermostat_programs',
|
|
54324
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
54325
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
54326
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
54249
54327
|
'can_simulate_hub_connection',
|
|
54250
54328
|
'can_simulate_hub_disconnection',
|
|
54251
54329
|
'can_simulate_paid_subscription',
|
|
@@ -54271,6 +54349,9 @@ export default {
|
|
|
54271
54349
|
'can_simulate_disconnection',
|
|
54272
54350
|
'can_unlock_with_code',
|
|
54273
54351
|
'can_run_thermostat_programs',
|
|
54352
|
+
'can_program_thermostat_programs_as_weekday_weekend',
|
|
54353
|
+
'can_program_thermostat_programs_as_different_each_day',
|
|
54354
|
+
'can_program_thermostat_programs_as_same_each_day',
|
|
54274
54355
|
'can_simulate_hub_connection',
|
|
54275
54356
|
'can_simulate_hub_disconnection',
|
|
54276
54357
|
'can_simulate_paid_subscription',
|