@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
|
@@ -2178,13 +2178,15 @@ export interface Routes {
|
|
|
2178
2178
|
max_cooling_set_point_celsius?: number | undefined;
|
|
2179
2179
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2180
2180
|
}))) & {
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2181
|
+
properties?: {
|
|
2182
|
+
assa_abloy_credential_service_metadata?: {
|
|
2183
|
+
has_active_endpoint: boolean;
|
|
2184
|
+
endpoints: Array<{
|
|
2185
|
+
endpoint_id: string;
|
|
2186
|
+
is_active: boolean;
|
|
2187
|
+
}>;
|
|
2188
|
+
} | undefined;
|
|
2189
|
+
} | undefined;
|
|
2188
2190
|
};
|
|
2189
2191
|
/** Location information for the device. */
|
|
2190
2192
|
location: {
|
|
@@ -2654,13 +2656,15 @@ export interface Routes {
|
|
|
2654
2656
|
max_cooling_set_point_celsius?: number | undefined;
|
|
2655
2657
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2656
2658
|
}))) & {
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2659
|
+
properties?: {
|
|
2660
|
+
assa_abloy_credential_service_metadata?: {
|
|
2661
|
+
has_active_endpoint: boolean;
|
|
2662
|
+
endpoints: Array<{
|
|
2663
|
+
endpoint_id: string;
|
|
2664
|
+
is_active: boolean;
|
|
2665
|
+
}>;
|
|
2666
|
+
} | undefined;
|
|
2667
|
+
} | undefined;
|
|
2664
2668
|
};
|
|
2665
2669
|
/** Location information for the device. */
|
|
2666
2670
|
location: {
|
|
@@ -3449,13 +3453,15 @@ export interface Routes {
|
|
|
3449
3453
|
max_cooling_set_point_celsius?: number | undefined;
|
|
3450
3454
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3451
3455
|
}))) & {
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3456
|
+
properties?: {
|
|
3457
|
+
assa_abloy_credential_service_metadata?: {
|
|
3458
|
+
has_active_endpoint: boolean;
|
|
3459
|
+
endpoints: Array<{
|
|
3460
|
+
endpoint_id: string;
|
|
3461
|
+
is_active: boolean;
|
|
3462
|
+
}>;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
} | undefined;
|
|
3459
3465
|
};
|
|
3460
3466
|
/** Location information for the device. */
|
|
3461
3467
|
location: {
|
|
@@ -3902,13 +3908,15 @@ export interface Routes {
|
|
|
3902
3908
|
max_cooling_set_point_celsius?: number | undefined;
|
|
3903
3909
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3904
3910
|
}))) & {
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3911
|
+
properties?: {
|
|
3912
|
+
assa_abloy_credential_service_metadata?: {
|
|
3913
|
+
has_active_endpoint: boolean;
|
|
3914
|
+
endpoints: Array<{
|
|
3915
|
+
endpoint_id: string;
|
|
3916
|
+
is_active: boolean;
|
|
3917
|
+
}>;
|
|
3918
|
+
} | undefined;
|
|
3919
|
+
} | undefined;
|
|
3912
3920
|
};
|
|
3913
3921
|
/** Location information for the device. */
|
|
3914
3922
|
location: {
|
|
@@ -4378,13 +4386,15 @@ export interface Routes {
|
|
|
4378
4386
|
max_cooling_set_point_celsius?: number | undefined;
|
|
4379
4387
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
4380
4388
|
}))) & {
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4389
|
+
properties?: {
|
|
4390
|
+
assa_abloy_credential_service_metadata?: {
|
|
4391
|
+
has_active_endpoint: boolean;
|
|
4392
|
+
endpoints: Array<{
|
|
4393
|
+
endpoint_id: string;
|
|
4394
|
+
is_active: boolean;
|
|
4395
|
+
}>;
|
|
4396
|
+
} | undefined;
|
|
4397
|
+
} | undefined;
|
|
4388
4398
|
};
|
|
4389
4399
|
/** Location information for the device. */
|
|
4390
4400
|
location: {
|
|
@@ -4831,13 +4841,15 @@ export interface Routes {
|
|
|
4831
4841
|
max_cooling_set_point_celsius?: number | undefined;
|
|
4832
4842
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
4833
4843
|
}))) & {
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4844
|
+
properties?: {
|
|
4845
|
+
assa_abloy_credential_service_metadata?: {
|
|
4846
|
+
has_active_endpoint: boolean;
|
|
4847
|
+
endpoints: Array<{
|
|
4848
|
+
endpoint_id: string;
|
|
4849
|
+
is_active: boolean;
|
|
4850
|
+
}>;
|
|
4851
|
+
} | undefined;
|
|
4852
|
+
} | undefined;
|
|
4841
4853
|
};
|
|
4842
4854
|
/** Location information for the device. */
|
|
4843
4855
|
location: {
|
|
@@ -5168,909 +5180,82 @@ export interface Routes {
|
|
|
5168
5180
|
device_type: 'android_phone' | 'ios_phone';
|
|
5169
5181
|
/** 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. */
|
|
5170
5182
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
/** Display name of the device model. */
|
|
5179
|
-
display_name: string;
|
|
5180
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
5181
|
-
manufacturer_display_name: string;
|
|
5182
|
-
/** Indicates whether the device supports offline access codes. */
|
|
5183
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
5184
|
-
/** Indicates whether the device supports online access codes. */
|
|
5185
|
-
online_access_codes_supported?: boolean | undefined;
|
|
5186
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
5187
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
5188
|
-
};
|
|
5189
|
-
/** Indicates whether the device has direct power. */
|
|
5190
|
-
has_direct_power?: boolean | undefined;
|
|
5191
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
5192
|
-
battery_level?: number | undefined;
|
|
5193
|
-
/** 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. */
|
|
5194
|
-
battery?: {
|
|
5195
|
-
level: number;
|
|
5196
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
5197
|
-
} | undefined;
|
|
5198
|
-
/** Manufacturer of the device. */
|
|
5199
|
-
manufacturer?: string | undefined;
|
|
5200
|
-
/** Image URL for the device. */
|
|
5201
|
-
image_url?: string | undefined;
|
|
5202
|
-
/** Alt text for the device image. */
|
|
5203
|
-
image_alt_text?: string | undefined;
|
|
5204
|
-
/** Serial number of the device. */
|
|
5205
|
-
serial_number?: string | undefined;
|
|
5206
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
5207
|
-
online_access_codes_enabled?: boolean | undefined;
|
|
5208
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5209
|
-
offline_access_codes_enabled?: boolean | undefined;
|
|
5210
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5211
|
-
supports_accessory_keypad?: boolean | undefined;
|
|
5212
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5213
|
-
supports_offline_access_codes?: boolean | undefined;
|
|
5214
|
-
} & {
|
|
5215
|
-
august_metadata?: {
|
|
5216
|
-
lock_id: string;
|
|
5217
|
-
lock_name: string;
|
|
5218
|
-
house_name: string;
|
|
5219
|
-
has_keypad: boolean;
|
|
5220
|
-
keypad_battery_level?: string | undefined;
|
|
5221
|
-
model?: string | undefined;
|
|
5222
|
-
house_id?: string | undefined;
|
|
5223
|
-
} | undefined;
|
|
5224
|
-
avigilon_alta_metadata?: {
|
|
5225
|
-
entry_name: string;
|
|
5226
|
-
org_name: string;
|
|
5227
|
-
zone_id: number;
|
|
5228
|
-
zone_name: string;
|
|
5229
|
-
site_id: number;
|
|
5230
|
-
site_name: string;
|
|
5231
|
-
} | undefined;
|
|
5232
|
-
schlage_metadata?: {
|
|
5233
|
-
device_id: string;
|
|
5234
|
-
device_name: string;
|
|
5235
|
-
access_code_length: number;
|
|
5236
|
-
model?: string | undefined;
|
|
5237
|
-
} | undefined;
|
|
5238
|
-
smartthings_metadata?: {
|
|
5239
|
-
device_id: string;
|
|
5240
|
-
device_name: string;
|
|
5241
|
-
model?: string | undefined;
|
|
5242
|
-
location_id?: string | undefined;
|
|
5243
|
-
} | undefined;
|
|
5244
|
-
lockly_metadata?: {
|
|
5245
|
-
device_id: string;
|
|
5246
|
-
device_name: string;
|
|
5247
|
-
model?: string | undefined;
|
|
5248
|
-
} | undefined;
|
|
5249
|
-
nuki_metadata?: {
|
|
5250
|
-
device_id: string;
|
|
5251
|
-
device_name: string;
|
|
5252
|
-
keypad_battery_critical?: boolean | undefined;
|
|
5253
|
-
} | undefined;
|
|
5254
|
-
kwikset_metadata?: {
|
|
5255
|
-
device_id: string;
|
|
5256
|
-
device_name: string;
|
|
5257
|
-
model_number: string;
|
|
5258
|
-
} | undefined;
|
|
5259
|
-
salto_metadata?: {
|
|
5260
|
-
lock_id: string;
|
|
5261
|
-
customer_reference: string;
|
|
5262
|
-
lock_type: string;
|
|
5263
|
-
battery_level: string;
|
|
5264
|
-
locked_state: string;
|
|
5265
|
-
model?: string | undefined;
|
|
5266
|
-
} | undefined;
|
|
5267
|
-
genie_metadata?: {
|
|
5268
|
-
device_name: string;
|
|
5269
|
-
door_name: string;
|
|
5270
|
-
} | undefined;
|
|
5271
|
-
brivo_metadata?: {
|
|
5272
|
-
device_name: string;
|
|
5273
|
-
} | undefined;
|
|
5274
|
-
igloo_metadata?: {
|
|
5275
|
-
device_id: string;
|
|
5276
|
-
bridge_id: string;
|
|
5277
|
-
model?: string | undefined;
|
|
5278
|
-
} | undefined;
|
|
5279
|
-
noiseaware_metadata?: {
|
|
5280
|
-
device_model: 'indoor' | 'outdoor';
|
|
5281
|
-
noise_level_nrs: number;
|
|
5282
|
-
noise_level_decibel: number;
|
|
5283
|
-
device_name: string;
|
|
5284
|
-
device_id: string;
|
|
5183
|
+
properties: {
|
|
5184
|
+
assa_abloy_credential_service_metadata?: {
|
|
5185
|
+
has_active_endpoint: boolean;
|
|
5186
|
+
endpoints: Array<{
|
|
5187
|
+
endpoint_id: string;
|
|
5188
|
+
is_active: boolean;
|
|
5189
|
+
}>;
|
|
5285
5190
|
} | undefined;
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5191
|
+
};
|
|
5192
|
+
/** Location information for the device. */
|
|
5193
|
+
location: {
|
|
5194
|
+
/** Name of the device location. */
|
|
5195
|
+
location_name?: string | undefined;
|
|
5196
|
+
/** Time zone of the device location. */
|
|
5197
|
+
timezone?: string | undefined;
|
|
5198
|
+
} | null;
|
|
5199
|
+
/** Unique identifier for the Seam workspace associated with the device. */
|
|
5200
|
+
workspace_id: string;
|
|
5201
|
+
/** 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. */
|
|
5202
|
+
errors: Array<{
|
|
5203
|
+
error_code: string;
|
|
5204
|
+
message: string;
|
|
5205
|
+
}>;
|
|
5206
|
+
/** 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. */
|
|
5207
|
+
warnings: Array<{
|
|
5208
|
+
warning_code: string;
|
|
5209
|
+
message: string;
|
|
5210
|
+
}>;
|
|
5211
|
+
/** Date and time at which the device object was created. */
|
|
5212
|
+
created_at: string;
|
|
5213
|
+
/** Indicates whether Seam manages the device. */
|
|
5214
|
+
is_managed: true;
|
|
5215
|
+
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
5216
|
+
}>;
|
|
5217
|
+
};
|
|
5218
|
+
};
|
|
5219
|
+
'/phones/simulate/create_sandbox_phone': {
|
|
5220
|
+
route: '/phones/simulate/create_sandbox_phone';
|
|
5221
|
+
method: 'GET' | 'POST';
|
|
5222
|
+
queryParams: {};
|
|
5223
|
+
jsonBody: {
|
|
5224
|
+
assa_abloy_credential_service_acs_system_id: string;
|
|
5225
|
+
custom_sdk_installation_id?: string | undefined;
|
|
5226
|
+
user_identity_id: string;
|
|
5227
|
+
phone_metadata?: {
|
|
5228
|
+
operating_system?: 'android' | 'ios';
|
|
5229
|
+
os_version?: string;
|
|
5230
|
+
device_manufacturer?: string;
|
|
5231
|
+
device_model?: string;
|
|
5232
|
+
};
|
|
5233
|
+
assa_abloy_metadata?: {
|
|
5234
|
+
ble_capability?: boolean;
|
|
5235
|
+
hce_capability?: boolean;
|
|
5236
|
+
nfc_capability?: boolean;
|
|
5237
|
+
application_version?: string;
|
|
5238
|
+
seos_applet_version?: string;
|
|
5239
|
+
seos_tsm_endpoint_id?: number;
|
|
5240
|
+
};
|
|
5241
|
+
};
|
|
5242
|
+
commonParams: {};
|
|
5243
|
+
formData: {};
|
|
5244
|
+
jsonResponse: {
|
|
5245
|
+
phone: {
|
|
5246
|
+
/** Unique identifier for the device. */
|
|
5247
|
+
device_id: string;
|
|
5248
|
+
device_type: 'android_phone' | 'ios_phone';
|
|
5249
|
+
/** 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. */
|
|
5250
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
5251
|
+
properties: {
|
|
5252
|
+
assa_abloy_credential_service_metadata?: {
|
|
5253
|
+
has_active_endpoint: boolean;
|
|
5254
|
+
endpoints: Array<{
|
|
5255
|
+
endpoint_id: string;
|
|
5256
|
+
is_active: boolean;
|
|
5257
|
+
}>;
|
|
5311
5258
|
} | undefined;
|
|
5312
|
-
four_suites_metadata?: {
|
|
5313
|
-
device_id: number;
|
|
5314
|
-
device_name: string;
|
|
5315
|
-
reclose_delay_in_seconds: number;
|
|
5316
|
-
} | undefined;
|
|
5317
|
-
two_n_metadata?: {
|
|
5318
|
-
device_id: number;
|
|
5319
|
-
device_name: string;
|
|
5320
|
-
} | undefined;
|
|
5321
|
-
controlbyweb_metadata?: {
|
|
5322
|
-
device_id: string;
|
|
5323
|
-
device_name: string;
|
|
5324
|
-
relay_name: string | null;
|
|
5325
|
-
} | undefined;
|
|
5326
|
-
ttlock_metadata?: {
|
|
5327
|
-
lock_id: number;
|
|
5328
|
-
lock_alias: string;
|
|
5329
|
-
} | undefined;
|
|
5330
|
-
seam_bridge_metadata?: {
|
|
5331
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
5332
|
-
device_num: number;
|
|
5333
|
-
name: string;
|
|
5334
|
-
} | undefined;
|
|
5335
|
-
igloohome_metadata?: {
|
|
5336
|
-
device_id: string;
|
|
5337
|
-
device_name: string;
|
|
5338
|
-
bridge_id?: string | undefined;
|
|
5339
|
-
bridge_name?: string | undefined;
|
|
5340
|
-
} | undefined;
|
|
5341
|
-
nest_metadata?: {
|
|
5342
|
-
nest_device_id: string;
|
|
5343
|
-
device_name: string;
|
|
5344
|
-
custom_name: string;
|
|
5345
|
-
} | undefined;
|
|
5346
|
-
ecobee_metadata?: {
|
|
5347
|
-
ecobee_device_id: string;
|
|
5348
|
-
device_name: string;
|
|
5349
|
-
} | undefined;
|
|
5350
|
-
hubitat_metadata?: {
|
|
5351
|
-
device_id: string;
|
|
5352
|
-
device_name: string;
|
|
5353
|
-
device_label: string;
|
|
5354
|
-
} | undefined;
|
|
5355
|
-
dormakaba_oracode_metadata?: {
|
|
5356
|
-
door_id: number;
|
|
5357
|
-
door_name: string;
|
|
5358
|
-
device_id?: number | undefined;
|
|
5359
|
-
site_id: number;
|
|
5360
|
-
site_name: string;
|
|
5361
|
-
iana_timezone?: string | undefined;
|
|
5362
|
-
predefined_time_slots?: Array<{
|
|
5363
|
-
name: string;
|
|
5364
|
-
prefix: number;
|
|
5365
|
-
check_in_time: string;
|
|
5366
|
-
check_out_time: string;
|
|
5367
|
-
is_24_hour: boolean;
|
|
5368
|
-
is_biweekly_mode: boolean;
|
|
5369
|
-
is_one_shot: boolean;
|
|
5370
|
-
is_master: boolean;
|
|
5371
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
5372
|
-
dormakaba_oracode_user_level_id: string;
|
|
5373
|
-
}> | undefined;
|
|
5374
|
-
} | undefined;
|
|
5375
|
-
wyze_metadata?: {
|
|
5376
|
-
device_id: string;
|
|
5377
|
-
device_name: string;
|
|
5378
|
-
product_name: string;
|
|
5379
|
-
product_type: string;
|
|
5380
|
-
product_model: string;
|
|
5381
|
-
device_info_model: string;
|
|
5382
|
-
} | undefined;
|
|
5383
|
-
}) & ({
|
|
5384
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
5385
|
-
code_constraints?: (Array<{
|
|
5386
|
-
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';
|
|
5387
|
-
} | {
|
|
5388
|
-
constraint_type: 'name_length';
|
|
5389
|
-
min_length?: number | undefined;
|
|
5390
|
-
max_length?: number | undefined;
|
|
5391
|
-
}> | undefined) | undefined;
|
|
5392
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
5393
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
5394
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
5395
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
5396
|
-
locked?: (boolean | undefined) | undefined;
|
|
5397
|
-
keypad_battery?: ({
|
|
5398
|
-
level: number;
|
|
5399
|
-
} | undefined) | undefined;
|
|
5400
|
-
door_open?: (boolean | undefined) | undefined;
|
|
5401
|
-
} & ({
|
|
5402
|
-
temperature_fahrenheit?: number | undefined;
|
|
5403
|
-
temperature_celsius?: number | undefined;
|
|
5404
|
-
relative_humidity?: number | undefined;
|
|
5405
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
5406
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
5407
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
5408
|
-
is_heating_available?: true | undefined;
|
|
5409
|
-
is_cooling_available?: true | undefined;
|
|
5410
|
-
is_heating?: boolean | undefined;
|
|
5411
|
-
is_cooling?: boolean | undefined;
|
|
5412
|
-
is_fan_running?: boolean | undefined;
|
|
5413
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5414
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
5415
|
-
current_climate_setting?: {
|
|
5416
|
-
automatic_heating_enabled: boolean;
|
|
5417
|
-
automatic_cooling_enabled: boolean;
|
|
5418
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5419
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5420
|
-
heating_set_point_celsius?: number | undefined;
|
|
5421
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5422
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5423
|
-
manual_override_allowed: boolean;
|
|
5424
|
-
} | undefined;
|
|
5425
|
-
default_climate_setting?: ({
|
|
5426
|
-
automatic_heating_enabled: boolean;
|
|
5427
|
-
automatic_cooling_enabled: boolean;
|
|
5428
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5429
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5430
|
-
heating_set_point_celsius?: number | undefined;
|
|
5431
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5432
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5433
|
-
manual_override_allowed: boolean;
|
|
5434
|
-
} | undefined) | undefined;
|
|
5435
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
5436
|
-
active_climate_setting_schedule?: ({
|
|
5437
|
-
climate_setting_schedule_id: string;
|
|
5438
|
-
schedule_type: 'time_bound';
|
|
5439
|
-
device_id: string;
|
|
5440
|
-
name?: string | undefined;
|
|
5441
|
-
schedule_starts_at: string;
|
|
5442
|
-
schedule_ends_at: string;
|
|
5443
|
-
created_at: string;
|
|
5444
|
-
/** 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. */
|
|
5445
|
-
errors?: any;
|
|
5446
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5447
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5448
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5449
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5450
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
5451
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5452
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5453
|
-
manual_override_allowed?: boolean | undefined;
|
|
5454
|
-
} | undefined) | undefined;
|
|
5455
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
5456
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
5457
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
5458
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
5459
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
5460
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
5461
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
5462
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
5463
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
5464
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
5465
|
-
} | {
|
|
5466
|
-
temperature_fahrenheit?: number | undefined;
|
|
5467
|
-
temperature_celsius?: number | undefined;
|
|
5468
|
-
relative_humidity?: number | undefined;
|
|
5469
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
5470
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
5471
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
5472
|
-
is_heating_available?: true | undefined;
|
|
5473
|
-
is_cooling_available?: false | undefined;
|
|
5474
|
-
is_heating?: boolean | undefined;
|
|
5475
|
-
is_cooling?: boolean | undefined;
|
|
5476
|
-
is_fan_running?: boolean | undefined;
|
|
5477
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5478
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
5479
|
-
current_climate_setting?: {
|
|
5480
|
-
automatic_heating_enabled: boolean;
|
|
5481
|
-
automatic_cooling_enabled: boolean;
|
|
5482
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5483
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5484
|
-
heating_set_point_celsius?: number | undefined;
|
|
5485
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5486
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5487
|
-
manual_override_allowed: boolean;
|
|
5488
|
-
} | undefined;
|
|
5489
|
-
default_climate_setting?: ({
|
|
5490
|
-
automatic_heating_enabled: boolean;
|
|
5491
|
-
automatic_cooling_enabled: boolean;
|
|
5492
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5493
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5494
|
-
heating_set_point_celsius?: number | undefined;
|
|
5495
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5496
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5497
|
-
manual_override_allowed: boolean;
|
|
5498
|
-
} | undefined) | undefined;
|
|
5499
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
5500
|
-
active_climate_setting_schedule?: ({
|
|
5501
|
-
climate_setting_schedule_id: string;
|
|
5502
|
-
schedule_type: 'time_bound';
|
|
5503
|
-
device_id: string;
|
|
5504
|
-
name?: string | undefined;
|
|
5505
|
-
schedule_starts_at: string;
|
|
5506
|
-
schedule_ends_at: string;
|
|
5507
|
-
created_at: string;
|
|
5508
|
-
/** 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. */
|
|
5509
|
-
errors?: any;
|
|
5510
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5511
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5512
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5513
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5514
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
5515
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5516
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5517
|
-
manual_override_allowed?: boolean | undefined;
|
|
5518
|
-
} | undefined) | undefined;
|
|
5519
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
5520
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
5521
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
5522
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
5523
|
-
} | {
|
|
5524
|
-
temperature_fahrenheit?: number | undefined;
|
|
5525
|
-
temperature_celsius?: number | undefined;
|
|
5526
|
-
relative_humidity?: number | undefined;
|
|
5527
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
5528
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
5529
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
5530
|
-
is_heating_available?: false | undefined;
|
|
5531
|
-
is_cooling_available?: true | undefined;
|
|
5532
|
-
is_heating?: boolean | undefined;
|
|
5533
|
-
is_cooling?: boolean | undefined;
|
|
5534
|
-
is_fan_running?: boolean | undefined;
|
|
5535
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5536
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
5537
|
-
current_climate_setting?: {
|
|
5538
|
-
automatic_heating_enabled: boolean;
|
|
5539
|
-
automatic_cooling_enabled: boolean;
|
|
5540
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5541
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5542
|
-
heating_set_point_celsius?: number | undefined;
|
|
5543
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5544
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5545
|
-
manual_override_allowed: boolean;
|
|
5546
|
-
} | undefined;
|
|
5547
|
-
default_climate_setting?: ({
|
|
5548
|
-
automatic_heating_enabled: boolean;
|
|
5549
|
-
automatic_cooling_enabled: boolean;
|
|
5550
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5551
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5552
|
-
heating_set_point_celsius?: number | undefined;
|
|
5553
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5554
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5555
|
-
manual_override_allowed: boolean;
|
|
5556
|
-
} | undefined) | undefined;
|
|
5557
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
5558
|
-
active_climate_setting_schedule?: ({
|
|
5559
|
-
climate_setting_schedule_id: string;
|
|
5560
|
-
schedule_type: 'time_bound';
|
|
5561
|
-
device_id: string;
|
|
5562
|
-
name?: string | undefined;
|
|
5563
|
-
schedule_starts_at: string;
|
|
5564
|
-
schedule_ends_at: string;
|
|
5565
|
-
created_at: string;
|
|
5566
|
-
/** 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. */
|
|
5567
|
-
errors?: any;
|
|
5568
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5569
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5570
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5571
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5572
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
5573
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5574
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5575
|
-
manual_override_allowed?: boolean | undefined;
|
|
5576
|
-
} | undefined) | undefined;
|
|
5577
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
5578
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
5579
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
5580
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
5581
|
-
}))) & {
|
|
5582
|
-
assa_abloy_credential_service_metadata?: ({
|
|
5583
|
-
has_active_endpoint: boolean;
|
|
5584
|
-
endpoints: Array<{
|
|
5585
|
-
endpoint_id: string;
|
|
5586
|
-
is_active: boolean;
|
|
5587
|
-
}>;
|
|
5588
|
-
} | undefined) | undefined;
|
|
5589
|
-
};
|
|
5590
|
-
/** Location information for the device. */
|
|
5591
|
-
location: {
|
|
5592
|
-
/** Name of the device location. */
|
|
5593
|
-
location_name?: string | undefined;
|
|
5594
|
-
/** Time zone of the device location. */
|
|
5595
|
-
timezone?: string | undefined;
|
|
5596
|
-
} | null;
|
|
5597
|
-
/** Unique identifier for the Seam workspace associated with the device. */
|
|
5598
|
-
workspace_id: string;
|
|
5599
|
-
/** 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. */
|
|
5600
|
-
errors: Array<{
|
|
5601
|
-
error_code: string;
|
|
5602
|
-
message: string;
|
|
5603
|
-
}>;
|
|
5604
|
-
/** 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. */
|
|
5605
|
-
warnings: Array<{
|
|
5606
|
-
warning_code: string;
|
|
5607
|
-
message: string;
|
|
5608
|
-
}>;
|
|
5609
|
-
/** Date and time at which the device object was created. */
|
|
5610
|
-
created_at: string;
|
|
5611
|
-
/** Indicates whether Seam manages the device. */
|
|
5612
|
-
is_managed: true;
|
|
5613
|
-
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
5614
|
-
assa_abloy_credential_service_metadata?: {
|
|
5615
|
-
has_active_endpoint: boolean;
|
|
5616
|
-
endpoints: Array<{
|
|
5617
|
-
endpoint_id: string;
|
|
5618
|
-
is_active: boolean;
|
|
5619
|
-
}>;
|
|
5620
|
-
} | undefined;
|
|
5621
|
-
}>;
|
|
5622
|
-
};
|
|
5623
|
-
};
|
|
5624
|
-
'/phones/simulate/create_sandbox_phone': {
|
|
5625
|
-
route: '/phones/simulate/create_sandbox_phone';
|
|
5626
|
-
method: 'GET' | 'POST';
|
|
5627
|
-
queryParams: {};
|
|
5628
|
-
jsonBody: {
|
|
5629
|
-
assa_abloy_credential_service_acs_system_id: string;
|
|
5630
|
-
custom_sdk_installation_id?: string | undefined;
|
|
5631
|
-
user_identity_id: string;
|
|
5632
|
-
phone_metadata?: {
|
|
5633
|
-
operating_system?: 'android' | 'ios';
|
|
5634
|
-
os_version?: string;
|
|
5635
|
-
device_manufacturer?: string;
|
|
5636
|
-
device_model?: string;
|
|
5637
|
-
};
|
|
5638
|
-
assa_abloy_metadata?: {
|
|
5639
|
-
ble_capability?: boolean;
|
|
5640
|
-
hce_capability?: boolean;
|
|
5641
|
-
nfc_capability?: boolean;
|
|
5642
|
-
application_version?: string;
|
|
5643
|
-
seos_applet_version?: string;
|
|
5644
|
-
seos_tsm_endpoint_id?: number;
|
|
5645
|
-
};
|
|
5646
|
-
};
|
|
5647
|
-
commonParams: {};
|
|
5648
|
-
formData: {};
|
|
5649
|
-
jsonResponse: {
|
|
5650
|
-
phone: {
|
|
5651
|
-
/** Unique identifier for the device. */
|
|
5652
|
-
device_id: string;
|
|
5653
|
-
device_type: 'android_phone' | 'ios_phone';
|
|
5654
|
-
/** 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. */
|
|
5655
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
5656
|
-
/** Properties of the device. */
|
|
5657
|
-
properties: (({
|
|
5658
|
-
/** Indicates whether the device is online. */
|
|
5659
|
-
online: boolean;
|
|
5660
|
-
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
5661
|
-
name: string;
|
|
5662
|
-
model: {
|
|
5663
|
-
/** Display name of the device model. */
|
|
5664
|
-
display_name: string;
|
|
5665
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
5666
|
-
manufacturer_display_name: string;
|
|
5667
|
-
/** Indicates whether the device supports offline access codes. */
|
|
5668
|
-
offline_access_codes_supported?: boolean | undefined;
|
|
5669
|
-
/** Indicates whether the device supports online access codes. */
|
|
5670
|
-
online_access_codes_supported?: boolean | undefined;
|
|
5671
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
5672
|
-
accessory_keypad_supported?: boolean | undefined;
|
|
5673
|
-
};
|
|
5674
|
-
/** Indicates whether the device has direct power. */
|
|
5675
|
-
has_direct_power?: boolean | undefined;
|
|
5676
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
5677
|
-
battery_level?: number | undefined;
|
|
5678
|
-
/** 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. */
|
|
5679
|
-
battery?: {
|
|
5680
|
-
level: number;
|
|
5681
|
-
status: 'critical' | 'low' | 'good' | 'full';
|
|
5682
|
-
} | undefined;
|
|
5683
|
-
/** Manufacturer of the device. */
|
|
5684
|
-
manufacturer?: string | undefined;
|
|
5685
|
-
/** Image URL for the device. */
|
|
5686
|
-
image_url?: string | undefined;
|
|
5687
|
-
/** Alt text for the device image. */
|
|
5688
|
-
image_alt_text?: string | undefined;
|
|
5689
|
-
/** Serial number of the device. */
|
|
5690
|
-
serial_number?: string | undefined;
|
|
5691
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
5692
|
-
online_access_codes_enabled?: boolean | undefined;
|
|
5693
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5694
|
-
offline_access_codes_enabled?: boolean | undefined;
|
|
5695
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5696
|
-
supports_accessory_keypad?: boolean | undefined;
|
|
5697
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5698
|
-
supports_offline_access_codes?: boolean | undefined;
|
|
5699
|
-
} & {
|
|
5700
|
-
august_metadata?: {
|
|
5701
|
-
lock_id: string;
|
|
5702
|
-
lock_name: string;
|
|
5703
|
-
house_name: string;
|
|
5704
|
-
has_keypad: boolean;
|
|
5705
|
-
keypad_battery_level?: string | undefined;
|
|
5706
|
-
model?: string | undefined;
|
|
5707
|
-
house_id?: string | undefined;
|
|
5708
|
-
} | undefined;
|
|
5709
|
-
avigilon_alta_metadata?: {
|
|
5710
|
-
entry_name: string;
|
|
5711
|
-
org_name: string;
|
|
5712
|
-
zone_id: number;
|
|
5713
|
-
zone_name: string;
|
|
5714
|
-
site_id: number;
|
|
5715
|
-
site_name: string;
|
|
5716
|
-
} | undefined;
|
|
5717
|
-
schlage_metadata?: {
|
|
5718
|
-
device_id: string;
|
|
5719
|
-
device_name: string;
|
|
5720
|
-
access_code_length: number;
|
|
5721
|
-
model?: string | undefined;
|
|
5722
|
-
} | undefined;
|
|
5723
|
-
smartthings_metadata?: {
|
|
5724
|
-
device_id: string;
|
|
5725
|
-
device_name: string;
|
|
5726
|
-
model?: string | undefined;
|
|
5727
|
-
location_id?: string | undefined;
|
|
5728
|
-
} | undefined;
|
|
5729
|
-
lockly_metadata?: {
|
|
5730
|
-
device_id: string;
|
|
5731
|
-
device_name: string;
|
|
5732
|
-
model?: string | undefined;
|
|
5733
|
-
} | undefined;
|
|
5734
|
-
nuki_metadata?: {
|
|
5735
|
-
device_id: string;
|
|
5736
|
-
device_name: string;
|
|
5737
|
-
keypad_battery_critical?: boolean | undefined;
|
|
5738
|
-
} | undefined;
|
|
5739
|
-
kwikset_metadata?: {
|
|
5740
|
-
device_id: string;
|
|
5741
|
-
device_name: string;
|
|
5742
|
-
model_number: string;
|
|
5743
|
-
} | undefined;
|
|
5744
|
-
salto_metadata?: {
|
|
5745
|
-
lock_id: string;
|
|
5746
|
-
customer_reference: string;
|
|
5747
|
-
lock_type: string;
|
|
5748
|
-
battery_level: string;
|
|
5749
|
-
locked_state: string;
|
|
5750
|
-
model?: string | undefined;
|
|
5751
|
-
} | undefined;
|
|
5752
|
-
genie_metadata?: {
|
|
5753
|
-
device_name: string;
|
|
5754
|
-
door_name: string;
|
|
5755
|
-
} | undefined;
|
|
5756
|
-
brivo_metadata?: {
|
|
5757
|
-
device_name: string;
|
|
5758
|
-
} | undefined;
|
|
5759
|
-
igloo_metadata?: {
|
|
5760
|
-
device_id: string;
|
|
5761
|
-
bridge_id: string;
|
|
5762
|
-
model?: string | undefined;
|
|
5763
|
-
} | undefined;
|
|
5764
|
-
noiseaware_metadata?: {
|
|
5765
|
-
device_model: 'indoor' | 'outdoor';
|
|
5766
|
-
noise_level_nrs: number;
|
|
5767
|
-
noise_level_decibel: number;
|
|
5768
|
-
device_name: string;
|
|
5769
|
-
device_id: string;
|
|
5770
|
-
} | undefined;
|
|
5771
|
-
minut_metadata?: {
|
|
5772
|
-
device_id: string;
|
|
5773
|
-
device_name: string;
|
|
5774
|
-
latest_sensor_values: {
|
|
5775
|
-
temperature: {
|
|
5776
|
-
time: string;
|
|
5777
|
-
value: number;
|
|
5778
|
-
};
|
|
5779
|
-
sound: {
|
|
5780
|
-
time: string;
|
|
5781
|
-
value: number;
|
|
5782
|
-
};
|
|
5783
|
-
humidity: {
|
|
5784
|
-
time: string;
|
|
5785
|
-
value: number;
|
|
5786
|
-
};
|
|
5787
|
-
pressure: {
|
|
5788
|
-
time: string;
|
|
5789
|
-
value: number;
|
|
5790
|
-
};
|
|
5791
|
-
accelerometer_z: {
|
|
5792
|
-
time: string;
|
|
5793
|
-
value: number;
|
|
5794
|
-
};
|
|
5795
|
-
};
|
|
5796
|
-
} | undefined;
|
|
5797
|
-
four_suites_metadata?: {
|
|
5798
|
-
device_id: number;
|
|
5799
|
-
device_name: string;
|
|
5800
|
-
reclose_delay_in_seconds: number;
|
|
5801
|
-
} | undefined;
|
|
5802
|
-
two_n_metadata?: {
|
|
5803
|
-
device_id: number;
|
|
5804
|
-
device_name: string;
|
|
5805
|
-
} | undefined;
|
|
5806
|
-
controlbyweb_metadata?: {
|
|
5807
|
-
device_id: string;
|
|
5808
|
-
device_name: string;
|
|
5809
|
-
relay_name: string | null;
|
|
5810
|
-
} | undefined;
|
|
5811
|
-
ttlock_metadata?: {
|
|
5812
|
-
lock_id: number;
|
|
5813
|
-
lock_alias: string;
|
|
5814
|
-
} | undefined;
|
|
5815
|
-
seam_bridge_metadata?: {
|
|
5816
|
-
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
5817
|
-
device_num: number;
|
|
5818
|
-
name: string;
|
|
5819
|
-
} | undefined;
|
|
5820
|
-
igloohome_metadata?: {
|
|
5821
|
-
device_id: string;
|
|
5822
|
-
device_name: string;
|
|
5823
|
-
bridge_id?: string | undefined;
|
|
5824
|
-
bridge_name?: string | undefined;
|
|
5825
|
-
} | undefined;
|
|
5826
|
-
nest_metadata?: {
|
|
5827
|
-
nest_device_id: string;
|
|
5828
|
-
device_name: string;
|
|
5829
|
-
custom_name: string;
|
|
5830
|
-
} | undefined;
|
|
5831
|
-
ecobee_metadata?: {
|
|
5832
|
-
ecobee_device_id: string;
|
|
5833
|
-
device_name: string;
|
|
5834
|
-
} | undefined;
|
|
5835
|
-
hubitat_metadata?: {
|
|
5836
|
-
device_id: string;
|
|
5837
|
-
device_name: string;
|
|
5838
|
-
device_label: string;
|
|
5839
|
-
} | undefined;
|
|
5840
|
-
dormakaba_oracode_metadata?: {
|
|
5841
|
-
door_id: number;
|
|
5842
|
-
door_name: string;
|
|
5843
|
-
device_id?: number | undefined;
|
|
5844
|
-
site_id: number;
|
|
5845
|
-
site_name: string;
|
|
5846
|
-
iana_timezone?: string | undefined;
|
|
5847
|
-
predefined_time_slots?: Array<{
|
|
5848
|
-
name: string;
|
|
5849
|
-
prefix: number;
|
|
5850
|
-
check_in_time: string;
|
|
5851
|
-
check_out_time: string;
|
|
5852
|
-
is_24_hour: boolean;
|
|
5853
|
-
is_biweekly_mode: boolean;
|
|
5854
|
-
is_one_shot: boolean;
|
|
5855
|
-
is_master: boolean;
|
|
5856
|
-
ext_dormakaba_oracode_user_level_prefix: number;
|
|
5857
|
-
dormakaba_oracode_user_level_id: string;
|
|
5858
|
-
}> | undefined;
|
|
5859
|
-
} | undefined;
|
|
5860
|
-
wyze_metadata?: {
|
|
5861
|
-
device_id: string;
|
|
5862
|
-
device_name: string;
|
|
5863
|
-
product_name: string;
|
|
5864
|
-
product_type: string;
|
|
5865
|
-
product_model: string;
|
|
5866
|
-
device_info_model: string;
|
|
5867
|
-
} | undefined;
|
|
5868
|
-
}) & ({
|
|
5869
|
-
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
5870
|
-
code_constraints?: (Array<{
|
|
5871
|
-
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';
|
|
5872
|
-
} | {
|
|
5873
|
-
constraint_type: 'name_length';
|
|
5874
|
-
min_length?: number | undefined;
|
|
5875
|
-
max_length?: number | undefined;
|
|
5876
|
-
}> | undefined) | undefined;
|
|
5877
|
-
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
5878
|
-
max_active_codes_supported?: (number | undefined) | undefined;
|
|
5879
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
5880
|
-
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
5881
|
-
locked?: (boolean | undefined) | undefined;
|
|
5882
|
-
keypad_battery?: ({
|
|
5883
|
-
level: number;
|
|
5884
|
-
} | undefined) | undefined;
|
|
5885
|
-
door_open?: (boolean | undefined) | undefined;
|
|
5886
|
-
} & ({
|
|
5887
|
-
temperature_fahrenheit?: number | undefined;
|
|
5888
|
-
temperature_celsius?: number | undefined;
|
|
5889
|
-
relative_humidity?: number | undefined;
|
|
5890
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
5891
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
5892
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
5893
|
-
is_heating_available?: true | undefined;
|
|
5894
|
-
is_cooling_available?: true | undefined;
|
|
5895
|
-
is_heating?: boolean | undefined;
|
|
5896
|
-
is_cooling?: boolean | undefined;
|
|
5897
|
-
is_fan_running?: boolean | undefined;
|
|
5898
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5899
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
5900
|
-
current_climate_setting?: {
|
|
5901
|
-
automatic_heating_enabled: boolean;
|
|
5902
|
-
automatic_cooling_enabled: boolean;
|
|
5903
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5904
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5905
|
-
heating_set_point_celsius?: number | undefined;
|
|
5906
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5907
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5908
|
-
manual_override_allowed: boolean;
|
|
5909
|
-
} | undefined;
|
|
5910
|
-
default_climate_setting?: ({
|
|
5911
|
-
automatic_heating_enabled: boolean;
|
|
5912
|
-
automatic_cooling_enabled: boolean;
|
|
5913
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5914
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5915
|
-
heating_set_point_celsius?: number | undefined;
|
|
5916
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5917
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5918
|
-
manual_override_allowed: boolean;
|
|
5919
|
-
} | undefined) | undefined;
|
|
5920
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
5921
|
-
active_climate_setting_schedule?: ({
|
|
5922
|
-
climate_setting_schedule_id: string;
|
|
5923
|
-
schedule_type: 'time_bound';
|
|
5924
|
-
device_id: string;
|
|
5925
|
-
name?: string | undefined;
|
|
5926
|
-
schedule_starts_at: string;
|
|
5927
|
-
schedule_ends_at: string;
|
|
5928
|
-
created_at: string;
|
|
5929
|
-
/** 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. */
|
|
5930
|
-
errors?: any;
|
|
5931
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5932
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5933
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5934
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5935
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
5936
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5937
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
5938
|
-
manual_override_allowed?: boolean | undefined;
|
|
5939
|
-
} | undefined) | undefined;
|
|
5940
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
5941
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
5942
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
5943
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
5944
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
5945
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
5946
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
5947
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
5948
|
-
min_heating_cooling_delta_celsius?: number | undefined;
|
|
5949
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
5950
|
-
} | {
|
|
5951
|
-
temperature_fahrenheit?: number | undefined;
|
|
5952
|
-
temperature_celsius?: number | undefined;
|
|
5953
|
-
relative_humidity?: number | undefined;
|
|
5954
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
5955
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
5956
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
5957
|
-
is_heating_available?: true | undefined;
|
|
5958
|
-
is_cooling_available?: false | undefined;
|
|
5959
|
-
is_heating?: boolean | undefined;
|
|
5960
|
-
is_cooling?: boolean | undefined;
|
|
5961
|
-
is_fan_running?: boolean | undefined;
|
|
5962
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
5963
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
5964
|
-
current_climate_setting?: {
|
|
5965
|
-
automatic_heating_enabled: boolean;
|
|
5966
|
-
automatic_cooling_enabled: boolean;
|
|
5967
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5968
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5969
|
-
heating_set_point_celsius?: number | undefined;
|
|
5970
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5971
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5972
|
-
manual_override_allowed: boolean;
|
|
5973
|
-
} | undefined;
|
|
5974
|
-
default_climate_setting?: ({
|
|
5975
|
-
automatic_heating_enabled: boolean;
|
|
5976
|
-
automatic_cooling_enabled: boolean;
|
|
5977
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
5978
|
-
cooling_set_point_celsius?: number | undefined;
|
|
5979
|
-
heating_set_point_celsius?: number | undefined;
|
|
5980
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
5981
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
5982
|
-
manual_override_allowed: boolean;
|
|
5983
|
-
} | undefined) | undefined;
|
|
5984
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
5985
|
-
active_climate_setting_schedule?: ({
|
|
5986
|
-
climate_setting_schedule_id: string;
|
|
5987
|
-
schedule_type: 'time_bound';
|
|
5988
|
-
device_id: string;
|
|
5989
|
-
name?: string | undefined;
|
|
5990
|
-
schedule_starts_at: string;
|
|
5991
|
-
schedule_ends_at: string;
|
|
5992
|
-
created_at: string;
|
|
5993
|
-
/** 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. */
|
|
5994
|
-
errors?: any;
|
|
5995
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
5996
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
5997
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
5998
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
5999
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
6000
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
6001
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
6002
|
-
manual_override_allowed?: boolean | undefined;
|
|
6003
|
-
} | undefined) | undefined;
|
|
6004
|
-
min_heating_set_point_celsius?: number | undefined;
|
|
6005
|
-
min_heating_set_point_fahrenheit?: number | undefined;
|
|
6006
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
6007
|
-
max_heating_set_point_fahrenheit?: number | undefined;
|
|
6008
|
-
} | {
|
|
6009
|
-
temperature_fahrenheit?: number | undefined;
|
|
6010
|
-
temperature_celsius?: number | undefined;
|
|
6011
|
-
relative_humidity?: number | undefined;
|
|
6012
|
-
can_enable_automatic_heating?: boolean | undefined;
|
|
6013
|
-
can_enable_automatic_cooling?: boolean | undefined;
|
|
6014
|
-
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
6015
|
-
is_heating_available?: false | undefined;
|
|
6016
|
-
is_cooling_available?: true | undefined;
|
|
6017
|
-
is_heating?: boolean | undefined;
|
|
6018
|
-
is_cooling?: boolean | undefined;
|
|
6019
|
-
is_fan_running?: boolean | undefined;
|
|
6020
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
6021
|
-
is_temporary_manual_override_active?: boolean | undefined;
|
|
6022
|
-
current_climate_setting?: {
|
|
6023
|
-
automatic_heating_enabled: boolean;
|
|
6024
|
-
automatic_cooling_enabled: boolean;
|
|
6025
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6026
|
-
cooling_set_point_celsius?: number | undefined;
|
|
6027
|
-
heating_set_point_celsius?: number | undefined;
|
|
6028
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
6029
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
6030
|
-
manual_override_allowed: boolean;
|
|
6031
|
-
} | undefined;
|
|
6032
|
-
default_climate_setting?: ({
|
|
6033
|
-
automatic_heating_enabled: boolean;
|
|
6034
|
-
automatic_cooling_enabled: boolean;
|
|
6035
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
6036
|
-
cooling_set_point_celsius?: number | undefined;
|
|
6037
|
-
heating_set_point_celsius?: number | undefined;
|
|
6038
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
6039
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
6040
|
-
manual_override_allowed: boolean;
|
|
6041
|
-
} | undefined) | undefined;
|
|
6042
|
-
is_climate_setting_schedule_active?: boolean | undefined;
|
|
6043
|
-
active_climate_setting_schedule?: ({
|
|
6044
|
-
climate_setting_schedule_id: string;
|
|
6045
|
-
schedule_type: 'time_bound';
|
|
6046
|
-
device_id: string;
|
|
6047
|
-
name?: string | undefined;
|
|
6048
|
-
schedule_starts_at: string;
|
|
6049
|
-
schedule_ends_at: string;
|
|
6050
|
-
created_at: string;
|
|
6051
|
-
/** 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. */
|
|
6052
|
-
errors?: any;
|
|
6053
|
-
automatic_heating_enabled?: boolean | undefined;
|
|
6054
|
-
automatic_cooling_enabled?: boolean | undefined;
|
|
6055
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
6056
|
-
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
6057
|
-
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
6058
|
-
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
6059
|
-
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
6060
|
-
manual_override_allowed?: boolean | undefined;
|
|
6061
|
-
} | undefined) | undefined;
|
|
6062
|
-
min_cooling_set_point_celsius?: number | undefined;
|
|
6063
|
-
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
6064
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
6065
|
-
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
6066
|
-
}))) & {
|
|
6067
|
-
assa_abloy_credential_service_metadata?: ({
|
|
6068
|
-
has_active_endpoint: boolean;
|
|
6069
|
-
endpoints: Array<{
|
|
6070
|
-
endpoint_id: string;
|
|
6071
|
-
is_active: boolean;
|
|
6072
|
-
}>;
|
|
6073
|
-
} | undefined) | undefined;
|
|
6074
5259
|
};
|
|
6075
5260
|
/** Location information for the device. */
|
|
6076
5261
|
location: {
|
|
@@ -6096,13 +5281,6 @@ export interface Routes {
|
|
|
6096
5281
|
/** Indicates whether Seam manages the device. */
|
|
6097
5282
|
is_managed: true;
|
|
6098
5283
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
6099
|
-
assa_abloy_credential_service_metadata?: {
|
|
6100
|
-
has_active_endpoint: boolean;
|
|
6101
|
-
endpoints: Array<{
|
|
6102
|
-
endpoint_id: string;
|
|
6103
|
-
is_active: boolean;
|
|
6104
|
-
}>;
|
|
6105
|
-
} | undefined;
|
|
6106
5284
|
};
|
|
6107
5285
|
};
|
|
6108
5286
|
};
|
|
@@ -6710,13 +5888,15 @@ export interface Routes {
|
|
|
6710
5888
|
max_cooling_set_point_celsius?: number | undefined;
|
|
6711
5889
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
6712
5890
|
}))) & {
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
5891
|
+
properties?: {
|
|
5892
|
+
assa_abloy_credential_service_metadata?: {
|
|
5893
|
+
has_active_endpoint: boolean;
|
|
5894
|
+
endpoints: Array<{
|
|
5895
|
+
endpoint_id: string;
|
|
5896
|
+
is_active: boolean;
|
|
5897
|
+
}>;
|
|
5898
|
+
} | undefined;
|
|
5899
|
+
} | undefined;
|
|
6720
5900
|
};
|
|
6721
5901
|
/** Location information for the device. */
|
|
6722
5902
|
location: {
|
|
@@ -7216,13 +6396,15 @@ export interface Routes {
|
|
|
7216
6396
|
max_cooling_set_point_celsius?: number | undefined;
|
|
7217
6397
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
7218
6398
|
}))) & {
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
6399
|
+
properties?: {
|
|
6400
|
+
assa_abloy_credential_service_metadata?: {
|
|
6401
|
+
has_active_endpoint: boolean;
|
|
6402
|
+
endpoints: Array<{
|
|
6403
|
+
endpoint_id: string;
|
|
6404
|
+
is_active: boolean;
|
|
6405
|
+
}>;
|
|
6406
|
+
} | undefined;
|
|
6407
|
+
} | undefined;
|
|
7226
6408
|
};
|
|
7227
6409
|
/** Location information for the device. */
|
|
7228
6410
|
location: {
|
|
@@ -7883,13 +7065,15 @@ export interface Routes {
|
|
|
7883
7065
|
max_cooling_set_point_celsius?: number | undefined;
|
|
7884
7066
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
7885
7067
|
}))) & {
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
|
|
7892
|
-
|
|
7068
|
+
properties?: {
|
|
7069
|
+
assa_abloy_credential_service_metadata?: {
|
|
7070
|
+
has_active_endpoint: boolean;
|
|
7071
|
+
endpoints: Array<{
|
|
7072
|
+
endpoint_id: string;
|
|
7073
|
+
is_active: boolean;
|
|
7074
|
+
}>;
|
|
7075
|
+
} | undefined;
|
|
7076
|
+
} | undefined;
|
|
7893
7077
|
};
|
|
7894
7078
|
/** Location information for the device. */
|
|
7895
7079
|
location: {
|