@seamapi/types 1.91.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.d.cts +155 -971
- package/lib/seam/connect/route-types.d.ts +155 -971
- 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/route-types.ts +189 -1348
- package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +13 -11
package/dist/connect.d.cts
CHANGED
|
@@ -19192,13 +19192,15 @@ interface Routes {
|
|
|
19192
19192
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19193
19193
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19194
19194
|
}))) & {
|
|
19195
|
-
|
|
19196
|
-
|
|
19197
|
-
|
|
19198
|
-
|
|
19199
|
-
|
|
19200
|
-
|
|
19201
|
-
|
|
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;
|
|
19202
19204
|
};
|
|
19203
19205
|
/** Location information for the device. */
|
|
19204
19206
|
location: {
|
|
@@ -19668,13 +19670,15 @@ interface Routes {
|
|
|
19668
19670
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19669
19671
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19670
19672
|
}))) & {
|
|
19671
|
-
|
|
19672
|
-
|
|
19673
|
-
|
|
19674
|
-
|
|
19675
|
-
|
|
19676
|
-
|
|
19677
|
-
|
|
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;
|
|
19678
19682
|
};
|
|
19679
19683
|
/** Location information for the device. */
|
|
19680
19684
|
location: {
|
|
@@ -20463,13 +20467,15 @@ interface Routes {
|
|
|
20463
20467
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20464
20468
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20465
20469
|
}))) & {
|
|
20466
|
-
|
|
20467
|
-
|
|
20468
|
-
|
|
20469
|
-
|
|
20470
|
-
|
|
20471
|
-
|
|
20472
|
-
|
|
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;
|
|
20473
20479
|
};
|
|
20474
20480
|
/** Location information for the device. */
|
|
20475
20481
|
location: {
|
|
@@ -20916,13 +20922,15 @@ interface Routes {
|
|
|
20916
20922
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20917
20923
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20918
20924
|
}))) & {
|
|
20919
|
-
|
|
20920
|
-
|
|
20921
|
-
|
|
20922
|
-
|
|
20923
|
-
|
|
20924
|
-
|
|
20925
|
-
|
|
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;
|
|
20926
20934
|
};
|
|
20927
20935
|
/** Location information for the device. */
|
|
20928
20936
|
location: {
|
|
@@ -21392,13 +21400,15 @@ interface Routes {
|
|
|
21392
21400
|
max_cooling_set_point_celsius?: number | undefined;
|
|
21393
21401
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
21394
21402
|
}))) & {
|
|
21395
|
-
|
|
21396
|
-
|
|
21397
|
-
|
|
21398
|
-
|
|
21399
|
-
|
|
21400
|
-
|
|
21401
|
-
|
|
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;
|
|
21402
21412
|
};
|
|
21403
21413
|
/** Location information for the device. */
|
|
21404
21414
|
location: {
|
|
@@ -21845,13 +21855,15 @@ interface Routes {
|
|
|
21845
21855
|
max_cooling_set_point_celsius?: number | undefined;
|
|
21846
21856
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
21847
21857
|
}))) & {
|
|
21848
|
-
|
|
21849
|
-
|
|
21850
|
-
|
|
21851
|
-
|
|
21852
|
-
|
|
21853
|
-
|
|
21854
|
-
|
|
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;
|
|
21855
21867
|
};
|
|
21856
21868
|
/** Location information for the device. */
|
|
21857
21869
|
location: {
|
|
@@ -22182,909 +22194,82 @@ interface Routes {
|
|
|
22182
22194
|
device_type: 'android_phone' | 'ios_phone';
|
|
22183
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. */
|
|
22184
22196
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
22185
|
-
|
|
22186
|
-
|
|
22187
|
-
|
|
22188
|
-
|
|
22189
|
-
|
|
22190
|
-
|
|
22191
|
-
|
|
22192
|
-
/** Display name of the device model. */
|
|
22193
|
-
display_name: string;
|
|
22194
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
22195
|
-
manufacturer_display_name: string;
|
|
22196
|
-
/** Indicates whether the device supports offline access codes. */
|
|
22197
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
22198
|
-
/** Indicates whether the device supports online access codes. */
|
|
22199
|
-
online_access_codes_supported?: boolean | undefined;
|
|
22200
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
22201
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
22202
|
-
};
|
|
22203
|
-
/** Indicates whether the device has direct power. */
|
|
22204
|
-
has_direct_power?: boolean | undefined;
|
|
22205
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
22206
|
-
battery_level?: number | undefined;
|
|
22207
|
-
/** 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. */
|
|
22208
|
-
battery?: {
|
|
22209
|
-
level: number;
|
|
22210
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
22211
|
-
} | undefined;
|
|
22212
|
-
/** Manufacturer of the device. */
|
|
22213
|
-
manufacturer?: string | undefined;
|
|
22214
|
-
/** Image URL for the device. */
|
|
22215
|
-
image_url?: string | undefined;
|
|
22216
|
-
/** Alt text for the device image. */
|
|
22217
|
-
image_alt_text?: string | undefined;
|
|
22218
|
-
/** Serial number of the device. */
|
|
22219
|
-
serial_number?: string | undefined;
|
|
22220
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
22221
|
-
online_access_codes_enabled?: boolean | undefined;
|
|
22222
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
22223
|
-
offline_access_codes_enabled?: boolean | undefined;
|
|
22224
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
22225
|
-
supports_accessory_keypad?: boolean | undefined;
|
|
22226
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
22227
|
-
supports_offline_access_codes?: boolean | undefined;
|
|
22228
|
-
} & {
|
|
22229
|
-
august_metadata?: {
|
|
22230
|
-
lock_id: string;
|
|
22231
|
-
lock_name: string;
|
|
22232
|
-
house_name: string;
|
|
22233
|
-
has_keypad: boolean;
|
|
22234
|
-
keypad_battery_level?: string | undefined;
|
|
22235
|
-
model?: string | undefined;
|
|
22236
|
-
house_id?: string | undefined;
|
|
22237
|
-
} | undefined;
|
|
22238
|
-
avigilon_alta_metadata?: {
|
|
22239
|
-
entry_name: string;
|
|
22240
|
-
org_name: string;
|
|
22241
|
-
zone_id: number;
|
|
22242
|
-
zone_name: string;
|
|
22243
|
-
site_id: number;
|
|
22244
|
-
site_name: string;
|
|
22245
|
-
} | undefined;
|
|
22246
|
-
schlage_metadata?: {
|
|
22247
|
-
device_id: string;
|
|
22248
|
-
device_name: string;
|
|
22249
|
-
access_code_length: number;
|
|
22250
|
-
model?: string | undefined;
|
|
22251
|
-
} | undefined;
|
|
22252
|
-
smartthings_metadata?: {
|
|
22253
|
-
device_id: string;
|
|
22254
|
-
device_name: string;
|
|
22255
|
-
model?: string | undefined;
|
|
22256
|
-
location_id?: string | undefined;
|
|
22257
|
-
} | undefined;
|
|
22258
|
-
lockly_metadata?: {
|
|
22259
|
-
device_id: string;
|
|
22260
|
-
device_name: string;
|
|
22261
|
-
model?: string | undefined;
|
|
22262
|
-
} | undefined;
|
|
22263
|
-
nuki_metadata?: {
|
|
22264
|
-
device_id: string;
|
|
22265
|
-
device_name: string;
|
|
22266
|
-
keypad_battery_critical?: boolean | undefined;
|
|
22267
|
-
} | undefined;
|
|
22268
|
-
kwikset_metadata?: {
|
|
22269
|
-
device_id: string;
|
|
22270
|
-
device_name: string;
|
|
22271
|
-
model_number: string;
|
|
22272
|
-
} | undefined;
|
|
22273
|
-
salto_metadata?: {
|
|
22274
|
-
lock_id: string;
|
|
22275
|
-
customer_reference: string;
|
|
22276
|
-
lock_type: string;
|
|
22277
|
-
battery_level: string;
|
|
22278
|
-
locked_state: string;
|
|
22279
|
-
model?: string | undefined;
|
|
22280
|
-
} | undefined;
|
|
22281
|
-
genie_metadata?: {
|
|
22282
|
-
device_name: string;
|
|
22283
|
-
door_name: string;
|
|
22284
|
-
} | undefined;
|
|
22285
|
-
brivo_metadata?: {
|
|
22286
|
-
device_name: string;
|
|
22287
|
-
} | undefined;
|
|
22288
|
-
igloo_metadata?: {
|
|
22289
|
-
device_id: string;
|
|
22290
|
-
bridge_id: string;
|
|
22291
|
-
model?: string | undefined;
|
|
22292
|
-
} | undefined;
|
|
22293
|
-
noiseaware_metadata?: {
|
|
22294
|
-
device_model: 'indoor' | 'outdoor';
|
|
22295
|
-
noise_level_nrs: number;
|
|
22296
|
-
noise_level_decibel: number;
|
|
22297
|
-
device_name: string;
|
|
22298
|
-
device_id: string;
|
|
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
|
+
}>;
|
|
22299
22204
|
} | undefined;
|
|
22300
|
-
|
|
22301
|
-
|
|
22302
|
-
|
|
22303
|
-
|
|
22304
|
-
|
|
22305
|
-
|
|
22306
|
-
|
|
22307
|
-
|
|
22308
|
-
|
|
22309
|
-
|
|
22310
|
-
|
|
22311
|
-
|
|
22312
|
-
|
|
22313
|
-
|
|
22314
|
-
|
|
22315
|
-
|
|
22316
|
-
|
|
22317
|
-
|
|
22318
|
-
|
|
22319
|
-
|
|
22320
|
-
|
|
22321
|
-
|
|
22322
|
-
|
|
22323
|
-
|
|
22324
|
-
|
|
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
|
+
}>;
|
|
22325
22272
|
} | undefined;
|
|
22326
|
-
four_suites_metadata?: {
|
|
22327
|
-
device_id: number;
|
|
22328
|
-
device_name: string;
|
|
22329
|
-
reclose_delay_in_seconds: number;
|
|
22330
|
-
} | undefined;
|
|
22331
|
-
two_n_metadata?: {
|
|
22332
|
-
device_id: number;
|
|
22333
|
-
device_name: string;
|
|
22334
|
-
} | undefined;
|
|
22335
|
-
controlbyweb_metadata?: {
|
|
22336
|
-
device_id: string;
|
|
22337
|
-
device_name: string;
|
|
22338
|
-
relay_name: string | null;
|
|
22339
|
-
} | undefined;
|
|
22340
|
-
ttlock_metadata?: {
|
|
22341
|
-
lock_id: number;
|
|
22342
|
-
lock_alias: string;
|
|
22343
|
-
} | undefined;
|
|
22344
|
-
seam_bridge_metadata?: {
|
|
22345
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
22346
|
-
device_num: number;
|
|
22347
|
-
name: string;
|
|
22348
|
-
} | undefined;
|
|
22349
|
-
igloohome_metadata?: {
|
|
22350
|
-
device_id: string;
|
|
22351
|
-
device_name: string;
|
|
22352
|
-
bridge_id?: string | undefined;
|
|
22353
|
-
bridge_name?: string | undefined;
|
|
22354
|
-
} | undefined;
|
|
22355
|
-
nest_metadata?: {
|
|
22356
|
-
nest_device_id: string;
|
|
22357
|
-
device_name: string;
|
|
22358
|
-
custom_name: string;
|
|
22359
|
-
} | undefined;
|
|
22360
|
-
ecobee_metadata?: {
|
|
22361
|
-
ecobee_device_id: string;
|
|
22362
|
-
device_name: string;
|
|
22363
|
-
} | undefined;
|
|
22364
|
-
hubitat_metadata?: {
|
|
22365
|
-
device_id: string;
|
|
22366
|
-
device_name: string;
|
|
22367
|
-
device_label: string;
|
|
22368
|
-
} | undefined;
|
|
22369
|
-
dormakaba_oracode_metadata?: {
|
|
22370
|
-
door_id: number;
|
|
22371
|
-
door_name: string;
|
|
22372
|
-
device_id?: number | undefined;
|
|
22373
|
-
site_id: number;
|
|
22374
|
-
site_name: string;
|
|
22375
|
-
iana_timezone?: string | undefined;
|
|
22376
|
-
predefined_time_slots?: Array<{
|
|
22377
|
-
name: string;
|
|
22378
|
-
prefix: number;
|
|
22379
|
-
check_in_time: string;
|
|
22380
|
-
check_out_time: string;
|
|
22381
|
-
is_24_hour: boolean;
|
|
22382
|
-
is_biweekly_mode: boolean;
|
|
22383
|
-
is_one_shot: boolean;
|
|
22384
|
-
is_master: boolean;
|
|
22385
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
22386
|
-
dormakaba_oracode_user_level_id: string;
|
|
22387
|
-
}> | undefined;
|
|
22388
|
-
} | undefined;
|
|
22389
|
-
wyze_metadata?: {
|
|
22390
|
-
device_id: string;
|
|
22391
|
-
device_name: string;
|
|
22392
|
-
product_name: string;
|
|
22393
|
-
product_type: string;
|
|
22394
|
-
product_model: string;
|
|
22395
|
-
device_info_model: string;
|
|
22396
|
-
} | undefined;
|
|
22397
|
-
}) & ({
|
|
22398
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22399
|
-
code_constraints?: (Array<{
|
|
22400
|
-
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';
|
|
22401
|
-
} | {
|
|
22402
|
-
constraint_type: 'name_length';
|
|
22403
|
-
min_length?: number | undefined;
|
|
22404
|
-
max_length?: number | undefined;
|
|
22405
|
-
}> | undefined) | undefined;
|
|
22406
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
22407
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
22408
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
22409
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
22410
|
-
locked?: (boolean | undefined) | undefined;
|
|
22411
|
-
keypad_battery?: ({
|
|
22412
|
-
level: number;
|
|
22413
|
-
} | undefined) | undefined;
|
|
22414
|
-
door_open?: (boolean | undefined) | undefined;
|
|
22415
|
-
} & ({
|
|
22416
|
-
temperature_fahrenheit?: number | undefined;
|
|
22417
|
-
temperature_celsius?: number | undefined;
|
|
22418
|
-
relative_humidity?: number | undefined;
|
|
22419
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22420
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22421
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22422
|
-
is_heating_available?: true | undefined;
|
|
22423
|
-
is_cooling_available?: true | undefined;
|
|
22424
|
-
is_heating?: boolean | undefined;
|
|
22425
|
-
is_cooling?: boolean | undefined;
|
|
22426
|
-
is_fan_running?: boolean | undefined;
|
|
22427
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22428
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22429
|
-
current_climate_setting?: {
|
|
22430
|
-
automatic_heating_enabled: boolean;
|
|
22431
|
-
automatic_cooling_enabled: boolean;
|
|
22432
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22433
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22434
|
-
heating_set_point_celsius?: number | undefined;
|
|
22435
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22436
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22437
|
-
manual_override_allowed: boolean;
|
|
22438
|
-
} | undefined;
|
|
22439
|
-
default_climate_setting?: ({
|
|
22440
|
-
automatic_heating_enabled: boolean;
|
|
22441
|
-
automatic_cooling_enabled: boolean;
|
|
22442
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22443
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22444
|
-
heating_set_point_celsius?: number | undefined;
|
|
22445
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22446
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22447
|
-
manual_override_allowed: boolean;
|
|
22448
|
-
} | undefined) | undefined;
|
|
22449
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22450
|
-
active_climate_setting_schedule?: ({
|
|
22451
|
-
climate_setting_schedule_id: string;
|
|
22452
|
-
schedule_type: 'time_bound';
|
|
22453
|
-
device_id: string;
|
|
22454
|
-
name?: string | undefined;
|
|
22455
|
-
schedule_starts_at: string;
|
|
22456
|
-
schedule_ends_at: string;
|
|
22457
|
-
created_at: string;
|
|
22458
|
-
/** 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. */
|
|
22459
|
-
errors?: any;
|
|
22460
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22461
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22462
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22463
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22464
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22465
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22466
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22467
|
-
manual_override_allowed?: boolean | undefined;
|
|
22468
|
-
} | undefined) | undefined;
|
|
22469
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22470
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22471
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22472
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22473
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22474
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22475
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22476
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22477
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
22478
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
22479
|
-
} | {
|
|
22480
|
-
temperature_fahrenheit?: number | undefined;
|
|
22481
|
-
temperature_celsius?: number | undefined;
|
|
22482
|
-
relative_humidity?: number | undefined;
|
|
22483
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22484
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22485
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22486
|
-
is_heating_available?: true | undefined;
|
|
22487
|
-
is_cooling_available?: false | undefined;
|
|
22488
|
-
is_heating?: boolean | undefined;
|
|
22489
|
-
is_cooling?: boolean | undefined;
|
|
22490
|
-
is_fan_running?: boolean | undefined;
|
|
22491
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22492
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22493
|
-
current_climate_setting?: {
|
|
22494
|
-
automatic_heating_enabled: boolean;
|
|
22495
|
-
automatic_cooling_enabled: boolean;
|
|
22496
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22497
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22498
|
-
heating_set_point_celsius?: number | undefined;
|
|
22499
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22500
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22501
|
-
manual_override_allowed: boolean;
|
|
22502
|
-
} | undefined;
|
|
22503
|
-
default_climate_setting?: ({
|
|
22504
|
-
automatic_heating_enabled: boolean;
|
|
22505
|
-
automatic_cooling_enabled: boolean;
|
|
22506
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22507
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22508
|
-
heating_set_point_celsius?: number | undefined;
|
|
22509
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22510
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22511
|
-
manual_override_allowed: boolean;
|
|
22512
|
-
} | undefined) | undefined;
|
|
22513
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22514
|
-
active_climate_setting_schedule?: ({
|
|
22515
|
-
climate_setting_schedule_id: string;
|
|
22516
|
-
schedule_type: 'time_bound';
|
|
22517
|
-
device_id: string;
|
|
22518
|
-
name?: string | undefined;
|
|
22519
|
-
schedule_starts_at: string;
|
|
22520
|
-
schedule_ends_at: string;
|
|
22521
|
-
created_at: string;
|
|
22522
|
-
/** 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. */
|
|
22523
|
-
errors?: any;
|
|
22524
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22525
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22526
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22527
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22528
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22529
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22530
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22531
|
-
manual_override_allowed?: boolean | undefined;
|
|
22532
|
-
} | undefined) | undefined;
|
|
22533
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22534
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22535
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22536
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22537
|
-
} | {
|
|
22538
|
-
temperature_fahrenheit?: number | undefined;
|
|
22539
|
-
temperature_celsius?: number | undefined;
|
|
22540
|
-
relative_humidity?: number | undefined;
|
|
22541
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22542
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22543
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22544
|
-
is_heating_available?: false | undefined;
|
|
22545
|
-
is_cooling_available?: true | undefined;
|
|
22546
|
-
is_heating?: boolean | undefined;
|
|
22547
|
-
is_cooling?: boolean | undefined;
|
|
22548
|
-
is_fan_running?: boolean | undefined;
|
|
22549
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22550
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22551
|
-
current_climate_setting?: {
|
|
22552
|
-
automatic_heating_enabled: boolean;
|
|
22553
|
-
automatic_cooling_enabled: boolean;
|
|
22554
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22555
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22556
|
-
heating_set_point_celsius?: number | undefined;
|
|
22557
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22558
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22559
|
-
manual_override_allowed: boolean;
|
|
22560
|
-
} | undefined;
|
|
22561
|
-
default_climate_setting?: ({
|
|
22562
|
-
automatic_heating_enabled: boolean;
|
|
22563
|
-
automatic_cooling_enabled: boolean;
|
|
22564
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22565
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22566
|
-
heating_set_point_celsius?: number | undefined;
|
|
22567
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22568
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22569
|
-
manual_override_allowed: boolean;
|
|
22570
|
-
} | undefined) | undefined;
|
|
22571
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22572
|
-
active_climate_setting_schedule?: ({
|
|
22573
|
-
climate_setting_schedule_id: string;
|
|
22574
|
-
schedule_type: 'time_bound';
|
|
22575
|
-
device_id: string;
|
|
22576
|
-
name?: string | undefined;
|
|
22577
|
-
schedule_starts_at: string;
|
|
22578
|
-
schedule_ends_at: string;
|
|
22579
|
-
created_at: string;
|
|
22580
|
-
/** 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. */
|
|
22581
|
-
errors?: any;
|
|
22582
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22583
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22584
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22585
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22586
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22587
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22588
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22589
|
-
manual_override_allowed?: boolean | undefined;
|
|
22590
|
-
} | undefined) | undefined;
|
|
22591
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22592
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22593
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22594
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22595
|
-
}))) & {
|
|
22596
|
-
assa_abloy_credential_service_metadata?: ({
|
|
22597
|
-
has_active_endpoint: boolean;
|
|
22598
|
-
endpoints: Array<{
|
|
22599
|
-
endpoint_id: string;
|
|
22600
|
-
is_active: boolean;
|
|
22601
|
-
}>;
|
|
22602
|
-
} | undefined) | undefined;
|
|
22603
|
-
};
|
|
22604
|
-
/** Location information for the device. */
|
|
22605
|
-
location: {
|
|
22606
|
-
/** Name of the device location. */
|
|
22607
|
-
location_name?: string | undefined;
|
|
22608
|
-
/** Time zone of the device location. */
|
|
22609
|
-
timezone?: string | undefined;
|
|
22610
|
-
} | null;
|
|
22611
|
-
/** Unique identifier for the Seam workspace associated with the device. */
|
|
22612
|
-
workspace_id: string;
|
|
22613
|
-
/** 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. */
|
|
22614
|
-
errors: Array<{
|
|
22615
|
-
error_code: string;
|
|
22616
|
-
message: string;
|
|
22617
|
-
}>;
|
|
22618
|
-
/** 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. */
|
|
22619
|
-
warnings: Array<{
|
|
22620
|
-
warning_code: string;
|
|
22621
|
-
message: string;
|
|
22622
|
-
}>;
|
|
22623
|
-
/** Date and time at which the device object was created. */
|
|
22624
|
-
created_at: string;
|
|
22625
|
-
/** Indicates whether Seam manages the device. */
|
|
22626
|
-
is_managed: true;
|
|
22627
|
-
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22628
|
-
assa_abloy_credential_service_metadata?: {
|
|
22629
|
-
has_active_endpoint: boolean;
|
|
22630
|
-
endpoints: Array<{
|
|
22631
|
-
endpoint_id: string;
|
|
22632
|
-
is_active: boolean;
|
|
22633
|
-
}>;
|
|
22634
|
-
} | undefined;
|
|
22635
|
-
}>;
|
|
22636
|
-
};
|
|
22637
|
-
};
|
|
22638
|
-
'/phones/simulate/create_sandbox_phone': {
|
|
22639
|
-
route: '/phones/simulate/create_sandbox_phone';
|
|
22640
|
-
method: 'GET' | 'POST';
|
|
22641
|
-
queryParams: {};
|
|
22642
|
-
jsonBody: {
|
|
22643
|
-
assa_abloy_credential_service_acs_system_id: string;
|
|
22644
|
-
custom_sdk_installation_id?: string | undefined;
|
|
22645
|
-
user_identity_id: string;
|
|
22646
|
-
phone_metadata?: {
|
|
22647
|
-
operating_system?: 'android' | 'ios';
|
|
22648
|
-
os_version?: string;
|
|
22649
|
-
device_manufacturer?: string;
|
|
22650
|
-
device_model?: string;
|
|
22651
|
-
};
|
|
22652
|
-
assa_abloy_metadata?: {
|
|
22653
|
-
ble_capability?: boolean;
|
|
22654
|
-
hce_capability?: boolean;
|
|
22655
|
-
nfc_capability?: boolean;
|
|
22656
|
-
application_version?: string;
|
|
22657
|
-
seos_applet_version?: string;
|
|
22658
|
-
seos_tsm_endpoint_id?: number;
|
|
22659
|
-
};
|
|
22660
|
-
};
|
|
22661
|
-
commonParams: {};
|
|
22662
|
-
formData: {};
|
|
22663
|
-
jsonResponse: {
|
|
22664
|
-
phone: {
|
|
22665
|
-
/** Unique identifier for the device. */
|
|
22666
|
-
device_id: string;
|
|
22667
|
-
device_type: 'android_phone' | 'ios_phone';
|
|
22668
|
-
/** 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. */
|
|
22669
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
22670
|
-
/** Properties of the device. */
|
|
22671
|
-
properties: (({
|
|
22672
|
-
/** Indicates whether the device is online. */
|
|
22673
|
-
online: boolean;
|
|
22674
|
-
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
22675
|
-
name: string;
|
|
22676
|
-
model: {
|
|
22677
|
-
/** Display name of the device model. */
|
|
22678
|
-
display_name: string;
|
|
22679
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
22680
|
-
manufacturer_display_name: string;
|
|
22681
|
-
/** Indicates whether the device supports offline access codes. */
|
|
22682
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
22683
|
-
/** Indicates whether the device supports online access codes. */
|
|
22684
|
-
online_access_codes_supported?: boolean | undefined;
|
|
22685
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
22686
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
22687
|
-
};
|
|
22688
|
-
/** Indicates whether the device has direct power. */
|
|
22689
|
-
has_direct_power?: boolean | undefined;
|
|
22690
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
22691
|
-
battery_level?: number | undefined;
|
|
22692
|
-
/** 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. */
|
|
22693
|
-
battery?: {
|
|
22694
|
-
level: number;
|
|
22695
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
22696
|
-
} | undefined;
|
|
22697
|
-
/** Manufacturer of the device. */
|
|
22698
|
-
manufacturer?: string | undefined;
|
|
22699
|
-
/** Image URL for the device. */
|
|
22700
|
-
image_url?: string | undefined;
|
|
22701
|
-
/** Alt text for the device image. */
|
|
22702
|
-
image_alt_text?: string | undefined;
|
|
22703
|
-
/** Serial number of the device. */
|
|
22704
|
-
serial_number?: string | undefined;
|
|
22705
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
22706
|
-
online_access_codes_enabled?: boolean | undefined;
|
|
22707
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
22708
|
-
offline_access_codes_enabled?: boolean | undefined;
|
|
22709
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
22710
|
-
supports_accessory_keypad?: boolean | undefined;
|
|
22711
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
22712
|
-
supports_offline_access_codes?: boolean | undefined;
|
|
22713
|
-
} & {
|
|
22714
|
-
august_metadata?: {
|
|
22715
|
-
lock_id: string;
|
|
22716
|
-
lock_name: string;
|
|
22717
|
-
house_name: string;
|
|
22718
|
-
has_keypad: boolean;
|
|
22719
|
-
keypad_battery_level?: string | undefined;
|
|
22720
|
-
model?: string | undefined;
|
|
22721
|
-
house_id?: string | undefined;
|
|
22722
|
-
} | undefined;
|
|
22723
|
-
avigilon_alta_metadata?: {
|
|
22724
|
-
entry_name: string;
|
|
22725
|
-
org_name: string;
|
|
22726
|
-
zone_id: number;
|
|
22727
|
-
zone_name: string;
|
|
22728
|
-
site_id: number;
|
|
22729
|
-
site_name: string;
|
|
22730
|
-
} | undefined;
|
|
22731
|
-
schlage_metadata?: {
|
|
22732
|
-
device_id: string;
|
|
22733
|
-
device_name: string;
|
|
22734
|
-
access_code_length: number;
|
|
22735
|
-
model?: string | undefined;
|
|
22736
|
-
} | undefined;
|
|
22737
|
-
smartthings_metadata?: {
|
|
22738
|
-
device_id: string;
|
|
22739
|
-
device_name: string;
|
|
22740
|
-
model?: string | undefined;
|
|
22741
|
-
location_id?: string | undefined;
|
|
22742
|
-
} | undefined;
|
|
22743
|
-
lockly_metadata?: {
|
|
22744
|
-
device_id: string;
|
|
22745
|
-
device_name: string;
|
|
22746
|
-
model?: string | undefined;
|
|
22747
|
-
} | undefined;
|
|
22748
|
-
nuki_metadata?: {
|
|
22749
|
-
device_id: string;
|
|
22750
|
-
device_name: string;
|
|
22751
|
-
keypad_battery_critical?: boolean | undefined;
|
|
22752
|
-
} | undefined;
|
|
22753
|
-
kwikset_metadata?: {
|
|
22754
|
-
device_id: string;
|
|
22755
|
-
device_name: string;
|
|
22756
|
-
model_number: string;
|
|
22757
|
-
} | undefined;
|
|
22758
|
-
salto_metadata?: {
|
|
22759
|
-
lock_id: string;
|
|
22760
|
-
customer_reference: string;
|
|
22761
|
-
lock_type: string;
|
|
22762
|
-
battery_level: string;
|
|
22763
|
-
locked_state: string;
|
|
22764
|
-
model?: string | undefined;
|
|
22765
|
-
} | undefined;
|
|
22766
|
-
genie_metadata?: {
|
|
22767
|
-
device_name: string;
|
|
22768
|
-
door_name: string;
|
|
22769
|
-
} | undefined;
|
|
22770
|
-
brivo_metadata?: {
|
|
22771
|
-
device_name: string;
|
|
22772
|
-
} | undefined;
|
|
22773
|
-
igloo_metadata?: {
|
|
22774
|
-
device_id: string;
|
|
22775
|
-
bridge_id: string;
|
|
22776
|
-
model?: string | undefined;
|
|
22777
|
-
} | undefined;
|
|
22778
|
-
noiseaware_metadata?: {
|
|
22779
|
-
device_model: 'indoor' | 'outdoor';
|
|
22780
|
-
noise_level_nrs: number;
|
|
22781
|
-
noise_level_decibel: number;
|
|
22782
|
-
device_name: string;
|
|
22783
|
-
device_id: string;
|
|
22784
|
-
} | undefined;
|
|
22785
|
-
minut_metadata?: {
|
|
22786
|
-
device_id: string;
|
|
22787
|
-
device_name: string;
|
|
22788
|
-
latest_sensor_values: {
|
|
22789
|
-
temperature: {
|
|
22790
|
-
time: string;
|
|
22791
|
-
value: number;
|
|
22792
|
-
};
|
|
22793
|
-
sound: {
|
|
22794
|
-
time: string;
|
|
22795
|
-
value: number;
|
|
22796
|
-
};
|
|
22797
|
-
humidity: {
|
|
22798
|
-
time: string;
|
|
22799
|
-
value: number;
|
|
22800
|
-
};
|
|
22801
|
-
pressure: {
|
|
22802
|
-
time: string;
|
|
22803
|
-
value: number;
|
|
22804
|
-
};
|
|
22805
|
-
accelerometer_z: {
|
|
22806
|
-
time: string;
|
|
22807
|
-
value: number;
|
|
22808
|
-
};
|
|
22809
|
-
};
|
|
22810
|
-
} | undefined;
|
|
22811
|
-
four_suites_metadata?: {
|
|
22812
|
-
device_id: number;
|
|
22813
|
-
device_name: string;
|
|
22814
|
-
reclose_delay_in_seconds: number;
|
|
22815
|
-
} | undefined;
|
|
22816
|
-
two_n_metadata?: {
|
|
22817
|
-
device_id: number;
|
|
22818
|
-
device_name: string;
|
|
22819
|
-
} | undefined;
|
|
22820
|
-
controlbyweb_metadata?: {
|
|
22821
|
-
device_id: string;
|
|
22822
|
-
device_name: string;
|
|
22823
|
-
relay_name: string | null;
|
|
22824
|
-
} | undefined;
|
|
22825
|
-
ttlock_metadata?: {
|
|
22826
|
-
lock_id: number;
|
|
22827
|
-
lock_alias: string;
|
|
22828
|
-
} | undefined;
|
|
22829
|
-
seam_bridge_metadata?: {
|
|
22830
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
22831
|
-
device_num: number;
|
|
22832
|
-
name: string;
|
|
22833
|
-
} | undefined;
|
|
22834
|
-
igloohome_metadata?: {
|
|
22835
|
-
device_id: string;
|
|
22836
|
-
device_name: string;
|
|
22837
|
-
bridge_id?: string | undefined;
|
|
22838
|
-
bridge_name?: string | undefined;
|
|
22839
|
-
} | undefined;
|
|
22840
|
-
nest_metadata?: {
|
|
22841
|
-
nest_device_id: string;
|
|
22842
|
-
device_name: string;
|
|
22843
|
-
custom_name: string;
|
|
22844
|
-
} | undefined;
|
|
22845
|
-
ecobee_metadata?: {
|
|
22846
|
-
ecobee_device_id: string;
|
|
22847
|
-
device_name: string;
|
|
22848
|
-
} | undefined;
|
|
22849
|
-
hubitat_metadata?: {
|
|
22850
|
-
device_id: string;
|
|
22851
|
-
device_name: string;
|
|
22852
|
-
device_label: string;
|
|
22853
|
-
} | undefined;
|
|
22854
|
-
dormakaba_oracode_metadata?: {
|
|
22855
|
-
door_id: number;
|
|
22856
|
-
door_name: string;
|
|
22857
|
-
device_id?: number | undefined;
|
|
22858
|
-
site_id: number;
|
|
22859
|
-
site_name: string;
|
|
22860
|
-
iana_timezone?: string | undefined;
|
|
22861
|
-
predefined_time_slots?: Array<{
|
|
22862
|
-
name: string;
|
|
22863
|
-
prefix: number;
|
|
22864
|
-
check_in_time: string;
|
|
22865
|
-
check_out_time: string;
|
|
22866
|
-
is_24_hour: boolean;
|
|
22867
|
-
is_biweekly_mode: boolean;
|
|
22868
|
-
is_one_shot: boolean;
|
|
22869
|
-
is_master: boolean;
|
|
22870
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
22871
|
-
dormakaba_oracode_user_level_id: string;
|
|
22872
|
-
}> | undefined;
|
|
22873
|
-
} | undefined;
|
|
22874
|
-
wyze_metadata?: {
|
|
22875
|
-
device_id: string;
|
|
22876
|
-
device_name: string;
|
|
22877
|
-
product_name: string;
|
|
22878
|
-
product_type: string;
|
|
22879
|
-
product_model: string;
|
|
22880
|
-
device_info_model: string;
|
|
22881
|
-
} | undefined;
|
|
22882
|
-
}) & ({
|
|
22883
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22884
|
-
code_constraints?: (Array<{
|
|
22885
|
-
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';
|
|
22886
|
-
} | {
|
|
22887
|
-
constraint_type: 'name_length';
|
|
22888
|
-
min_length?: number | undefined;
|
|
22889
|
-
max_length?: number | undefined;
|
|
22890
|
-
}> | undefined) | undefined;
|
|
22891
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
22892
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
22893
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
22894
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
22895
|
-
locked?: (boolean | undefined) | undefined;
|
|
22896
|
-
keypad_battery?: ({
|
|
22897
|
-
level: number;
|
|
22898
|
-
} | undefined) | undefined;
|
|
22899
|
-
door_open?: (boolean | undefined) | undefined;
|
|
22900
|
-
} & ({
|
|
22901
|
-
temperature_fahrenheit?: number | undefined;
|
|
22902
|
-
temperature_celsius?: number | undefined;
|
|
22903
|
-
relative_humidity?: number | undefined;
|
|
22904
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22905
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22906
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22907
|
-
is_heating_available?: true | undefined;
|
|
22908
|
-
is_cooling_available?: true | undefined;
|
|
22909
|
-
is_heating?: boolean | undefined;
|
|
22910
|
-
is_cooling?: boolean | undefined;
|
|
22911
|
-
is_fan_running?: boolean | undefined;
|
|
22912
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22913
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22914
|
-
current_climate_setting?: {
|
|
22915
|
-
automatic_heating_enabled: boolean;
|
|
22916
|
-
automatic_cooling_enabled: boolean;
|
|
22917
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22918
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22919
|
-
heating_set_point_celsius?: number | undefined;
|
|
22920
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22921
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22922
|
-
manual_override_allowed: boolean;
|
|
22923
|
-
} | undefined;
|
|
22924
|
-
default_climate_setting?: ({
|
|
22925
|
-
automatic_heating_enabled: boolean;
|
|
22926
|
-
automatic_cooling_enabled: boolean;
|
|
22927
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22928
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22929
|
-
heating_set_point_celsius?: number | undefined;
|
|
22930
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22931
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22932
|
-
manual_override_allowed: boolean;
|
|
22933
|
-
} | undefined) | undefined;
|
|
22934
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22935
|
-
active_climate_setting_schedule?: ({
|
|
22936
|
-
climate_setting_schedule_id: string;
|
|
22937
|
-
schedule_type: 'time_bound';
|
|
22938
|
-
device_id: string;
|
|
22939
|
-
name?: string | undefined;
|
|
22940
|
-
schedule_starts_at: string;
|
|
22941
|
-
schedule_ends_at: string;
|
|
22942
|
-
created_at: string;
|
|
22943
|
-
/** 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. */
|
|
22944
|
-
errors?: any;
|
|
22945
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
22946
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
22947
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
22948
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
22949
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
22950
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22951
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
22952
|
-
manual_override_allowed?: boolean | undefined;
|
|
22953
|
-
} | undefined) | undefined;
|
|
22954
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
22955
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22956
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
22957
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22958
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
22959
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
22960
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
22961
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
22962
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
22963
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
22964
|
-
} | {
|
|
22965
|
-
temperature_fahrenheit?: number | undefined;
|
|
22966
|
-
temperature_celsius?: number | undefined;
|
|
22967
|
-
relative_humidity?: number | undefined;
|
|
22968
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
22969
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
22970
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
22971
|
-
is_heating_available?: true | undefined;
|
|
22972
|
-
is_cooling_available?: false | undefined;
|
|
22973
|
-
is_heating?: boolean | undefined;
|
|
22974
|
-
is_cooling?: boolean | undefined;
|
|
22975
|
-
is_fan_running?: boolean | undefined;
|
|
22976
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
22977
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
22978
|
-
current_climate_setting?: {
|
|
22979
|
-
automatic_heating_enabled: boolean;
|
|
22980
|
-
automatic_cooling_enabled: boolean;
|
|
22981
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22982
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22983
|
-
heating_set_point_celsius?: number | undefined;
|
|
22984
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22985
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22986
|
-
manual_override_allowed: boolean;
|
|
22987
|
-
} | undefined;
|
|
22988
|
-
default_climate_setting?: ({
|
|
22989
|
-
automatic_heating_enabled: boolean;
|
|
22990
|
-
automatic_cooling_enabled: boolean;
|
|
22991
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
22992
|
-
cooling_set_point_celsius?: number | undefined;
|
|
22993
|
-
heating_set_point_celsius?: number | undefined;
|
|
22994
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
22995
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
22996
|
-
manual_override_allowed: boolean;
|
|
22997
|
-
} | undefined) | undefined;
|
|
22998
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
22999
|
-
active_climate_setting_schedule?: ({
|
|
23000
|
-
climate_setting_schedule_id: string;
|
|
23001
|
-
schedule_type: 'time_bound';
|
|
23002
|
-
device_id: string;
|
|
23003
|
-
name?: string | undefined;
|
|
23004
|
-
schedule_starts_at: string;
|
|
23005
|
-
schedule_ends_at: string;
|
|
23006
|
-
created_at: string;
|
|
23007
|
-
/** 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. */
|
|
23008
|
-
errors?: any;
|
|
23009
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
23010
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
23011
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
23012
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
23013
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
23014
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23015
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23016
|
-
manual_override_allowed?: boolean | undefined;
|
|
23017
|
-
} | undefined) | undefined;
|
|
23018
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
23019
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
23020
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
23021
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
23022
|
-
} | {
|
|
23023
|
-
temperature_fahrenheit?: number | undefined;
|
|
23024
|
-
temperature_celsius?: number | undefined;
|
|
23025
|
-
relative_humidity?: number | undefined;
|
|
23026
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
23027
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
23028
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
23029
|
-
is_heating_available?: false | undefined;
|
|
23030
|
-
is_cooling_available?: true | undefined;
|
|
23031
|
-
is_heating?: boolean | undefined;
|
|
23032
|
-
is_cooling?: boolean | undefined;
|
|
23033
|
-
is_fan_running?: boolean | undefined;
|
|
23034
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
23035
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
23036
|
-
current_climate_setting?: {
|
|
23037
|
-
automatic_heating_enabled: boolean;
|
|
23038
|
-
automatic_cooling_enabled: boolean;
|
|
23039
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
23040
|
-
cooling_set_point_celsius?: number | undefined;
|
|
23041
|
-
heating_set_point_celsius?: number | undefined;
|
|
23042
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
23043
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
23044
|
-
manual_override_allowed: boolean;
|
|
23045
|
-
} | undefined;
|
|
23046
|
-
default_climate_setting?: ({
|
|
23047
|
-
automatic_heating_enabled: boolean;
|
|
23048
|
-
automatic_cooling_enabled: boolean;
|
|
23049
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
23050
|
-
cooling_set_point_celsius?: number | undefined;
|
|
23051
|
-
heating_set_point_celsius?: number | undefined;
|
|
23052
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
23053
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
23054
|
-
manual_override_allowed: boolean;
|
|
23055
|
-
} | undefined) | undefined;
|
|
23056
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
23057
|
-
active_climate_setting_schedule?: ({
|
|
23058
|
-
climate_setting_schedule_id: string;
|
|
23059
|
-
schedule_type: 'time_bound';
|
|
23060
|
-
device_id: string;
|
|
23061
|
-
name?: string | undefined;
|
|
23062
|
-
schedule_starts_at: string;
|
|
23063
|
-
schedule_ends_at: string;
|
|
23064
|
-
created_at: string;
|
|
23065
|
-
/** 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. */
|
|
23066
|
-
errors?: any;
|
|
23067
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
23068
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
23069
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
23070
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
23071
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
23072
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23073
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23074
|
-
manual_override_allowed?: boolean | undefined;
|
|
23075
|
-
} | undefined) | undefined;
|
|
23076
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
23077
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
23078
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
23079
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
23080
|
-
}))) & {
|
|
23081
|
-
assa_abloy_credential_service_metadata?: ({
|
|
23082
|
-
has_active_endpoint: boolean;
|
|
23083
|
-
endpoints: Array<{
|
|
23084
|
-
endpoint_id: string;
|
|
23085
|
-
is_active: boolean;
|
|
23086
|
-
}>;
|
|
23087
|
-
} | undefined) | undefined;
|
|
23088
22273
|
};
|
|
23089
22274
|
/** Location information for the device. */
|
|
23090
22275
|
location: {
|
|
@@ -23110,13 +22295,6 @@ interface Routes {
|
|
|
23110
22295
|
/** Indicates whether Seam manages the device. */
|
|
23111
22296
|
is_managed: true;
|
|
23112
22297
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
23113
|
-
assa_abloy_credential_service_metadata?: {
|
|
23114
|
-
has_active_endpoint: boolean;
|
|
23115
|
-
endpoints: Array<{
|
|
23116
|
-
endpoint_id: string;
|
|
23117
|
-
is_active: boolean;
|
|
23118
|
-
}>;
|
|
23119
|
-
} | undefined;
|
|
23120
22298
|
};
|
|
23121
22299
|
};
|
|
23122
22300
|
};
|
|
@@ -23724,13 +22902,15 @@ interface Routes {
|
|
|
23724
22902
|
max_cooling_set_point_celsius?: number | undefined;
|
|
23725
22903
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
23726
22904
|
}))) & {
|
|
23727
|
-
|
|
23728
|
-
|
|
23729
|
-
|
|
23730
|
-
|
|
23731
|
-
|
|
23732
|
-
|
|
23733
|
-
|
|
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;
|
|
23734
22914
|
};
|
|
23735
22915
|
/** Location information for the device. */
|
|
23736
22916
|
location: {
|
|
@@ -24230,13 +23410,15 @@ interface Routes {
|
|
|
24230
23410
|
max_cooling_set_point_celsius?: number | undefined;
|
|
24231
23411
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
24232
23412
|
}))) & {
|
|
24233
|
-
|
|
24234
|
-
|
|
24235
|
-
|
|
24236
|
-
|
|
24237
|
-
|
|
24238
|
-
|
|
24239
|
-
|
|
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;
|
|
24240
23422
|
};
|
|
24241
23423
|
/** Location information for the device. */
|
|
24242
23424
|
location: {
|
|
@@ -24897,13 +24079,15 @@ interface Routes {
|
|
|
24897
24079
|
max_cooling_set_point_celsius?: number | undefined;
|
|
24898
24080
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
24899
24081
|
}))) & {
|
|
24900
|
-
|
|
24901
|
-
|
|
24902
|
-
|
|
24903
|
-
|
|
24904
|
-
|
|
24905
|
-
|
|
24906
|
-
|
|
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;
|
|
24907
24091
|
};
|
|
24908
24092
|
/** Location information for the device. */
|
|
24909
24093
|
location: {
|