@seamapi/types 1.90.0 → 1.91.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +66 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +243 -973
- package/lib/seam/connect/openapi.d.ts +86 -0
- package/lib/seam/connect/openapi.js +66 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +157 -973
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +87 -57
- package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +57 -35
- package/lib/seam/connect/unstable/models/devices/phone-properties.js +11 -9
- package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +26 -3423
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +66 -0
- package/src/lib/seam/connect/route-types.ts +191 -1350
- package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +13 -11
package/dist/connect.d.cts
CHANGED
|
@@ -11884,9 +11884,95 @@ declare const _default: {
|
|
|
11884
11884
|
tags: string[];
|
|
11885
11885
|
'x-fern-ignore': boolean;
|
|
11886
11886
|
};
|
|
11887
|
+
post: {
|
|
11888
|
+
operationId: string;
|
|
11889
|
+
responses: {
|
|
11890
|
+
200: {
|
|
11891
|
+
content: {
|
|
11892
|
+
'application/json': {
|
|
11893
|
+
schema: {
|
|
11894
|
+
properties: {
|
|
11895
|
+
last_service_evaluation_at: {
|
|
11896
|
+
type: string;
|
|
11897
|
+
};
|
|
11898
|
+
msg: {
|
|
11899
|
+
enum: string[];
|
|
11900
|
+
type: string;
|
|
11901
|
+
};
|
|
11902
|
+
ok: {
|
|
11903
|
+
type: string;
|
|
11904
|
+
};
|
|
11905
|
+
service_health_statuses: {
|
|
11906
|
+
items: {
|
|
11907
|
+
$ref: string;
|
|
11908
|
+
};
|
|
11909
|
+
type: string;
|
|
11910
|
+
};
|
|
11911
|
+
};
|
|
11912
|
+
required: string[];
|
|
11913
|
+
type: string;
|
|
11914
|
+
};
|
|
11915
|
+
};
|
|
11916
|
+
};
|
|
11917
|
+
description: string;
|
|
11918
|
+
};
|
|
11919
|
+
400: {
|
|
11920
|
+
description: string;
|
|
11921
|
+
};
|
|
11922
|
+
401: {
|
|
11923
|
+
description: string;
|
|
11924
|
+
};
|
|
11925
|
+
};
|
|
11926
|
+
summary: string;
|
|
11927
|
+
tags: string[];
|
|
11928
|
+
'x-fern-ignore': boolean;
|
|
11929
|
+
};
|
|
11887
11930
|
};
|
|
11888
11931
|
'/health/get_health': {
|
|
11889
11932
|
get: {
|
|
11933
|
+
operationId: string;
|
|
11934
|
+
responses: {
|
|
11935
|
+
200: {
|
|
11936
|
+
content: {
|
|
11937
|
+
'application/json': {
|
|
11938
|
+
schema: {
|
|
11939
|
+
properties: {
|
|
11940
|
+
last_service_evaluation_at: {
|
|
11941
|
+
type: string;
|
|
11942
|
+
};
|
|
11943
|
+
msg: {
|
|
11944
|
+
enum: string[];
|
|
11945
|
+
type: string;
|
|
11946
|
+
};
|
|
11947
|
+
ok: {
|
|
11948
|
+
type: string;
|
|
11949
|
+
};
|
|
11950
|
+
service_health_statuses: {
|
|
11951
|
+
items: {
|
|
11952
|
+
$ref: string;
|
|
11953
|
+
};
|
|
11954
|
+
type: string;
|
|
11955
|
+
};
|
|
11956
|
+
};
|
|
11957
|
+
required: string[];
|
|
11958
|
+
type: string;
|
|
11959
|
+
};
|
|
11960
|
+
};
|
|
11961
|
+
};
|
|
11962
|
+
description: string;
|
|
11963
|
+
};
|
|
11964
|
+
400: {
|
|
11965
|
+
description: string;
|
|
11966
|
+
};
|
|
11967
|
+
401: {
|
|
11968
|
+
description: string;
|
|
11969
|
+
};
|
|
11970
|
+
};
|
|
11971
|
+
summary: string;
|
|
11972
|
+
tags: string[];
|
|
11973
|
+
'x-fern-ignore': boolean;
|
|
11974
|
+
};
|
|
11975
|
+
post: {
|
|
11890
11976
|
operationId: string;
|
|
11891
11977
|
responses: {
|
|
11892
11978
|
200: {
|
|
@@ -19106,13 +19192,15 @@ interface Routes {
|
|
|
19106
19192
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19107
19193
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19108
19194
|
}))) & {
|
|
19109
|
-
|
|
19110
|
-
|
|
19111
|
-
|
|
19112
|
-
|
|
19113
|
-
|
|
19114
|
-
|
|
19115
|
-
|
|
19195
|
+
properties?: {
|
|
19196
|
+
assa_abloy_credential_service_metadata?: {
|
|
19197
|
+
has_active_endpoint: boolean;
|
|
19198
|
+
endpoints: Array<{
|
|
19199
|
+
endpoint_id: string;
|
|
19200
|
+
is_active: boolean;
|
|
19201
|
+
}>;
|
|
19202
|
+
} | undefined;
|
|
19203
|
+
} | undefined;
|
|
19116
19204
|
};
|
|
19117
19205
|
/** Location information for the device. */
|
|
19118
19206
|
location: {
|
|
@@ -19582,13 +19670,15 @@ interface Routes {
|
|
|
19582
19670
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19583
19671
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19584
19672
|
}))) & {
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19590
|
-
|
|
19591
|
-
|
|
19673
|
+
properties?: {
|
|
19674
|
+
assa_abloy_credential_service_metadata?: {
|
|
19675
|
+
has_active_endpoint: boolean;
|
|
19676
|
+
endpoints: Array<{
|
|
19677
|
+
endpoint_id: string;
|
|
19678
|
+
is_active: boolean;
|
|
19679
|
+
}>;
|
|
19680
|
+
} | undefined;
|
|
19681
|
+
} | undefined;
|
|
19592
19682
|
};
|
|
19593
19683
|
/** Location information for the device. */
|
|
19594
19684
|
location: {
|
|
@@ -19876,7 +19966,7 @@ interface Routes {
|
|
|
19876
19966
|
};
|
|
19877
19967
|
'/health': {
|
|
19878
19968
|
route: '/health';
|
|
19879
|
-
method: 'GET';
|
|
19969
|
+
method: 'GET' | 'POST';
|
|
19880
19970
|
queryParams: {};
|
|
19881
19971
|
jsonBody: {};
|
|
19882
19972
|
commonParams: {};
|
|
@@ -19894,7 +19984,7 @@ interface Routes {
|
|
|
19894
19984
|
};
|
|
19895
19985
|
'/health/get_health': {
|
|
19896
19986
|
route: '/health/get_health';
|
|
19897
|
-
method: 'GET';
|
|
19987
|
+
method: 'GET' | 'POST';
|
|
19898
19988
|
queryParams: {};
|
|
19899
19989
|
jsonBody: {};
|
|
19900
19990
|
commonParams: {};
|
|
@@ -20377,13 +20467,15 @@ interface Routes {
|
|
|
20377
20467
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20378
20468
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20379
20469
|
}))) & {
|
|
20380
|
-
|
|
20381
|
-
|
|
20382
|
-
|
|
20383
|
-
|
|
20384
|
-
|
|
20385
|
-
|
|
20386
|
-
|
|
20470
|
+
properties?: {
|
|
20471
|
+
assa_abloy_credential_service_metadata?: {
|
|
20472
|
+
has_active_endpoint: boolean;
|
|
20473
|
+
endpoints: Array<{
|
|
20474
|
+
endpoint_id: string;
|
|
20475
|
+
is_active: boolean;
|
|
20476
|
+
}>;
|
|
20477
|
+
} | undefined;
|
|
20478
|
+
} | undefined;
|
|
20387
20479
|
};
|
|
20388
20480
|
/** Location information for the device. */
|
|
20389
20481
|
location: {
|
|
@@ -20830,13 +20922,15 @@ interface Routes {
|
|
|
20830
20922
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20831
20923
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20832
20924
|
}))) & {
|
|
20833
|
-
|
|
20834
|
-
|
|
20835
|
-
|
|
20836
|
-
|
|
20837
|
-
|
|
20838
|
-
|
|
20839
|
-
|
|
20925
|
+
properties?: {
|
|
20926
|
+
assa_abloy_credential_service_metadata?: {
|
|
20927
|
+
has_active_endpoint: boolean;
|
|
20928
|
+
endpoints: Array<{
|
|
20929
|
+
endpoint_id: string;
|
|
20930
|
+
is_active: boolean;
|
|
20931
|
+
}>;
|
|
20932
|
+
} | undefined;
|
|
20933
|
+
} | undefined;
|
|
20840
20934
|
};
|
|
20841
20935
|
/** Location information for the device. */
|
|
20842
20936
|
location: {
|
|
@@ -21306,13 +21400,15 @@ interface Routes {
|
|
|
21306
21400
|
max_cooling_set_point_celsius?: number | undefined;
|
|
21307
21401
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
21308
21402
|
}))) & {
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21315
|
-
|
|
21403
|
+
properties?: {
|
|
21404
|
+
assa_abloy_credential_service_metadata?: {
|
|
21405
|
+
has_active_endpoint: boolean;
|
|
21406
|
+
endpoints: Array<{
|
|
21407
|
+
endpoint_id: string;
|
|
21408
|
+
is_active: boolean;
|
|
21409
|
+
}>;
|
|
21410
|
+
} | undefined;
|
|
21411
|
+
} | undefined;
|
|
21316
21412
|
};
|
|
21317
21413
|
/** Location information for the device. */
|
|
21318
21414
|
location: {
|
|
@@ -21759,13 +21855,15 @@ interface Routes {
|
|
|
21759
21855
|
max_cooling_set_point_celsius?: number | undefined;
|
|
21760
21856
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
21761
21857
|
}))) & {
|
|
21762
|
-
|
|
21763
|
-
|
|
21764
|
-
|
|
21765
|
-
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21858
|
+
properties?: {
|
|
21859
|
+
assa_abloy_credential_service_metadata?: {
|
|
21860
|
+
has_active_endpoint: boolean;
|
|
21861
|
+
endpoints: Array<{
|
|
21862
|
+
endpoint_id: string;
|
|
21863
|
+
is_active: boolean;
|
|
21864
|
+
}>;
|
|
21865
|
+
} | undefined;
|
|
21866
|
+
} | undefined;
|
|
21769
21867
|
};
|
|
21770
21868
|
/** Location information for the device. */
|
|
21771
21869
|
location: {
|
|
@@ -22096,909 +22194,82 @@ interface Routes {
|
|
|
22096
22194
|
device_type: 'android_phone' | 'ios_phone';
|
|
22097
22195
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
22098
22196
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
22099
|
-
|
|
22100
|
-
|
|
22101
|
-
|
|
22102
|
-
|
|
22103
|
-
|
|
22104
|
-
|
|
22105
|
-
|
|
22106
|
-
/** Display name of the device model. */
|
|
22107
|
-
display_name: string;
|
|
22108
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
22109
|
-
manufacturer_display_name: string;
|
|
22110
|
-
/** Indicates whether the device supports offline access codes. */
|
|
22111
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
22112
|
-
/** Indicates whether the device supports online access codes. */
|
|
22113
|
-
online_access_codes_supported?: boolean | undefined;
|
|
22114
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
22115
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
22116
|
-
};
|
|
22117
|
-
/** Indicates whether the device has direct power. */
|
|
22118
|
-
has_direct_power?: boolean | undefined;
|
|
22119
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
22120
|
-
battery_level?: number | undefined;
|
|
22121
|
-
/** Represents the current status of the battery charge level. Values are "critical," which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; "low," which signifies that the battery is under the preferred threshold and should be charged soon; "good," which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and "full," which represents a battery that is fully charged, providing the maximum duration of usage. */
|
|
22122
|
-
battery?: {
|
|
22123
|
-
level: number;
|
|
22124
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
22197
|
+
properties: {
|
|
22198
|
+
assa_abloy_credential_service_metadata?: {
|
|
22199
|
+
has_active_endpoint: boolean;
|
|
22200
|
+
endpoints: Array<{
|
|
22201
|
+
endpoint_id: string;
|
|
22202
|
+
is_active: boolean;
|
|
22203
|
+
}>;
|
|
22125
22204
|
} | undefined;
|
|
22126
|
-
|
|
22127
|
-
|
|
22128
|
-
|
|
22129
|
-
|
|
22130
|
-
|
|
22131
|
-
|
|
22132
|
-
|
|
22133
|
-
|
|
22134
|
-
|
|
22135
|
-
|
|
22136
|
-
|
|
22137
|
-
|
|
22138
|
-
|
|
22139
|
-
|
|
22140
|
-
|
|
22141
|
-
|
|
22142
|
-
|
|
22143
|
-
|
|
22144
|
-
|
|
22145
|
-
|
|
22146
|
-
|
|
22147
|
-
|
|
22148
|
-
|
|
22149
|
-
|
|
22150
|
-
|
|
22205
|
+
};
|
|
22206
|
+
/** Location information for the device. */
|
|
22207
|
+
location: {
|
|
22208
|
+
/** Name of the device location. */
|
|
22209
|
+
location_name?: string | undefined;
|
|
22210
|
+
/** Time zone of the device location. */
|
|
22211
|
+
timezone?: string | undefined;
|
|
22212
|
+
} | null;
|
|
22213
|
+
/** Unique identifier for the Seam workspace associated with the device. */
|
|
22214
|
+
workspace_id: string;
|
|
22215
|
+
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
22216
|
+
errors: Array<{
|
|
22217
|
+
error_code: string;
|
|
22218
|
+
message: string;
|
|
22219
|
+
}>;
|
|
22220
|
+
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
22221
|
+
warnings: Array<{
|
|
22222
|
+
warning_code: string;
|
|
22223
|
+
message: string;
|
|
22224
|
+
}>;
|
|
22225
|
+
/** Date and time at which the device object was created. */
|
|
22226
|
+
created_at: string;
|
|
22227
|
+
/** Indicates whether Seam manages the device. */
|
|
22228
|
+
is_managed: true;
|
|
22229
|
+
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22230
|
+
}>;
|
|
22231
|
+
};
|
|
22232
|
+
};
|
|
22233
|
+
'/phones/simulate/create_sandbox_phone': {
|
|
22234
|
+
route: '/phones/simulate/create_sandbox_phone';
|
|
22235
|
+
method: 'GET' | 'POST';
|
|
22236
|
+
queryParams: {};
|
|
22237
|
+
jsonBody: {
|
|
22238
|
+
assa_abloy_credential_service_acs_system_id: string;
|
|
22239
|
+
custom_sdk_installation_id?: string | undefined;
|
|
22240
|
+
user_identity_id: string;
|
|
22241
|
+
phone_metadata?: {
|
|
22242
|
+
operating_system?: 'android' | 'ios';
|
|
22243
|
+
os_version?: string;
|
|
22244
|
+
device_manufacturer?: string;
|
|
22245
|
+
device_model?: string;
|
|
22246
|
+
};
|
|
22247
|
+
assa_abloy_metadata?: {
|
|
22248
|
+
ble_capability?: boolean;
|
|
22249
|
+
hce_capability?: boolean;
|
|
22250
|
+
nfc_capability?: boolean;
|
|
22251
|
+
application_version?: string;
|
|
22252
|
+
seos_applet_version?: string;
|
|
22253
|
+
seos_tsm_endpoint_id?: number;
|
|
22254
|
+
};
|
|
22255
|
+
};
|
|
22256
|
+
commonParams: {};
|
|
22257
|
+
formData: {};
|
|
22258
|
+
jsonResponse: {
|
|
22259
|
+
phone: {
|
|
22260
|
+
/** Unique identifier for the device. */
|
|
22261
|
+
device_id: string;
|
|
22262
|
+
device_type: 'android_phone' | 'ios_phone';
|
|
22263
|
+
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
22264
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
22265
|
+
properties: {
|
|
22266
|
+
assa_abloy_credential_service_metadata?: {
|
|
22267
|
+
has_active_endpoint: boolean;
|
|
22268
|
+
endpoints: Array<{
|
|
22269
|
+
endpoint_id: string;
|
|
22270
|
+
is_active: boolean;
|
|
22271
|
+
}>;
|
|
22151
22272
|
} | undefined;
|
|
22152
|
-
avigilon_alta_metadata?: {
|
|
22153
|
-
entry_name: string;
|
|
22154
|
-
org_name: string;
|
|
22155
|
-
zone_id: number;
|
|
22156
|
-
zone_name: string;
|
|
22157
|
-
site_id: number;
|
|
22158
|
-
site_name: string;
|
|
22159
|
-
} | undefined;
|
|
22160
|
-
schlage_metadata?: {
|
|
22161
|
-
device_id: string;
|
|
22162
|
-
device_name: string;
|
|
22163
|
-
access_code_length: number;
|
|
22164
|
-
model?: string | undefined;
|
|
22165
|
-
} | undefined;
|
|
22166
|
-
smartthings_metadata?: {
|
|
22167
|
-
device_id: string;
|
|
22168
|
-
device_name: string;
|
|
22169
|
-
model?: string | undefined;
|
|
22170
|
-
location_id?: string | undefined;
|
|
22171
|
-
} | undefined;
|
|
22172
|
-
lockly_metadata?: {
|
|
22173
|
-
device_id: string;
|
|
22174
|
-
device_name: string;
|
|
22175
|
-
model?: string | undefined;
|
|
22176
|
-
} | undefined;
|
|
22177
|
-
nuki_metadata?: {
|
|
22178
|
-
device_id: string;
|
|
22179
|
-
device_name: string;
|
|
22180
|
-
keypad_battery_critical?: boolean | undefined;
|
|
22181
|
-
} | undefined;
|
|
22182
|
-
kwikset_metadata?: {
|
|
22183
|
-
device_id: string;
|
|
22184
|
-
device_name: string;
|
|
22185
|
-
model_number: string;
|
|
22186
|
-
} | undefined;
|
|
22187
|
-
salto_metadata?: {
|
|
22188
|
-
lock_id: string;
|
|
22189
|
-
customer_reference: string;
|
|
22190
|
-
lock_type: string;
|
|
22191
|
-
battery_level: string;
|
|
22192
|
-
locked_state: string;
|
|
22193
|
-
model?: string | undefined;
|
|
22194
|
-
} | undefined;
|
|
22195
|
-
genie_metadata?: {
|
|
22196
|
-
device_name: string;
|
|
22197
|
-
door_name: string;
|
|
22198
|
-
} | undefined;
|
|
22199
|
-
brivo_metadata?: {
|
|
22200
|
-
device_name: string;
|
|
22201
|
-
} | undefined;
|
|
22202
|
-
igloo_metadata?: {
|
|
22203
|
-
device_id: string;
|
|
22204
|
-
bridge_id: string;
|
|
22205
|
-
model?: string | undefined;
|
|
22206
|
-
} | undefined;
|
|
22207
|
-
noiseaware_metadata?: {
|
|
22208
|
-
device_model: 'indoor' | 'outdoor';
|
|
22209
|
-
noise_level_nrs: number;
|
|
22210
|
-
noise_level_decibel: number;
|
|
22211
|
-
device_name: string;
|
|
22212
|
-
device_id: string;
|
|
22213
|
-
} | undefined;
|
|
22214
|
-
minut_metadata?: {
|
|
22215
|
-
device_id: string;
|
|
22216
|
-
device_name: string;
|
|
22217
|
-
latest_sensor_values: {
|
|
22218
|
-
temperature: {
|
|
22219
|
-
time: string;
|
|
22220
|
-
value: number;
|
|
22221
|
-
};
|
|
22222
|
-
sound: {
|
|
22223
|
-
time: string;
|
|
22224
|
-
value: number;
|
|
22225
|
-
};
|
|
22226
|
-
humidity: {
|
|
22227
|
-
time: string;
|
|
22228
|
-
value: number;
|
|
22229
|
-
};
|
|
22230
|
-
pressure: {
|
|
22231
|
-
time: string;
|
|
22232
|
-
value: number;
|
|
22233
|
-
};
|
|
22234
|
-
accelerometer_z: {
|
|
22235
|
-
time: string;
|
|
22236
|
-
value: number;
|
|
22237
|
-
};
|
|
22238
|
-
};
|
|
22239
|
-
} | undefined;
|
|
22240
|
-
four_suites_metadata?: {
|
|
22241
|
-
device_id: number;
|
|
22242
|
-
device_name: string;
|
|
22243
|
-
reclose_delay_in_seconds: number;
|
|
22244
|
-
} | undefined;
|
|
22245
|
-
two_n_metadata?: {
|
|
22246
|
-
device_id: number;
|
|
22247
|
-
device_name: string;
|
|
22248
|
-
} | undefined;
|
|
22249
|
-
controlbyweb_metadata?: {
|
|
22250
|
-
device_id: string;
|
|
22251
|
-
device_name: string;
|
|
22252
|
-
relay_name: string | null;
|
|
22253
|
-
} | undefined;
|
|
22254
|
-
ttlock_metadata?: {
|
|
22255
|
-
lock_id: number;
|
|
22256
|
-
lock_alias: string;
|
|
22257
|
-
} | undefined;
|
|
22258
|
-
seam_bridge_metadata?: {
|
|
22259
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
22260
|
-
device_num: number;
|
|
22261
|
-
name: string;
|
|
22262
|
-
} | undefined;
|
|
22263
|
-
igloohome_metadata?: {
|
|
22264
|
-
device_id: string;
|
|
22265
|
-
device_name: string;
|
|
22266
|
-
bridge_id?: string | undefined;
|
|
22267
|
-
bridge_name?: string | undefined;
|
|
22268
|
-
} | undefined;
|
|
22269
|
-
nest_metadata?: {
|
|
22270
|
-
nest_device_id: string;
|
|
22271
|
-
device_name: string;
|
|
22272
|
-
custom_name: string;
|
|
22273
|
-
} | undefined;
|
|
22274
|
-
ecobee_metadata?: {
|
|
22275
|
-
ecobee_device_id: string;
|
|
22276
|
-
device_name: string;
|
|
22277
|
-
} | undefined;
|
|
22278
|
-
hubitat_metadata?: {
|
|
22279
|
-
device_id: string;
|
|
22280
|
-
device_name: string;
|
|
22281
|
-
device_label: string;
|
|
22282
|
-
} | undefined;
|
|
22283
|
-
dormakaba_oracode_metadata?: {
|
|
22284
|
-
door_id: number;
|
|
22285
|
-
door_name: string;
|
|
22286
|
-
device_id?: number | undefined;
|
|
22287
|
-
site_id: number;
|
|
22288
|
-
site_name: string;
|
|
22289
|
-
iana_timezone?: string | undefined;
|
|
22290
|
-
predefined_time_slots?: Array<{
|
|
22291
|
-
name: string;
|
|
22292
|
-
prefix: number;
|
|
22293
|
-
check_in_time: string;
|
|
22294
|
-
check_out_time: string;
|
|
22295
|
-
is_24_hour: boolean;
|
|
22296
|
-
is_biweekly_mode: boolean;
|
|
22297
|
-
is_one_shot: boolean;
|
|
22298
|
-
is_master: boolean;
|
|
22299
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
22300
|
-
dormakaba_oracode_user_level_id: string;
|
|
22301
|
-
}> | undefined;
|
|
22302
|
-
} | undefined;
|
|
22303
|
-
wyze_metadata?: {
|
|
22304
|
-
device_id: string;
|
|
22305
|
-
device_name: string;
|
|
22306
|
-
product_name: string;
|
|
22307
|
-
product_type: string;
|
|
22308
|
-
product_model: string;
|
|
22309
|
-
device_info_model: string;
|
|
22310
|
-
} | undefined;
|
|
22311
|
-
}) & ({
|
|
22312
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22313
|
-
code_constraints?: (Array<{
|
|
22314
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
22315
|
-
} | {
|
|
22316
|
-
constraint_type: 'name_length';
|
|
22317
|
-
min_length?: number | undefined;
|
|
22318
|
-
max_length?: number | undefined;
|
|
22319
|
-
}> | undefined) | undefined;
|
|
22320
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
22321
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
22322
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
22323
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
22324
|
-
locked?: (boolean | undefined) | undefined;
|
|
22325
|
-
keypad_battery?: ({
|
|
22326
|
-
level: number;
|
|
22327
|
-
} | undefined) | undefined;
|
|
22328
|
-
door_open?: (boolean | undefined) | undefined;
|
|
22329
|
-
} & ({
|
|
22330
|
-
temperature_fahrenheit?: number | undefined;
|
|
22331
|
-
temperature_celsius?: number | undefined;
|
|
22332
|
-
relative_humidity?: number | undefined;
|
|
22333
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22334
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22335
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22336
|
-
is_heating_available?: true | undefined;
|
|
22337
|
-
is_cooling_available?: true | undefined;
|
|
22338
|
-
is_heating?: boolean | undefined;
|
|
22339
|
-
is_cooling?: boolean | undefined;
|
|
22340
|
-
is_fan_running?: boolean | undefined;
|
|
22341
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22342
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22343
|
-
current_climate_setting?: {
|
|
22344
|
-
automatic_heating_enabled: boolean;
|
|
22345
|
-
automatic_cooling_enabled: boolean;
|
|
22346
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22347
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22348
|
-
heating_set_point_celsius?: number | undefined;
|
|
22349
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22350
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22351
|
-
manual_override_allowed: boolean;
|
|
22352
|
-
} | undefined;
|
|
22353
|
-
default_climate_setting?: ({
|
|
22354
|
-
automatic_heating_enabled: boolean;
|
|
22355
|
-
automatic_cooling_enabled: boolean;
|
|
22356
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22357
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22358
|
-
heating_set_point_celsius?: number | undefined;
|
|
22359
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22360
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22361
|
-
manual_override_allowed: boolean;
|
|
22362
|
-
} | undefined) | undefined;
|
|
22363
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22364
|
-
active_climate_setting_schedule?: ({
|
|
22365
|
-
climate_setting_schedule_id: string;
|
|
22366
|
-
schedule_type: 'time_bound';
|
|
22367
|
-
device_id: string;
|
|
22368
|
-
name?: string | undefined;
|
|
22369
|
-
schedule_starts_at: string;
|
|
22370
|
-
schedule_ends_at: string;
|
|
22371
|
-
created_at: string;
|
|
22372
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22373
|
-
errors?: any;
|
|
22374
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22375
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22376
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22377
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22378
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22379
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22380
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22381
|
-
manual_override_allowed?: boolean | undefined;
|
|
22382
|
-
} | undefined) | undefined;
|
|
22383
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22384
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22385
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22386
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22387
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22388
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22389
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22390
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22391
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
22392
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
22393
|
-
} | {
|
|
22394
|
-
temperature_fahrenheit?: number | undefined;
|
|
22395
|
-
temperature_celsius?: number | undefined;
|
|
22396
|
-
relative_humidity?: number | undefined;
|
|
22397
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22398
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22399
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22400
|
-
is_heating_available?: true | undefined;
|
|
22401
|
-
is_cooling_available?: false | undefined;
|
|
22402
|
-
is_heating?: boolean | undefined;
|
|
22403
|
-
is_cooling?: boolean | undefined;
|
|
22404
|
-
is_fan_running?: boolean | undefined;
|
|
22405
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22406
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22407
|
-
current_climate_setting?: {
|
|
22408
|
-
automatic_heating_enabled: boolean;
|
|
22409
|
-
automatic_cooling_enabled: boolean;
|
|
22410
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22411
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22412
|
-
heating_set_point_celsius?: number | undefined;
|
|
22413
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22414
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22415
|
-
manual_override_allowed: boolean;
|
|
22416
|
-
} | undefined;
|
|
22417
|
-
default_climate_setting?: ({
|
|
22418
|
-
automatic_heating_enabled: boolean;
|
|
22419
|
-
automatic_cooling_enabled: boolean;
|
|
22420
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22421
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22422
|
-
heating_set_point_celsius?: number | undefined;
|
|
22423
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22424
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22425
|
-
manual_override_allowed: boolean;
|
|
22426
|
-
} | undefined) | undefined;
|
|
22427
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22428
|
-
active_climate_setting_schedule?: ({
|
|
22429
|
-
climate_setting_schedule_id: string;
|
|
22430
|
-
schedule_type: 'time_bound';
|
|
22431
|
-
device_id: string;
|
|
22432
|
-
name?: string | undefined;
|
|
22433
|
-
schedule_starts_at: string;
|
|
22434
|
-
schedule_ends_at: string;
|
|
22435
|
-
created_at: string;
|
|
22436
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22437
|
-
errors?: any;
|
|
22438
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22439
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22440
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22441
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22442
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22443
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22444
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22445
|
-
manual_override_allowed?: boolean | undefined;
|
|
22446
|
-
} | undefined) | undefined;
|
|
22447
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22448
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22449
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22450
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22451
|
-
} | {
|
|
22452
|
-
temperature_fahrenheit?: number | undefined;
|
|
22453
|
-
temperature_celsius?: number | undefined;
|
|
22454
|
-
relative_humidity?: number | undefined;
|
|
22455
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22456
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22457
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22458
|
-
is_heating_available?: false | undefined;
|
|
22459
|
-
is_cooling_available?: true | undefined;
|
|
22460
|
-
is_heating?: boolean | undefined;
|
|
22461
|
-
is_cooling?: boolean | undefined;
|
|
22462
|
-
is_fan_running?: boolean | undefined;
|
|
22463
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22464
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22465
|
-
current_climate_setting?: {
|
|
22466
|
-
automatic_heating_enabled: boolean;
|
|
22467
|
-
automatic_cooling_enabled: boolean;
|
|
22468
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22469
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22470
|
-
heating_set_point_celsius?: number | undefined;
|
|
22471
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22472
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22473
|
-
manual_override_allowed: boolean;
|
|
22474
|
-
} | undefined;
|
|
22475
|
-
default_climate_setting?: ({
|
|
22476
|
-
automatic_heating_enabled: boolean;
|
|
22477
|
-
automatic_cooling_enabled: boolean;
|
|
22478
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22479
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22480
|
-
heating_set_point_celsius?: number | undefined;
|
|
22481
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22482
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22483
|
-
manual_override_allowed: boolean;
|
|
22484
|
-
} | undefined) | undefined;
|
|
22485
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22486
|
-
active_climate_setting_schedule?: ({
|
|
22487
|
-
climate_setting_schedule_id: string;
|
|
22488
|
-
schedule_type: 'time_bound';
|
|
22489
|
-
device_id: string;
|
|
22490
|
-
name?: string | undefined;
|
|
22491
|
-
schedule_starts_at: string;
|
|
22492
|
-
schedule_ends_at: string;
|
|
22493
|
-
created_at: string;
|
|
22494
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22495
|
-
errors?: any;
|
|
22496
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22497
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22498
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22499
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22500
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22501
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22502
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22503
|
-
manual_override_allowed?: boolean | undefined;
|
|
22504
|
-
} | undefined) | undefined;
|
|
22505
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22506
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22507
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22508
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22509
|
-
}))) & {
|
|
22510
|
-
assa_abloy_credential_service_metadata?: ({
|
|
22511
|
-
has_active_endpoint: boolean;
|
|
22512
|
-
endpoints: Array<{
|
|
22513
|
-
endpoint_id: string;
|
|
22514
|
-
is_active: boolean;
|
|
22515
|
-
}>;
|
|
22516
|
-
} | undefined) | undefined;
|
|
22517
|
-
};
|
|
22518
|
-
/** Location information for the device. */
|
|
22519
|
-
location: {
|
|
22520
|
-
/** Name of the device location. */
|
|
22521
|
-
location_name?: string | undefined;
|
|
22522
|
-
/** Time zone of the device location. */
|
|
22523
|
-
timezone?: string | undefined;
|
|
22524
|
-
} | null;
|
|
22525
|
-
/** Unique identifier for the Seam workspace associated with the device. */
|
|
22526
|
-
workspace_id: string;
|
|
22527
|
-
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
22528
|
-
errors: Array<{
|
|
22529
|
-
error_code: string;
|
|
22530
|
-
message: string;
|
|
22531
|
-
}>;
|
|
22532
|
-
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
22533
|
-
warnings: Array<{
|
|
22534
|
-
warning_code: string;
|
|
22535
|
-
message: string;
|
|
22536
|
-
}>;
|
|
22537
|
-
/** Date and time at which the device object was created. */
|
|
22538
|
-
created_at: string;
|
|
22539
|
-
/** Indicates whether Seam manages the device. */
|
|
22540
|
-
is_managed: true;
|
|
22541
|
-
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22542
|
-
assa_abloy_credential_service_metadata?: {
|
|
22543
|
-
has_active_endpoint: boolean;
|
|
22544
|
-
endpoints: Array<{
|
|
22545
|
-
endpoint_id: string;
|
|
22546
|
-
is_active: boolean;
|
|
22547
|
-
}>;
|
|
22548
|
-
} | undefined;
|
|
22549
|
-
}>;
|
|
22550
|
-
};
|
|
22551
|
-
};
|
|
22552
|
-
'/phones/simulate/create_sandbox_phone': {
|
|
22553
|
-
route: '/phones/simulate/create_sandbox_phone';
|
|
22554
|
-
method: 'GET' | 'POST';
|
|
22555
|
-
queryParams: {};
|
|
22556
|
-
jsonBody: {
|
|
22557
|
-
assa_abloy_credential_service_acs_system_id: string;
|
|
22558
|
-
custom_sdk_installation_id?: string | undefined;
|
|
22559
|
-
user_identity_id: string;
|
|
22560
|
-
phone_metadata?: {
|
|
22561
|
-
operating_system?: 'android' | 'ios';
|
|
22562
|
-
os_version?: string;
|
|
22563
|
-
device_manufacturer?: string;
|
|
22564
|
-
device_model?: string;
|
|
22565
|
-
};
|
|
22566
|
-
assa_abloy_metadata?: {
|
|
22567
|
-
ble_capability?: boolean;
|
|
22568
|
-
hce_capability?: boolean;
|
|
22569
|
-
nfc_capability?: boolean;
|
|
22570
|
-
application_version?: string;
|
|
22571
|
-
seos_applet_version?: string;
|
|
22572
|
-
seos_tsm_endpoint_id?: number;
|
|
22573
|
-
};
|
|
22574
|
-
};
|
|
22575
|
-
commonParams: {};
|
|
22576
|
-
formData: {};
|
|
22577
|
-
jsonResponse: {
|
|
22578
|
-
phone: {
|
|
22579
|
-
/** Unique identifier for the device. */
|
|
22580
|
-
device_id: string;
|
|
22581
|
-
device_type: 'android_phone' | 'ios_phone';
|
|
22582
|
-
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
22583
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
22584
|
-
/** Properties of the device. */
|
|
22585
|
-
properties: (({
|
|
22586
|
-
/** Indicates whether the device is online. */
|
|
22587
|
-
online: boolean;
|
|
22588
|
-
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
22589
|
-
name: string;
|
|
22590
|
-
model: {
|
|
22591
|
-
/** Display name of the device model. */
|
|
22592
|
-
display_name: string;
|
|
22593
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
22594
|
-
manufacturer_display_name: string;
|
|
22595
|
-
/** Indicates whether the device supports offline access codes. */
|
|
22596
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
22597
|
-
/** Indicates whether the device supports online access codes. */
|
|
22598
|
-
online_access_codes_supported?: boolean | undefined;
|
|
22599
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
22600
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
22601
|
-
};
|
|
22602
|
-
/** Indicates whether the device has direct power. */
|
|
22603
|
-
has_direct_power?: boolean | undefined;
|
|
22604
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
22605
|
-
battery_level?: number | undefined;
|
|
22606
|
-
/** Represents the current status of the battery charge level. Values are "critical," which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; "low," which signifies that the battery is under the preferred threshold and should be charged soon; "good," which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and "full," which represents a battery that is fully charged, providing the maximum duration of usage. */
|
|
22607
|
-
battery?: {
|
|
22608
|
-
level: number;
|
|
22609
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
22610
|
-
} | undefined;
|
|
22611
|
-
/** Manufacturer of the device. */
|
|
22612
|
-
manufacturer?: string | undefined;
|
|
22613
|
-
/** Image URL for the device. */
|
|
22614
|
-
image_url?: string | undefined;
|
|
22615
|
-
/** Alt text for the device image. */
|
|
22616
|
-
image_alt_text?: string | undefined;
|
|
22617
|
-
/** Serial number of the device. */
|
|
22618
|
-
serial_number?: string | undefined;
|
|
22619
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
22620
|
-
online_access_codes_enabled?: boolean | undefined;
|
|
22621
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
22622
|
-
offline_access_codes_enabled?: boolean | undefined;
|
|
22623
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
22624
|
-
supports_accessory_keypad?: boolean | undefined;
|
|
22625
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
22626
|
-
supports_offline_access_codes?: boolean | undefined;
|
|
22627
|
-
} & {
|
|
22628
|
-
august_metadata?: {
|
|
22629
|
-
lock_id: string;
|
|
22630
|
-
lock_name: string;
|
|
22631
|
-
house_name: string;
|
|
22632
|
-
has_keypad: boolean;
|
|
22633
|
-
keypad_battery_level?: string | undefined;
|
|
22634
|
-
model?: string | undefined;
|
|
22635
|
-
house_id?: string | undefined;
|
|
22636
|
-
} | undefined;
|
|
22637
|
-
avigilon_alta_metadata?: {
|
|
22638
|
-
entry_name: string;
|
|
22639
|
-
org_name: string;
|
|
22640
|
-
zone_id: number;
|
|
22641
|
-
zone_name: string;
|
|
22642
|
-
site_id: number;
|
|
22643
|
-
site_name: string;
|
|
22644
|
-
} | undefined;
|
|
22645
|
-
schlage_metadata?: {
|
|
22646
|
-
device_id: string;
|
|
22647
|
-
device_name: string;
|
|
22648
|
-
access_code_length: number;
|
|
22649
|
-
model?: string | undefined;
|
|
22650
|
-
} | undefined;
|
|
22651
|
-
smartthings_metadata?: {
|
|
22652
|
-
device_id: string;
|
|
22653
|
-
device_name: string;
|
|
22654
|
-
model?: string | undefined;
|
|
22655
|
-
location_id?: string | undefined;
|
|
22656
|
-
} | undefined;
|
|
22657
|
-
lockly_metadata?: {
|
|
22658
|
-
device_id: string;
|
|
22659
|
-
device_name: string;
|
|
22660
|
-
model?: string | undefined;
|
|
22661
|
-
} | undefined;
|
|
22662
|
-
nuki_metadata?: {
|
|
22663
|
-
device_id: string;
|
|
22664
|
-
device_name: string;
|
|
22665
|
-
keypad_battery_critical?: boolean | undefined;
|
|
22666
|
-
} | undefined;
|
|
22667
|
-
kwikset_metadata?: {
|
|
22668
|
-
device_id: string;
|
|
22669
|
-
device_name: string;
|
|
22670
|
-
model_number: string;
|
|
22671
|
-
} | undefined;
|
|
22672
|
-
salto_metadata?: {
|
|
22673
|
-
lock_id: string;
|
|
22674
|
-
customer_reference: string;
|
|
22675
|
-
lock_type: string;
|
|
22676
|
-
battery_level: string;
|
|
22677
|
-
locked_state: string;
|
|
22678
|
-
model?: string | undefined;
|
|
22679
|
-
} | undefined;
|
|
22680
|
-
genie_metadata?: {
|
|
22681
|
-
device_name: string;
|
|
22682
|
-
door_name: string;
|
|
22683
|
-
} | undefined;
|
|
22684
|
-
brivo_metadata?: {
|
|
22685
|
-
device_name: string;
|
|
22686
|
-
} | undefined;
|
|
22687
|
-
igloo_metadata?: {
|
|
22688
|
-
device_id: string;
|
|
22689
|
-
bridge_id: string;
|
|
22690
|
-
model?: string | undefined;
|
|
22691
|
-
} | undefined;
|
|
22692
|
-
noiseaware_metadata?: {
|
|
22693
|
-
device_model: 'indoor' | 'outdoor';
|
|
22694
|
-
noise_level_nrs: number;
|
|
22695
|
-
noise_level_decibel: number;
|
|
22696
|
-
device_name: string;
|
|
22697
|
-
device_id: string;
|
|
22698
|
-
} | undefined;
|
|
22699
|
-
minut_metadata?: {
|
|
22700
|
-
device_id: string;
|
|
22701
|
-
device_name: string;
|
|
22702
|
-
latest_sensor_values: {
|
|
22703
|
-
temperature: {
|
|
22704
|
-
time: string;
|
|
22705
|
-
value: number;
|
|
22706
|
-
};
|
|
22707
|
-
sound: {
|
|
22708
|
-
time: string;
|
|
22709
|
-
value: number;
|
|
22710
|
-
};
|
|
22711
|
-
humidity: {
|
|
22712
|
-
time: string;
|
|
22713
|
-
value: number;
|
|
22714
|
-
};
|
|
22715
|
-
pressure: {
|
|
22716
|
-
time: string;
|
|
22717
|
-
value: number;
|
|
22718
|
-
};
|
|
22719
|
-
accelerometer_z: {
|
|
22720
|
-
time: string;
|
|
22721
|
-
value: number;
|
|
22722
|
-
};
|
|
22723
|
-
};
|
|
22724
|
-
} | undefined;
|
|
22725
|
-
four_suites_metadata?: {
|
|
22726
|
-
device_id: number;
|
|
22727
|
-
device_name: string;
|
|
22728
|
-
reclose_delay_in_seconds: number;
|
|
22729
|
-
} | undefined;
|
|
22730
|
-
two_n_metadata?: {
|
|
22731
|
-
device_id: number;
|
|
22732
|
-
device_name: string;
|
|
22733
|
-
} | undefined;
|
|
22734
|
-
controlbyweb_metadata?: {
|
|
22735
|
-
device_id: string;
|
|
22736
|
-
device_name: string;
|
|
22737
|
-
relay_name: string | null;
|
|
22738
|
-
} | undefined;
|
|
22739
|
-
ttlock_metadata?: {
|
|
22740
|
-
lock_id: number;
|
|
22741
|
-
lock_alias: string;
|
|
22742
|
-
} | undefined;
|
|
22743
|
-
seam_bridge_metadata?: {
|
|
22744
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
22745
|
-
device_num: number;
|
|
22746
|
-
name: string;
|
|
22747
|
-
} | undefined;
|
|
22748
|
-
igloohome_metadata?: {
|
|
22749
|
-
device_id: string;
|
|
22750
|
-
device_name: string;
|
|
22751
|
-
bridge_id?: string | undefined;
|
|
22752
|
-
bridge_name?: string | undefined;
|
|
22753
|
-
} | undefined;
|
|
22754
|
-
nest_metadata?: {
|
|
22755
|
-
nest_device_id: string;
|
|
22756
|
-
device_name: string;
|
|
22757
|
-
custom_name: string;
|
|
22758
|
-
} | undefined;
|
|
22759
|
-
ecobee_metadata?: {
|
|
22760
|
-
ecobee_device_id: string;
|
|
22761
|
-
device_name: string;
|
|
22762
|
-
} | undefined;
|
|
22763
|
-
hubitat_metadata?: {
|
|
22764
|
-
device_id: string;
|
|
22765
|
-
device_name: string;
|
|
22766
|
-
device_label: string;
|
|
22767
|
-
} | undefined;
|
|
22768
|
-
dormakaba_oracode_metadata?: {
|
|
22769
|
-
door_id: number;
|
|
22770
|
-
door_name: string;
|
|
22771
|
-
device_id?: number | undefined;
|
|
22772
|
-
site_id: number;
|
|
22773
|
-
site_name: string;
|
|
22774
|
-
iana_timezone?: string | undefined;
|
|
22775
|
-
predefined_time_slots?: Array<{
|
|
22776
|
-
name: string;
|
|
22777
|
-
prefix: number;
|
|
22778
|
-
check_in_time: string;
|
|
22779
|
-
check_out_time: string;
|
|
22780
|
-
is_24_hour: boolean;
|
|
22781
|
-
is_biweekly_mode: boolean;
|
|
22782
|
-
is_one_shot: boolean;
|
|
22783
|
-
is_master: boolean;
|
|
22784
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
22785
|
-
dormakaba_oracode_user_level_id: string;
|
|
22786
|
-
}> | undefined;
|
|
22787
|
-
} | undefined;
|
|
22788
|
-
wyze_metadata?: {
|
|
22789
|
-
device_id: string;
|
|
22790
|
-
device_name: string;
|
|
22791
|
-
product_name: string;
|
|
22792
|
-
product_type: string;
|
|
22793
|
-
product_model: string;
|
|
22794
|
-
device_info_model: string;
|
|
22795
|
-
} | undefined;
|
|
22796
|
-
}) & ({
|
|
22797
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22798
|
-
code_constraints?: (Array<{
|
|
22799
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
22800
|
-
} | {
|
|
22801
|
-
constraint_type: 'name_length';
|
|
22802
|
-
min_length?: number | undefined;
|
|
22803
|
-
max_length?: number | undefined;
|
|
22804
|
-
}> | undefined) | undefined;
|
|
22805
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
22806
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
22807
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
22808
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
22809
|
-
locked?: (boolean | undefined) | undefined;
|
|
22810
|
-
keypad_battery?: ({
|
|
22811
|
-
level: number;
|
|
22812
|
-
} | undefined) | undefined;
|
|
22813
|
-
door_open?: (boolean | undefined) | undefined;
|
|
22814
|
-
} & ({
|
|
22815
|
-
temperature_fahrenheit?: number | undefined;
|
|
22816
|
-
temperature_celsius?: number | undefined;
|
|
22817
|
-
relative_humidity?: number | undefined;
|
|
22818
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22819
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22820
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22821
|
-
is_heating_available?: true | undefined;
|
|
22822
|
-
is_cooling_available?: true | undefined;
|
|
22823
|
-
is_heating?: boolean | undefined;
|
|
22824
|
-
is_cooling?: boolean | undefined;
|
|
22825
|
-
is_fan_running?: boolean | undefined;
|
|
22826
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22827
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22828
|
-
current_climate_setting?: {
|
|
22829
|
-
automatic_heating_enabled: boolean;
|
|
22830
|
-
automatic_cooling_enabled: boolean;
|
|
22831
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22832
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22833
|
-
heating_set_point_celsius?: number | undefined;
|
|
22834
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22835
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22836
|
-
manual_override_allowed: boolean;
|
|
22837
|
-
} | undefined;
|
|
22838
|
-
default_climate_setting?: ({
|
|
22839
|
-
automatic_heating_enabled: boolean;
|
|
22840
|
-
automatic_cooling_enabled: boolean;
|
|
22841
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22842
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22843
|
-
heating_set_point_celsius?: number | undefined;
|
|
22844
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22845
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22846
|
-
manual_override_allowed: boolean;
|
|
22847
|
-
} | undefined) | undefined;
|
|
22848
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22849
|
-
active_climate_setting_schedule?: ({
|
|
22850
|
-
climate_setting_schedule_id: string;
|
|
22851
|
-
schedule_type: 'time_bound';
|
|
22852
|
-
device_id: string;
|
|
22853
|
-
name?: string | undefined;
|
|
22854
|
-
schedule_starts_at: string;
|
|
22855
|
-
schedule_ends_at: string;
|
|
22856
|
-
created_at: string;
|
|
22857
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22858
|
-
errors?: any;
|
|
22859
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22860
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22861
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22862
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22863
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22864
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22865
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22866
|
-
manual_override_allowed?: boolean | undefined;
|
|
22867
|
-
} | undefined) | undefined;
|
|
22868
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22869
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22870
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22871
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22872
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22873
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22874
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22875
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22876
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
22877
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
22878
|
-
} | {
|
|
22879
|
-
temperature_fahrenheit?: number | undefined;
|
|
22880
|
-
temperature_celsius?: number | undefined;
|
|
22881
|
-
relative_humidity?: number | undefined;
|
|
22882
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22883
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22884
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22885
|
-
is_heating_available?: true | undefined;
|
|
22886
|
-
is_cooling_available?: false | undefined;
|
|
22887
|
-
is_heating?: boolean | undefined;
|
|
22888
|
-
is_cooling?: boolean | undefined;
|
|
22889
|
-
is_fan_running?: boolean | undefined;
|
|
22890
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22891
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22892
|
-
current_climate_setting?: {
|
|
22893
|
-
automatic_heating_enabled: boolean;
|
|
22894
|
-
automatic_cooling_enabled: boolean;
|
|
22895
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22896
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22897
|
-
heating_set_point_celsius?: number | undefined;
|
|
22898
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22899
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22900
|
-
manual_override_allowed: boolean;
|
|
22901
|
-
} | undefined;
|
|
22902
|
-
default_climate_setting?: ({
|
|
22903
|
-
automatic_heating_enabled: boolean;
|
|
22904
|
-
automatic_cooling_enabled: boolean;
|
|
22905
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22906
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22907
|
-
heating_set_point_celsius?: number | undefined;
|
|
22908
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22909
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22910
|
-
manual_override_allowed: boolean;
|
|
22911
|
-
} | undefined) | undefined;
|
|
22912
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22913
|
-
active_climate_setting_schedule?: ({
|
|
22914
|
-
climate_setting_schedule_id: string;
|
|
22915
|
-
schedule_type: 'time_bound';
|
|
22916
|
-
device_id: string;
|
|
22917
|
-
name?: string | undefined;
|
|
22918
|
-
schedule_starts_at: string;
|
|
22919
|
-
schedule_ends_at: string;
|
|
22920
|
-
created_at: string;
|
|
22921
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22922
|
-
errors?: any;
|
|
22923
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22924
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22925
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22926
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22927
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22928
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22929
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22930
|
-
manual_override_allowed?: boolean | undefined;
|
|
22931
|
-
} | undefined) | undefined;
|
|
22932
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22933
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22934
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22935
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22936
|
-
} | {
|
|
22937
|
-
temperature_fahrenheit?: number | undefined;
|
|
22938
|
-
temperature_celsius?: number | undefined;
|
|
22939
|
-
relative_humidity?: number | undefined;
|
|
22940
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22941
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22942
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22943
|
-
is_heating_available?: false | undefined;
|
|
22944
|
-
is_cooling_available?: true | undefined;
|
|
22945
|
-
is_heating?: boolean | undefined;
|
|
22946
|
-
is_cooling?: boolean | undefined;
|
|
22947
|
-
is_fan_running?: boolean | undefined;
|
|
22948
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22949
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22950
|
-
current_climate_setting?: {
|
|
22951
|
-
automatic_heating_enabled: boolean;
|
|
22952
|
-
automatic_cooling_enabled: boolean;
|
|
22953
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22954
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22955
|
-
heating_set_point_celsius?: number | undefined;
|
|
22956
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22957
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22958
|
-
manual_override_allowed: boolean;
|
|
22959
|
-
} | undefined;
|
|
22960
|
-
default_climate_setting?: ({
|
|
22961
|
-
automatic_heating_enabled: boolean;
|
|
22962
|
-
automatic_cooling_enabled: boolean;
|
|
22963
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22964
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22965
|
-
heating_set_point_celsius?: number | undefined;
|
|
22966
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22967
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22968
|
-
manual_override_allowed: boolean;
|
|
22969
|
-
} | undefined) | undefined;
|
|
22970
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22971
|
-
active_climate_setting_schedule?: ({
|
|
22972
|
-
climate_setting_schedule_id: string;
|
|
22973
|
-
schedule_type: 'time_bound';
|
|
22974
|
-
device_id: string;
|
|
22975
|
-
name?: string | undefined;
|
|
22976
|
-
schedule_starts_at: string;
|
|
22977
|
-
schedule_ends_at: string;
|
|
22978
|
-
created_at: string;
|
|
22979
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
22980
|
-
errors?: any;
|
|
22981
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22982
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22983
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22984
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22985
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22986
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22987
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22988
|
-
manual_override_allowed?: boolean | undefined;
|
|
22989
|
-
} | undefined) | undefined;
|
|
22990
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22991
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22992
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22993
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22994
|
-
}))) & {
|
|
22995
|
-
assa_abloy_credential_service_metadata?: ({
|
|
22996
|
-
has_active_endpoint: boolean;
|
|
22997
|
-
endpoints: Array<{
|
|
22998
|
-
endpoint_id: string;
|
|
22999
|
-
is_active: boolean;
|
|
23000
|
-
}>;
|
|
23001
|
-
} | undefined) | undefined;
|
|
23002
22273
|
};
|
|
23003
22274
|
/** Location information for the device. */
|
|
23004
22275
|
location: {
|
|
@@ -23024,13 +22295,6 @@ interface Routes {
|
|
|
23024
22295
|
/** Indicates whether Seam manages the device. */
|
|
23025
22296
|
is_managed: true;
|
|
23026
22297
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
23027
|
-
assa_abloy_credential_service_metadata?: {
|
|
23028
|
-
has_active_endpoint: boolean;
|
|
23029
|
-
endpoints: Array<{
|
|
23030
|
-
endpoint_id: string;
|
|
23031
|
-
is_active: boolean;
|
|
23032
|
-
}>;
|
|
23033
|
-
} | undefined;
|
|
23034
22298
|
};
|
|
23035
22299
|
};
|
|
23036
22300
|
};
|
|
@@ -23638,13 +22902,15 @@ interface Routes {
|
|
|
23638
22902
|
max_cooling_set_point_celsius?: number | undefined;
|
|
23639
22903
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
23640
22904
|
}))) & {
|
|
23641
|
-
|
|
23642
|
-
|
|
23643
|
-
|
|
23644
|
-
|
|
23645
|
-
|
|
23646
|
-
|
|
23647
|
-
|
|
22905
|
+
properties?: {
|
|
22906
|
+
assa_abloy_credential_service_metadata?: {
|
|
22907
|
+
has_active_endpoint: boolean;
|
|
22908
|
+
endpoints: Array<{
|
|
22909
|
+
endpoint_id: string;
|
|
22910
|
+
is_active: boolean;
|
|
22911
|
+
}>;
|
|
22912
|
+
} | undefined;
|
|
22913
|
+
} | undefined;
|
|
23648
22914
|
};
|
|
23649
22915
|
/** Location information for the device. */
|
|
23650
22916
|
location: {
|
|
@@ -24144,13 +23410,15 @@ interface Routes {
|
|
|
24144
23410
|
max_cooling_set_point_celsius?: number | undefined;
|
|
24145
23411
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
24146
23412
|
}))) & {
|
|
24147
|
-
|
|
24148
|
-
|
|
24149
|
-
|
|
24150
|
-
|
|
24151
|
-
|
|
24152
|
-
|
|
24153
|
-
|
|
23413
|
+
properties?: {
|
|
23414
|
+
assa_abloy_credential_service_metadata?: {
|
|
23415
|
+
has_active_endpoint: boolean;
|
|
23416
|
+
endpoints: Array<{
|
|
23417
|
+
endpoint_id: string;
|
|
23418
|
+
is_active: boolean;
|
|
23419
|
+
}>;
|
|
23420
|
+
} | undefined;
|
|
23421
|
+
} | undefined;
|
|
24154
23422
|
};
|
|
24155
23423
|
/** Location information for the device. */
|
|
24156
23424
|
location: {
|
|
@@ -24811,13 +24079,15 @@ interface Routes {
|
|
|
24811
24079
|
max_cooling_set_point_celsius?: number | undefined;
|
|
24812
24080
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
24813
24081
|
}))) & {
|
|
24814
|
-
|
|
24815
|
-
|
|
24816
|
-
|
|
24817
|
-
|
|
24818
|
-
|
|
24819
|
-
|
|
24820
|
-
|
|
24082
|
+
properties?: {
|
|
24083
|
+
assa_abloy_credential_service_metadata?: {
|
|
24084
|
+
has_active_endpoint: boolean;
|
|
24085
|
+
endpoints: Array<{
|
|
24086
|
+
endpoint_id: string;
|
|
24087
|
+
is_active: boolean;
|
|
24088
|
+
}>;
|
|
24089
|
+
} | undefined;
|
|
24090
|
+
} | undefined;
|
|
24821
24091
|
};
|
|
24822
24092
|
/** Location information for the device. */
|
|
24823
24093
|
location: {
|