@seamapi/types 1.247.0 → 1.248.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 +28 -28
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +83 -42
- package/lib/seam/connect/models/acs/acs-credential.d.ts +18 -0
- package/lib/seam/connect/models/acs/acs-credential.js +3 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +36 -12
- package/lib/seam/connect/openapi.js +25 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +29 -30
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +25 -28
- package/src/lib/seam/connect/route-types.ts +29 -30
|
@@ -2541,6 +2541,9 @@ export interface Routes {
|
|
|
2541
2541
|
parent_acs_credential_id?: string | undefined;
|
|
2542
2542
|
display_name: string;
|
|
2543
2543
|
code?: (string | undefined) | null;
|
|
2544
|
+
card_number?: (string | undefined) | null;
|
|
2545
|
+
is_encoded?: boolean | undefined;
|
|
2546
|
+
encoded_at?: (string | undefined) | null;
|
|
2544
2547
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2545
2548
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2546
2549
|
external_type_display_name?: string | undefined;
|
|
@@ -2607,6 +2610,9 @@ export interface Routes {
|
|
|
2607
2610
|
parent_acs_credential_id?: string | undefined;
|
|
2608
2611
|
display_name: string;
|
|
2609
2612
|
code?: (string | undefined) | null;
|
|
2613
|
+
card_number?: (string | undefined) | null;
|
|
2614
|
+
is_encoded?: boolean | undefined;
|
|
2615
|
+
encoded_at?: (string | undefined) | null;
|
|
2610
2616
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2611
2617
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2612
2618
|
external_type_display_name?: string | undefined;
|
|
@@ -2667,6 +2673,9 @@ export interface Routes {
|
|
|
2667
2673
|
parent_acs_credential_id?: string | undefined;
|
|
2668
2674
|
display_name: string;
|
|
2669
2675
|
code?: (string | undefined) | null;
|
|
2676
|
+
card_number?: (string | undefined) | null;
|
|
2677
|
+
is_encoded?: boolean | undefined;
|
|
2678
|
+
encoded_at?: (string | undefined) | null;
|
|
2670
2679
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2671
2680
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2672
2681
|
external_type_display_name?: string | undefined;
|
|
@@ -2727,6 +2736,9 @@ export interface Routes {
|
|
|
2727
2736
|
parent_acs_credential_id?: string | undefined;
|
|
2728
2737
|
display_name: string;
|
|
2729
2738
|
code?: (string | undefined) | null;
|
|
2739
|
+
card_number?: (string | undefined) | null;
|
|
2740
|
+
is_encoded?: boolean | undefined;
|
|
2741
|
+
encoded_at?: (string | undefined) | null;
|
|
2730
2742
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2731
2743
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2732
2744
|
external_type_display_name?: string | undefined;
|
|
@@ -2813,6 +2825,9 @@ export interface Routes {
|
|
|
2813
2825
|
parent_acs_credential_id?: string | undefined;
|
|
2814
2826
|
display_name: string;
|
|
2815
2827
|
code?: (string | undefined) | null;
|
|
2828
|
+
card_number?: (string | undefined) | null;
|
|
2829
|
+
is_encoded?: boolean | undefined;
|
|
2830
|
+
encoded_at?: (string | undefined) | null;
|
|
2816
2831
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2817
2832
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2818
2833
|
external_type_display_name?: string | undefined;
|
|
@@ -2862,6 +2877,9 @@ export interface Routes {
|
|
|
2862
2877
|
parent_acs_credential_id?: string | undefined;
|
|
2863
2878
|
display_name: string;
|
|
2864
2879
|
code?: (string | undefined) | null;
|
|
2880
|
+
card_number?: (string | undefined) | null;
|
|
2881
|
+
is_encoded?: boolean | undefined;
|
|
2882
|
+
encoded_at?: (string | undefined) | null;
|
|
2865
2883
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2866
2884
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2867
2885
|
external_type_display_name?: string | undefined;
|
|
@@ -2918,6 +2936,9 @@ export interface Routes {
|
|
|
2918
2936
|
parent_acs_credential_id?: string | undefined;
|
|
2919
2937
|
display_name: string;
|
|
2920
2938
|
code?: (string | undefined) | null;
|
|
2939
|
+
card_number?: (string | undefined) | null;
|
|
2940
|
+
is_encoded?: boolean | undefined;
|
|
2941
|
+
encoded_at?: (string | undefined) | null;
|
|
2921
2942
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2922
2943
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2923
2944
|
external_type_display_name?: string | undefined;
|
|
@@ -2969,6 +2990,9 @@ export interface Routes {
|
|
|
2969
2990
|
parent_acs_credential_id?: string | undefined;
|
|
2970
2991
|
display_name: string;
|
|
2971
2992
|
code?: (string | undefined) | null;
|
|
2993
|
+
card_number?: (string | undefined) | null;
|
|
2994
|
+
is_encoded?: boolean | undefined;
|
|
2995
|
+
encoded_at?: (string | undefined) | null;
|
|
2972
2996
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2973
2997
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2974
2998
|
external_type_display_name?: string | undefined;
|
|
@@ -3104,6 +3128,9 @@ export interface Routes {
|
|
|
3104
3128
|
parent_acs_credential_id?: string | undefined;
|
|
3105
3129
|
display_name: string;
|
|
3106
3130
|
code?: (string | undefined) | null;
|
|
3131
|
+
card_number?: (string | undefined) | null;
|
|
3132
|
+
is_encoded?: boolean | undefined;
|
|
3133
|
+
encoded_at?: (string | undefined) | null;
|
|
3107
3134
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3108
3135
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3109
3136
|
external_type_display_name?: string | undefined;
|
|
@@ -14590,20 +14617,7 @@ export interface Routes {
|
|
|
14590
14617
|
};
|
|
14591
14618
|
commonParams: {};
|
|
14592
14619
|
formData: {};
|
|
14593
|
-
jsonResponse: {
|
|
14594
|
-
thermostat_schedule: {
|
|
14595
|
-
thermostat_schedule_id: string;
|
|
14596
|
-
device_id: string;
|
|
14597
|
-
name?: string | undefined;
|
|
14598
|
-
climate_preset_key: string;
|
|
14599
|
-
max_override_period_minutes?: number;
|
|
14600
|
-
starts_at: string;
|
|
14601
|
-
ends_at: string;
|
|
14602
|
-
created_at: string;
|
|
14603
|
-
/** Collection of errors associated with the thermostat schedule, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
14604
|
-
errors?: any;
|
|
14605
|
-
};
|
|
14606
|
-
};
|
|
14620
|
+
jsonResponse: {};
|
|
14607
14621
|
};
|
|
14608
14622
|
'/thermostats/set_fallback_climate_preset': {
|
|
14609
14623
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -15037,22 +15051,7 @@ export interface Routes {
|
|
|
15037
15051
|
};
|
|
15038
15052
|
commonParams: {};
|
|
15039
15053
|
formData: {};
|
|
15040
|
-
jsonResponse: {
|
|
15041
|
-
climate_preset: {
|
|
15042
|
-
climate_preset_key: string;
|
|
15043
|
-
can_edit: boolean;
|
|
15044
|
-
can_delete: boolean;
|
|
15045
|
-
name?: string | null;
|
|
15046
|
-
display_name: string;
|
|
15047
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
15048
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
15049
|
-
cooling_set_point_celsius?: number | undefined;
|
|
15050
|
-
heating_set_point_celsius?: number | undefined;
|
|
15051
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
15052
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
15053
|
-
manual_override_allowed: boolean;
|
|
15054
|
-
};
|
|
15055
|
-
};
|
|
15054
|
+
jsonResponse: {};
|
|
15056
15055
|
};
|
|
15057
15056
|
'/user_identities/add_acs_user': {
|
|
15058
15057
|
route: '/user_identities/add_acs_user';
|
package/package.json
CHANGED
|
@@ -29,6 +29,9 @@ const common_acs_credential = z.object({
|
|
|
29
29
|
parent_acs_credential_id: z.string().uuid().optional(),
|
|
30
30
|
display_name: z.string().min(1),
|
|
31
31
|
code: z.string().optional().nullable(),
|
|
32
|
+
card_number: z.string().optional().nullable(),
|
|
33
|
+
is_encoded: z.boolean().optional(),
|
|
34
|
+
encoded_at: z.string().datetime().optional().nullable(),
|
|
32
35
|
access_method: acs_credential_access_method_type,
|
|
33
36
|
external_type: acs_credential_external_type.optional(),
|
|
34
37
|
external_type_display_name: z.string().optional(),
|
|
@@ -246,9 +246,11 @@ export default {
|
|
|
246
246
|
acs_credential_pool_id: { format: 'uuid', type: 'string' },
|
|
247
247
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
248
248
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
249
|
+
card_number: { nullable: true, type: 'string' },
|
|
249
250
|
code: { nullable: true, type: 'string' },
|
|
250
251
|
created_at: { format: 'date-time', type: 'string' },
|
|
251
252
|
display_name: { minLength: 1, type: 'string' },
|
|
253
|
+
encoded_at: { format: 'date-time', nullable: true, type: 'string' },
|
|
252
254
|
ends_at: { type: 'string' },
|
|
253
255
|
errors: {
|
|
254
256
|
items: {
|
|
@@ -272,6 +274,7 @@ export default {
|
|
|
272
274
|
type: 'string',
|
|
273
275
|
},
|
|
274
276
|
external_type_display_name: { type: 'string' },
|
|
277
|
+
is_encoded: { type: 'boolean' },
|
|
275
278
|
is_latest_desired_state_synced_with_provider: { type: 'boolean' },
|
|
276
279
|
is_managed: { enum: [true], type: 'boolean' },
|
|
277
280
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
@@ -6833,9 +6836,15 @@ export default {
|
|
|
6833
6836
|
},
|
|
6834
6837
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
6835
6838
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
6839
|
+
card_number: { nullable: true, type: 'string' },
|
|
6836
6840
|
code: { nullable: true, type: 'string' },
|
|
6837
6841
|
created_at: { format: 'date-time', type: 'string' },
|
|
6838
6842
|
display_name: { minLength: 1, type: 'string' },
|
|
6843
|
+
encoded_at: {
|
|
6844
|
+
format: 'date-time',
|
|
6845
|
+
nullable: true,
|
|
6846
|
+
type: 'string',
|
|
6847
|
+
},
|
|
6839
6848
|
ends_at: { type: 'string' },
|
|
6840
6849
|
errors: {
|
|
6841
6850
|
items: {
|
|
@@ -6859,6 +6868,7 @@ export default {
|
|
|
6859
6868
|
type: 'string',
|
|
6860
6869
|
},
|
|
6861
6870
|
external_type_display_name: { type: 'string' },
|
|
6871
|
+
is_encoded: { type: 'boolean' },
|
|
6862
6872
|
is_latest_desired_state_synced_with_provider: {
|
|
6863
6873
|
type: 'boolean',
|
|
6864
6874
|
},
|
|
@@ -7010,9 +7020,15 @@ export default {
|
|
|
7010
7020
|
},
|
|
7011
7021
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
7012
7022
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
7023
|
+
card_number: { nullable: true, type: 'string' },
|
|
7013
7024
|
code: { nullable: true, type: 'string' },
|
|
7014
7025
|
created_at: { format: 'date-time', type: 'string' },
|
|
7015
7026
|
display_name: { minLength: 1, type: 'string' },
|
|
7027
|
+
encoded_at: {
|
|
7028
|
+
format: 'date-time',
|
|
7029
|
+
nullable: true,
|
|
7030
|
+
type: 'string',
|
|
7031
|
+
},
|
|
7016
7032
|
ends_at: { type: 'string' },
|
|
7017
7033
|
errors: {
|
|
7018
7034
|
items: {
|
|
@@ -7036,6 +7052,7 @@ export default {
|
|
|
7036
7052
|
type: 'string',
|
|
7037
7053
|
},
|
|
7038
7054
|
external_type_display_name: { type: 'string' },
|
|
7055
|
+
is_encoded: { type: 'boolean' },
|
|
7039
7056
|
is_latest_desired_state_synced_with_provider: {
|
|
7040
7057
|
type: 'boolean',
|
|
7041
7058
|
},
|
|
@@ -13868,13 +13885,8 @@ export default {
|
|
|
13868
13885
|
content: {
|
|
13869
13886
|
'application/json': {
|
|
13870
13887
|
schema: {
|
|
13871
|
-
properties: {
|
|
13872
|
-
|
|
13873
|
-
thermostat_schedule: {
|
|
13874
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13875
|
-
},
|
|
13876
|
-
},
|
|
13877
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13888
|
+
properties: { ok: { type: 'boolean' } },
|
|
13889
|
+
required: ['ok'],
|
|
13878
13890
|
type: 'object',
|
|
13879
13891
|
},
|
|
13880
13892
|
},
|
|
@@ -13919,13 +13931,8 @@ export default {
|
|
|
13919
13931
|
content: {
|
|
13920
13932
|
'application/json': {
|
|
13921
13933
|
schema: {
|
|
13922
|
-
properties: {
|
|
13923
|
-
|
|
13924
|
-
thermostat_schedule: {
|
|
13925
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13926
|
-
},
|
|
13927
|
-
},
|
|
13928
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13934
|
+
properties: { ok: { type: 'boolean' } },
|
|
13935
|
+
required: ['ok'],
|
|
13929
13936
|
type: 'object',
|
|
13930
13937
|
},
|
|
13931
13938
|
},
|
|
@@ -14098,13 +14105,8 @@ export default {
|
|
|
14098
14105
|
content: {
|
|
14099
14106
|
'application/json': {
|
|
14100
14107
|
schema: {
|
|
14101
|
-
properties: {
|
|
14102
|
-
|
|
14103
|
-
$ref: '#/components/schemas/climate_preset',
|
|
14104
|
-
},
|
|
14105
|
-
ok: { type: 'boolean' },
|
|
14106
|
-
},
|
|
14107
|
-
required: ['climate_preset', 'ok'],
|
|
14108
|
+
properties: { ok: { type: 'boolean' } },
|
|
14109
|
+
required: ['ok'],
|
|
14108
14110
|
type: 'object',
|
|
14109
14111
|
},
|
|
14110
14112
|
},
|
|
@@ -14171,13 +14173,8 @@ export default {
|
|
|
14171
14173
|
content: {
|
|
14172
14174
|
'application/json': {
|
|
14173
14175
|
schema: {
|
|
14174
|
-
properties: {
|
|
14175
|
-
|
|
14176
|
-
$ref: '#/components/schemas/climate_preset',
|
|
14177
|
-
},
|
|
14178
|
-
ok: { type: 'boolean' },
|
|
14179
|
-
},
|
|
14180
|
-
required: ['climate_preset', 'ok'],
|
|
14176
|
+
properties: { ok: { type: 'boolean' } },
|
|
14177
|
+
required: ['ok'],
|
|
14181
14178
|
type: 'object',
|
|
14182
14179
|
},
|
|
14183
14180
|
},
|
|
@@ -2827,6 +2827,9 @@ export interface Routes {
|
|
|
2827
2827
|
parent_acs_credential_id?: string | undefined
|
|
2828
2828
|
display_name: string
|
|
2829
2829
|
code?: (string | undefined) | null
|
|
2830
|
+
card_number?: (string | undefined) | null
|
|
2831
|
+
is_encoded?: boolean | undefined
|
|
2832
|
+
encoded_at?: (string | undefined) | null
|
|
2830
2833
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
2831
2834
|
external_type?:
|
|
2832
2835
|
| (
|
|
@@ -2907,6 +2910,9 @@ export interface Routes {
|
|
|
2907
2910
|
parent_acs_credential_id?: string | undefined
|
|
2908
2911
|
display_name: string
|
|
2909
2912
|
code?: (string | undefined) | null
|
|
2913
|
+
card_number?: (string | undefined) | null
|
|
2914
|
+
is_encoded?: boolean | undefined
|
|
2915
|
+
encoded_at?: (string | undefined) | null
|
|
2910
2916
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
2911
2917
|
external_type?:
|
|
2912
2918
|
| (
|
|
@@ -2977,6 +2983,9 @@ export interface Routes {
|
|
|
2977
2983
|
parent_acs_credential_id?: string | undefined
|
|
2978
2984
|
display_name: string
|
|
2979
2985
|
code?: (string | undefined) | null
|
|
2986
|
+
card_number?: (string | undefined) | null
|
|
2987
|
+
is_encoded?: boolean | undefined
|
|
2988
|
+
encoded_at?: (string | undefined) | null
|
|
2980
2989
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
2981
2990
|
external_type?:
|
|
2982
2991
|
| (
|
|
@@ -3052,6 +3061,9 @@ export interface Routes {
|
|
|
3052
3061
|
parent_acs_credential_id?: string | undefined
|
|
3053
3062
|
display_name: string
|
|
3054
3063
|
code?: (string | undefined) | null
|
|
3064
|
+
card_number?: (string | undefined) | null
|
|
3065
|
+
is_encoded?: boolean | undefined
|
|
3066
|
+
encoded_at?: (string | undefined) | null
|
|
3055
3067
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3056
3068
|
external_type?:
|
|
3057
3069
|
| (
|
|
@@ -3159,6 +3171,9 @@ export interface Routes {
|
|
|
3159
3171
|
parent_acs_credential_id?: string | undefined
|
|
3160
3172
|
display_name: string
|
|
3161
3173
|
code?: (string | undefined) | null
|
|
3174
|
+
card_number?: (string | undefined) | null
|
|
3175
|
+
is_encoded?: boolean | undefined
|
|
3176
|
+
encoded_at?: (string | undefined) | null
|
|
3162
3177
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3163
3178
|
external_type?:
|
|
3164
3179
|
| (
|
|
@@ -3218,6 +3233,9 @@ export interface Routes {
|
|
|
3218
3233
|
parent_acs_credential_id?: string | undefined
|
|
3219
3234
|
display_name: string
|
|
3220
3235
|
code?: (string | undefined) | null
|
|
3236
|
+
card_number?: (string | undefined) | null
|
|
3237
|
+
is_encoded?: boolean | undefined
|
|
3238
|
+
encoded_at?: (string | undefined) | null
|
|
3221
3239
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3222
3240
|
external_type?:
|
|
3223
3241
|
| (
|
|
@@ -3288,6 +3306,9 @@ export interface Routes {
|
|
|
3288
3306
|
parent_acs_credential_id?: string | undefined
|
|
3289
3307
|
display_name: string
|
|
3290
3308
|
code?: (string | undefined) | null
|
|
3309
|
+
card_number?: (string | undefined) | null
|
|
3310
|
+
is_encoded?: boolean | undefined
|
|
3311
|
+
encoded_at?: (string | undefined) | null
|
|
3291
3312
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3292
3313
|
external_type?:
|
|
3293
3314
|
| (
|
|
@@ -3349,6 +3370,9 @@ export interface Routes {
|
|
|
3349
3370
|
parent_acs_credential_id?: string | undefined
|
|
3350
3371
|
display_name: string
|
|
3351
3372
|
code?: (string | undefined) | null
|
|
3373
|
+
card_number?: (string | undefined) | null
|
|
3374
|
+
is_encoded?: boolean | undefined
|
|
3375
|
+
encoded_at?: (string | undefined) | null
|
|
3352
3376
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3353
3377
|
external_type?:
|
|
3354
3378
|
| (
|
|
@@ -3516,6 +3540,9 @@ export interface Routes {
|
|
|
3516
3540
|
parent_acs_credential_id?: string | undefined
|
|
3517
3541
|
display_name: string
|
|
3518
3542
|
code?: (string | undefined) | null
|
|
3543
|
+
card_number?: (string | undefined) | null
|
|
3544
|
+
is_encoded?: boolean | undefined
|
|
3545
|
+
encoded_at?: (string | undefined) | null
|
|
3519
3546
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
3520
3547
|
external_type?:
|
|
3521
3548
|
| (
|
|
@@ -18485,20 +18512,7 @@ export interface Routes {
|
|
|
18485
18512
|
}
|
|
18486
18513
|
commonParams: {}
|
|
18487
18514
|
formData: {}
|
|
18488
|
-
jsonResponse: {
|
|
18489
|
-
thermostat_schedule: {
|
|
18490
|
-
thermostat_schedule_id: string
|
|
18491
|
-
device_id: string
|
|
18492
|
-
name?: string | undefined
|
|
18493
|
-
climate_preset_key: string
|
|
18494
|
-
max_override_period_minutes?: number
|
|
18495
|
-
starts_at: string
|
|
18496
|
-
ends_at: string
|
|
18497
|
-
created_at: string
|
|
18498
|
-
/** Collection of errors associated with the thermostat schedule, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
18499
|
-
errors?: any
|
|
18500
|
-
}
|
|
18501
|
-
}
|
|
18515
|
+
jsonResponse: {}
|
|
18502
18516
|
}
|
|
18503
18517
|
'/thermostats/set_fallback_climate_preset': {
|
|
18504
18518
|
route: '/thermostats/set_fallback_climate_preset'
|
|
@@ -18980,22 +18994,7 @@ export interface Routes {
|
|
|
18980
18994
|
}
|
|
18981
18995
|
commonParams: {}
|
|
18982
18996
|
formData: {}
|
|
18983
|
-
jsonResponse: {
|
|
18984
|
-
climate_preset: {
|
|
18985
|
-
climate_preset_key: string
|
|
18986
|
-
can_edit: boolean
|
|
18987
|
-
can_delete: boolean
|
|
18988
|
-
name?: string | null
|
|
18989
|
-
display_name: string
|
|
18990
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
18991
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
18992
|
-
cooling_set_point_celsius?: number | undefined
|
|
18993
|
-
heating_set_point_celsius?: number | undefined
|
|
18994
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
18995
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
18996
|
-
manual_override_allowed: boolean
|
|
18997
|
-
}
|
|
18998
|
-
}
|
|
18997
|
+
jsonResponse: {}
|
|
18999
18998
|
}
|
|
19000
18999
|
'/user_identities/add_acs_user': {
|
|
19001
19000
|
route: '/user_identities/add_acs_user'
|