@seamapi/types 1.311.0 → 1.312.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +4175 -44
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4599 -107
- package/lib/seam/connect/openapi.d.ts +2409 -67
- package/lib/seam/connect/openapi.js +4174 -43
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2217 -67
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4216 -43
- package/src/lib/seam/connect/route-types.ts +2376 -52
package/dist/connect.d.cts
CHANGED
|
@@ -16255,96 +16255,2432 @@ declare const _default: {
|
|
|
16255
16255
|
type: string;
|
|
16256
16256
|
};
|
|
16257
16257
|
event: {
|
|
16258
|
-
|
|
16259
|
-
|
|
16260
|
-
|
|
16261
|
-
|
|
16258
|
+
discriminator: {
|
|
16259
|
+
propertyName: string;
|
|
16260
|
+
};
|
|
16261
|
+
oneOf: ({
|
|
16262
|
+
description: string;
|
|
16263
|
+
properties: {
|
|
16264
|
+
access_code_id: {
|
|
16265
|
+
description: string;
|
|
16266
|
+
format: string;
|
|
16267
|
+
type: string;
|
|
16268
|
+
'x-title': string;
|
|
16269
|
+
};
|
|
16270
|
+
connected_account_id: {
|
|
16271
|
+
description: string;
|
|
16272
|
+
format: string;
|
|
16273
|
+
type: string;
|
|
16274
|
+
'x-title': string;
|
|
16275
|
+
deprecated?: never;
|
|
16276
|
+
'x-deprecated'?: never;
|
|
16277
|
+
};
|
|
16278
|
+
created_at: {
|
|
16279
|
+
description: string;
|
|
16280
|
+
format: string;
|
|
16281
|
+
type: string;
|
|
16282
|
+
'x-title': string;
|
|
16283
|
+
};
|
|
16284
|
+
device_id: {
|
|
16285
|
+
description: string;
|
|
16286
|
+
format: string;
|
|
16287
|
+
type: string;
|
|
16288
|
+
'x-title': string;
|
|
16289
|
+
};
|
|
16290
|
+
event_id: {
|
|
16291
|
+
description: string;
|
|
16292
|
+
format: string;
|
|
16293
|
+
type: string;
|
|
16294
|
+
'x-title': string;
|
|
16295
|
+
};
|
|
16296
|
+
event_type: {
|
|
16297
|
+
enum: string[];
|
|
16298
|
+
type: string;
|
|
16299
|
+
};
|
|
16300
|
+
occurred_at: {
|
|
16301
|
+
description: string;
|
|
16302
|
+
format: string;
|
|
16303
|
+
type: string;
|
|
16304
|
+
'x-title': string;
|
|
16305
|
+
};
|
|
16306
|
+
workspace_id: {
|
|
16307
|
+
description: string;
|
|
16308
|
+
format: string;
|
|
16309
|
+
type: string;
|
|
16310
|
+
'x-title': string;
|
|
16311
|
+
};
|
|
16312
|
+
code?: never;
|
|
16313
|
+
backup_access_code_id?: never;
|
|
16314
|
+
acs_system_id?: never;
|
|
16315
|
+
acs_credential_id?: never;
|
|
16316
|
+
acs_user_id?: never;
|
|
16317
|
+
acs_encoder_id?: never;
|
|
16318
|
+
client_session_id?: never;
|
|
16319
|
+
connect_webview_id?: never;
|
|
16320
|
+
action_attempt_id?: never;
|
|
16321
|
+
action_type?: never;
|
|
16322
|
+
status?: never;
|
|
16323
|
+
error_code?: never;
|
|
16324
|
+
battery_level?: never;
|
|
16325
|
+
battery_status?: never;
|
|
16326
|
+
minut_metadata?: never;
|
|
16327
|
+
noise_level_decibels?: never;
|
|
16328
|
+
noise_level_nrs?: never;
|
|
16329
|
+
noise_threshold_id?: never;
|
|
16330
|
+
noise_threshold_name?: never;
|
|
16331
|
+
noiseaware_metadata?: never;
|
|
16332
|
+
method?: never;
|
|
16333
|
+
climate_preset_key?: never;
|
|
16334
|
+
is_fallback_climate_preset?: never;
|
|
16335
|
+
thermostat_schedule_id?: never;
|
|
16336
|
+
cooling_set_point_celsius?: never;
|
|
16337
|
+
cooling_set_point_fahrenheit?: never;
|
|
16338
|
+
fan_mode_setting?: never;
|
|
16339
|
+
heating_set_point_celsius?: never;
|
|
16340
|
+
heating_set_point_fahrenheit?: never;
|
|
16341
|
+
hvac_mode_setting?: never;
|
|
16342
|
+
lower_limit_celsius?: never;
|
|
16343
|
+
lower_limit_fahrenheit?: never;
|
|
16344
|
+
temperature_celsius?: never;
|
|
16345
|
+
temperature_fahrenheit?: never;
|
|
16346
|
+
upper_limit_celsius?: never;
|
|
16347
|
+
upper_limit_fahrenheit?: never;
|
|
16348
|
+
enrollment_automation_id?: never;
|
|
16262
16349
|
};
|
|
16263
|
-
|
|
16264
|
-
|
|
16265
|
-
|
|
16350
|
+
required: string[];
|
|
16351
|
+
type: string;
|
|
16352
|
+
deprecated?: never;
|
|
16353
|
+
'x-deprecated'?: never;
|
|
16354
|
+
} | {
|
|
16355
|
+
description: string;
|
|
16356
|
+
properties: {
|
|
16357
|
+
access_code_id: {
|
|
16358
|
+
description: string;
|
|
16359
|
+
format: string;
|
|
16360
|
+
type: string;
|
|
16361
|
+
'x-title': string;
|
|
16362
|
+
};
|
|
16363
|
+
code: {
|
|
16364
|
+
description: string;
|
|
16365
|
+
type: string;
|
|
16366
|
+
'x-title': string;
|
|
16367
|
+
nullable?: never;
|
|
16368
|
+
};
|
|
16369
|
+
connected_account_id: {
|
|
16370
|
+
description: string;
|
|
16371
|
+
format: string;
|
|
16372
|
+
type: string;
|
|
16373
|
+
'x-title': string;
|
|
16374
|
+
deprecated?: never;
|
|
16375
|
+
'x-deprecated'?: never;
|
|
16376
|
+
};
|
|
16377
|
+
created_at: {
|
|
16378
|
+
description: string;
|
|
16379
|
+
format: string;
|
|
16380
|
+
type: string;
|
|
16381
|
+
'x-title': string;
|
|
16382
|
+
};
|
|
16383
|
+
device_id: {
|
|
16384
|
+
description: string;
|
|
16385
|
+
format: string;
|
|
16386
|
+
type: string;
|
|
16387
|
+
'x-title': string;
|
|
16388
|
+
};
|
|
16389
|
+
event_id: {
|
|
16390
|
+
description: string;
|
|
16391
|
+
format: string;
|
|
16392
|
+
type: string;
|
|
16393
|
+
'x-title': string;
|
|
16394
|
+
};
|
|
16395
|
+
event_type: {
|
|
16396
|
+
enum: string[];
|
|
16397
|
+
type: string;
|
|
16398
|
+
};
|
|
16399
|
+
occurred_at: {
|
|
16400
|
+
description: string;
|
|
16401
|
+
format: string;
|
|
16402
|
+
type: string;
|
|
16403
|
+
'x-title': string;
|
|
16404
|
+
};
|
|
16405
|
+
workspace_id: {
|
|
16406
|
+
description: string;
|
|
16407
|
+
format: string;
|
|
16408
|
+
type: string;
|
|
16409
|
+
'x-title': string;
|
|
16410
|
+
};
|
|
16411
|
+
backup_access_code_id?: never;
|
|
16412
|
+
acs_system_id?: never;
|
|
16413
|
+
acs_credential_id?: never;
|
|
16414
|
+
acs_user_id?: never;
|
|
16415
|
+
acs_encoder_id?: never;
|
|
16416
|
+
client_session_id?: never;
|
|
16417
|
+
connect_webview_id?: never;
|
|
16418
|
+
action_attempt_id?: never;
|
|
16419
|
+
action_type?: never;
|
|
16420
|
+
status?: never;
|
|
16421
|
+
error_code?: never;
|
|
16422
|
+
battery_level?: never;
|
|
16423
|
+
battery_status?: never;
|
|
16424
|
+
minut_metadata?: never;
|
|
16425
|
+
noise_level_decibels?: never;
|
|
16426
|
+
noise_level_nrs?: never;
|
|
16427
|
+
noise_threshold_id?: never;
|
|
16428
|
+
noise_threshold_name?: never;
|
|
16429
|
+
noiseaware_metadata?: never;
|
|
16430
|
+
method?: never;
|
|
16431
|
+
climate_preset_key?: never;
|
|
16432
|
+
is_fallback_climate_preset?: never;
|
|
16433
|
+
thermostat_schedule_id?: never;
|
|
16434
|
+
cooling_set_point_celsius?: never;
|
|
16435
|
+
cooling_set_point_fahrenheit?: never;
|
|
16436
|
+
fan_mode_setting?: never;
|
|
16437
|
+
heating_set_point_celsius?: never;
|
|
16438
|
+
heating_set_point_fahrenheit?: never;
|
|
16439
|
+
hvac_mode_setting?: never;
|
|
16440
|
+
lower_limit_celsius?: never;
|
|
16441
|
+
lower_limit_fahrenheit?: never;
|
|
16442
|
+
temperature_celsius?: never;
|
|
16443
|
+
temperature_fahrenheit?: never;
|
|
16444
|
+
upper_limit_celsius?: never;
|
|
16445
|
+
upper_limit_fahrenheit?: never;
|
|
16446
|
+
enrollment_automation_id?: never;
|
|
16266
16447
|
};
|
|
16267
|
-
|
|
16268
|
-
|
|
16269
|
-
|
|
16448
|
+
required: string[];
|
|
16449
|
+
type: string;
|
|
16450
|
+
deprecated?: never;
|
|
16451
|
+
'x-deprecated'?: never;
|
|
16452
|
+
} | {
|
|
16453
|
+
description: string;
|
|
16454
|
+
properties: {
|
|
16455
|
+
access_code_id: {
|
|
16456
|
+
description: string;
|
|
16457
|
+
format: string;
|
|
16458
|
+
type: string;
|
|
16459
|
+
'x-title': string;
|
|
16460
|
+
};
|
|
16461
|
+
code: {
|
|
16462
|
+
description: string;
|
|
16463
|
+
nullable: boolean;
|
|
16464
|
+
type: string;
|
|
16465
|
+
'x-title': string;
|
|
16466
|
+
};
|
|
16467
|
+
connected_account_id: {
|
|
16468
|
+
description: string;
|
|
16469
|
+
format: string;
|
|
16470
|
+
type: string;
|
|
16471
|
+
'x-title': string;
|
|
16472
|
+
deprecated?: never;
|
|
16473
|
+
'x-deprecated'?: never;
|
|
16474
|
+
};
|
|
16475
|
+
created_at: {
|
|
16476
|
+
description: string;
|
|
16477
|
+
format: string;
|
|
16478
|
+
type: string;
|
|
16479
|
+
'x-title': string;
|
|
16480
|
+
};
|
|
16481
|
+
device_id: {
|
|
16482
|
+
description: string;
|
|
16483
|
+
format: string;
|
|
16484
|
+
type: string;
|
|
16485
|
+
'x-title': string;
|
|
16486
|
+
};
|
|
16487
|
+
event_id: {
|
|
16488
|
+
description: string;
|
|
16489
|
+
format: string;
|
|
16490
|
+
type: string;
|
|
16491
|
+
'x-title': string;
|
|
16492
|
+
};
|
|
16493
|
+
event_type: {
|
|
16494
|
+
enum: string[];
|
|
16495
|
+
type: string;
|
|
16496
|
+
};
|
|
16497
|
+
occurred_at: {
|
|
16498
|
+
description: string;
|
|
16499
|
+
format: string;
|
|
16500
|
+
type: string;
|
|
16501
|
+
'x-title': string;
|
|
16502
|
+
};
|
|
16503
|
+
workspace_id: {
|
|
16504
|
+
description: string;
|
|
16505
|
+
format: string;
|
|
16506
|
+
type: string;
|
|
16507
|
+
'x-title': string;
|
|
16508
|
+
};
|
|
16509
|
+
backup_access_code_id?: never;
|
|
16510
|
+
acs_system_id?: never;
|
|
16511
|
+
acs_credential_id?: never;
|
|
16512
|
+
acs_user_id?: never;
|
|
16513
|
+
acs_encoder_id?: never;
|
|
16514
|
+
client_session_id?: never;
|
|
16515
|
+
connect_webview_id?: never;
|
|
16516
|
+
action_attempt_id?: never;
|
|
16517
|
+
action_type?: never;
|
|
16518
|
+
status?: never;
|
|
16519
|
+
error_code?: never;
|
|
16520
|
+
battery_level?: never;
|
|
16521
|
+
battery_status?: never;
|
|
16522
|
+
minut_metadata?: never;
|
|
16523
|
+
noise_level_decibels?: never;
|
|
16524
|
+
noise_level_nrs?: never;
|
|
16525
|
+
noise_threshold_id?: never;
|
|
16526
|
+
noise_threshold_name?: never;
|
|
16527
|
+
noiseaware_metadata?: never;
|
|
16528
|
+
method?: never;
|
|
16529
|
+
climate_preset_key?: never;
|
|
16530
|
+
is_fallback_climate_preset?: never;
|
|
16531
|
+
thermostat_schedule_id?: never;
|
|
16532
|
+
cooling_set_point_celsius?: never;
|
|
16533
|
+
cooling_set_point_fahrenheit?: never;
|
|
16534
|
+
fan_mode_setting?: never;
|
|
16535
|
+
heating_set_point_celsius?: never;
|
|
16536
|
+
heating_set_point_fahrenheit?: never;
|
|
16537
|
+
hvac_mode_setting?: never;
|
|
16538
|
+
lower_limit_celsius?: never;
|
|
16539
|
+
lower_limit_fahrenheit?: never;
|
|
16540
|
+
temperature_celsius?: never;
|
|
16541
|
+
temperature_fahrenheit?: never;
|
|
16542
|
+
upper_limit_celsius?: never;
|
|
16543
|
+
upper_limit_fahrenheit?: never;
|
|
16544
|
+
enrollment_automation_id?: never;
|
|
16270
16545
|
};
|
|
16271
|
-
|
|
16272
|
-
|
|
16273
|
-
|
|
16546
|
+
required: string[];
|
|
16547
|
+
type: string;
|
|
16548
|
+
deprecated?: never;
|
|
16549
|
+
'x-deprecated'?: never;
|
|
16550
|
+
} | {
|
|
16551
|
+
description: string;
|
|
16552
|
+
properties: {
|
|
16553
|
+
access_code_id: {
|
|
16554
|
+
description: string;
|
|
16555
|
+
format: string;
|
|
16556
|
+
type: string;
|
|
16557
|
+
'x-title': string;
|
|
16558
|
+
};
|
|
16559
|
+
backup_access_code_id: {
|
|
16560
|
+
type: string;
|
|
16561
|
+
};
|
|
16562
|
+
connected_account_id: {
|
|
16563
|
+
description: string;
|
|
16564
|
+
format: string;
|
|
16565
|
+
type: string;
|
|
16566
|
+
'x-title': string;
|
|
16567
|
+
deprecated?: never;
|
|
16568
|
+
'x-deprecated'?: never;
|
|
16569
|
+
};
|
|
16570
|
+
created_at: {
|
|
16571
|
+
description: string;
|
|
16572
|
+
format: string;
|
|
16573
|
+
type: string;
|
|
16574
|
+
'x-title': string;
|
|
16575
|
+
};
|
|
16576
|
+
device_id: {
|
|
16577
|
+
description: string;
|
|
16578
|
+
format: string;
|
|
16579
|
+
type: string;
|
|
16580
|
+
'x-title': string;
|
|
16581
|
+
};
|
|
16582
|
+
event_id: {
|
|
16583
|
+
description: string;
|
|
16584
|
+
format: string;
|
|
16585
|
+
type: string;
|
|
16586
|
+
'x-title': string;
|
|
16587
|
+
};
|
|
16588
|
+
event_type: {
|
|
16589
|
+
enum: string[];
|
|
16590
|
+
type: string;
|
|
16591
|
+
};
|
|
16592
|
+
occurred_at: {
|
|
16593
|
+
description: string;
|
|
16594
|
+
format: string;
|
|
16595
|
+
type: string;
|
|
16596
|
+
'x-title': string;
|
|
16597
|
+
};
|
|
16598
|
+
workspace_id: {
|
|
16599
|
+
description: string;
|
|
16600
|
+
format: string;
|
|
16601
|
+
type: string;
|
|
16602
|
+
'x-title': string;
|
|
16603
|
+
};
|
|
16604
|
+
code?: never;
|
|
16605
|
+
acs_system_id?: never;
|
|
16606
|
+
acs_credential_id?: never;
|
|
16607
|
+
acs_user_id?: never;
|
|
16608
|
+
acs_encoder_id?: never;
|
|
16609
|
+
client_session_id?: never;
|
|
16610
|
+
connect_webview_id?: never;
|
|
16611
|
+
action_attempt_id?: never;
|
|
16612
|
+
action_type?: never;
|
|
16613
|
+
status?: never;
|
|
16614
|
+
error_code?: never;
|
|
16615
|
+
battery_level?: never;
|
|
16616
|
+
battery_status?: never;
|
|
16617
|
+
minut_metadata?: never;
|
|
16618
|
+
noise_level_decibels?: never;
|
|
16619
|
+
noise_level_nrs?: never;
|
|
16620
|
+
noise_threshold_id?: never;
|
|
16621
|
+
noise_threshold_name?: never;
|
|
16622
|
+
noiseaware_metadata?: never;
|
|
16623
|
+
method?: never;
|
|
16624
|
+
climate_preset_key?: never;
|
|
16625
|
+
is_fallback_climate_preset?: never;
|
|
16626
|
+
thermostat_schedule_id?: never;
|
|
16627
|
+
cooling_set_point_celsius?: never;
|
|
16628
|
+
cooling_set_point_fahrenheit?: never;
|
|
16629
|
+
fan_mode_setting?: never;
|
|
16630
|
+
heating_set_point_celsius?: never;
|
|
16631
|
+
heating_set_point_fahrenheit?: never;
|
|
16632
|
+
hvac_mode_setting?: never;
|
|
16633
|
+
lower_limit_celsius?: never;
|
|
16634
|
+
lower_limit_fahrenheit?: never;
|
|
16635
|
+
temperature_celsius?: never;
|
|
16636
|
+
temperature_fahrenheit?: never;
|
|
16637
|
+
upper_limit_celsius?: never;
|
|
16638
|
+
upper_limit_fahrenheit?: never;
|
|
16639
|
+
enrollment_automation_id?: never;
|
|
16274
16640
|
};
|
|
16275
|
-
|
|
16276
|
-
|
|
16277
|
-
|
|
16641
|
+
required: string[];
|
|
16642
|
+
type: string;
|
|
16643
|
+
deprecated?: never;
|
|
16644
|
+
'x-deprecated'?: never;
|
|
16645
|
+
} | {
|
|
16646
|
+
description: string;
|
|
16647
|
+
properties: {
|
|
16648
|
+
acs_system_id: {
|
|
16649
|
+
description: string;
|
|
16650
|
+
format: string;
|
|
16651
|
+
type: string;
|
|
16652
|
+
'x-title': string;
|
|
16653
|
+
};
|
|
16654
|
+
connected_account_id: {
|
|
16655
|
+
deprecated: boolean;
|
|
16656
|
+
description: string;
|
|
16657
|
+
format: string;
|
|
16658
|
+
type: string;
|
|
16659
|
+
'x-deprecated': string;
|
|
16660
|
+
'x-title': string;
|
|
16661
|
+
};
|
|
16662
|
+
created_at: {
|
|
16663
|
+
description: string;
|
|
16664
|
+
format: string;
|
|
16665
|
+
type: string;
|
|
16666
|
+
'x-title': string;
|
|
16667
|
+
};
|
|
16668
|
+
event_id: {
|
|
16669
|
+
description: string;
|
|
16670
|
+
format: string;
|
|
16671
|
+
type: string;
|
|
16672
|
+
'x-title': string;
|
|
16673
|
+
};
|
|
16674
|
+
event_type: {
|
|
16675
|
+
enum: string[];
|
|
16676
|
+
type: string;
|
|
16677
|
+
};
|
|
16678
|
+
occurred_at: {
|
|
16679
|
+
description: string;
|
|
16680
|
+
format: string;
|
|
16681
|
+
type: string;
|
|
16682
|
+
'x-title': string;
|
|
16683
|
+
};
|
|
16684
|
+
workspace_id: {
|
|
16685
|
+
description: string;
|
|
16686
|
+
format: string;
|
|
16687
|
+
type: string;
|
|
16688
|
+
'x-title': string;
|
|
16689
|
+
};
|
|
16690
|
+
access_code_id?: never;
|
|
16691
|
+
device_id?: never;
|
|
16692
|
+
code?: never;
|
|
16693
|
+
backup_access_code_id?: never;
|
|
16694
|
+
acs_credential_id?: never;
|
|
16695
|
+
acs_user_id?: never;
|
|
16696
|
+
acs_encoder_id?: never;
|
|
16697
|
+
client_session_id?: never;
|
|
16698
|
+
connect_webview_id?: never;
|
|
16699
|
+
action_attempt_id?: never;
|
|
16700
|
+
action_type?: never;
|
|
16701
|
+
status?: never;
|
|
16702
|
+
error_code?: never;
|
|
16703
|
+
battery_level?: never;
|
|
16704
|
+
battery_status?: never;
|
|
16705
|
+
minut_metadata?: never;
|
|
16706
|
+
noise_level_decibels?: never;
|
|
16707
|
+
noise_level_nrs?: never;
|
|
16708
|
+
noise_threshold_id?: never;
|
|
16709
|
+
noise_threshold_name?: never;
|
|
16710
|
+
noiseaware_metadata?: never;
|
|
16711
|
+
method?: never;
|
|
16712
|
+
climate_preset_key?: never;
|
|
16713
|
+
is_fallback_climate_preset?: never;
|
|
16714
|
+
thermostat_schedule_id?: never;
|
|
16715
|
+
cooling_set_point_celsius?: never;
|
|
16716
|
+
cooling_set_point_fahrenheit?: never;
|
|
16717
|
+
fan_mode_setting?: never;
|
|
16718
|
+
heating_set_point_celsius?: never;
|
|
16719
|
+
heating_set_point_fahrenheit?: never;
|
|
16720
|
+
hvac_mode_setting?: never;
|
|
16721
|
+
lower_limit_celsius?: never;
|
|
16722
|
+
lower_limit_fahrenheit?: never;
|
|
16723
|
+
temperature_celsius?: never;
|
|
16724
|
+
temperature_fahrenheit?: never;
|
|
16725
|
+
upper_limit_celsius?: never;
|
|
16726
|
+
upper_limit_fahrenheit?: never;
|
|
16727
|
+
enrollment_automation_id?: never;
|
|
16278
16728
|
};
|
|
16279
|
-
|
|
16280
|
-
|
|
16729
|
+
required: string[];
|
|
16730
|
+
type: string;
|
|
16731
|
+
deprecated?: never;
|
|
16732
|
+
'x-deprecated'?: never;
|
|
16733
|
+
} | {
|
|
16734
|
+
description: string;
|
|
16735
|
+
properties: {
|
|
16736
|
+
acs_credential_id: {
|
|
16737
|
+
format: string;
|
|
16738
|
+
type: string;
|
|
16739
|
+
};
|
|
16740
|
+
acs_system_id: {
|
|
16741
|
+
description: string;
|
|
16742
|
+
format: string;
|
|
16743
|
+
type: string;
|
|
16744
|
+
'x-title': string;
|
|
16745
|
+
};
|
|
16746
|
+
connected_account_id: {
|
|
16747
|
+
deprecated: boolean;
|
|
16748
|
+
description: string;
|
|
16749
|
+
format: string;
|
|
16750
|
+
type: string;
|
|
16751
|
+
'x-deprecated': string;
|
|
16752
|
+
'x-title': string;
|
|
16753
|
+
};
|
|
16754
|
+
created_at: {
|
|
16755
|
+
description: string;
|
|
16756
|
+
format: string;
|
|
16757
|
+
type: string;
|
|
16758
|
+
'x-title': string;
|
|
16759
|
+
};
|
|
16760
|
+
event_id: {
|
|
16761
|
+
description: string;
|
|
16762
|
+
format: string;
|
|
16763
|
+
type: string;
|
|
16764
|
+
'x-title': string;
|
|
16765
|
+
};
|
|
16766
|
+
event_type: {
|
|
16767
|
+
enum: string[];
|
|
16768
|
+
type: string;
|
|
16769
|
+
};
|
|
16770
|
+
occurred_at: {
|
|
16771
|
+
description: string;
|
|
16772
|
+
format: string;
|
|
16773
|
+
type: string;
|
|
16774
|
+
'x-title': string;
|
|
16775
|
+
};
|
|
16776
|
+
workspace_id: {
|
|
16777
|
+
description: string;
|
|
16778
|
+
format: string;
|
|
16779
|
+
type: string;
|
|
16780
|
+
'x-title': string;
|
|
16781
|
+
};
|
|
16782
|
+
access_code_id?: never;
|
|
16783
|
+
device_id?: never;
|
|
16784
|
+
code?: never;
|
|
16785
|
+
backup_access_code_id?: never;
|
|
16786
|
+
acs_user_id?: never;
|
|
16787
|
+
acs_encoder_id?: never;
|
|
16788
|
+
client_session_id?: never;
|
|
16789
|
+
connect_webview_id?: never;
|
|
16790
|
+
action_attempt_id?: never;
|
|
16791
|
+
action_type?: never;
|
|
16792
|
+
status?: never;
|
|
16793
|
+
error_code?: never;
|
|
16794
|
+
battery_level?: never;
|
|
16795
|
+
battery_status?: never;
|
|
16796
|
+
minut_metadata?: never;
|
|
16797
|
+
noise_level_decibels?: never;
|
|
16798
|
+
noise_level_nrs?: never;
|
|
16799
|
+
noise_threshold_id?: never;
|
|
16800
|
+
noise_threshold_name?: never;
|
|
16801
|
+
noiseaware_metadata?: never;
|
|
16802
|
+
method?: never;
|
|
16803
|
+
climate_preset_key?: never;
|
|
16804
|
+
is_fallback_climate_preset?: never;
|
|
16805
|
+
thermostat_schedule_id?: never;
|
|
16806
|
+
cooling_set_point_celsius?: never;
|
|
16807
|
+
cooling_set_point_fahrenheit?: never;
|
|
16808
|
+
fan_mode_setting?: never;
|
|
16809
|
+
heating_set_point_celsius?: never;
|
|
16810
|
+
heating_set_point_fahrenheit?: never;
|
|
16811
|
+
hvac_mode_setting?: never;
|
|
16812
|
+
lower_limit_celsius?: never;
|
|
16813
|
+
lower_limit_fahrenheit?: never;
|
|
16814
|
+
temperature_celsius?: never;
|
|
16815
|
+
temperature_fahrenheit?: never;
|
|
16816
|
+
upper_limit_celsius?: never;
|
|
16817
|
+
upper_limit_fahrenheit?: never;
|
|
16818
|
+
enrollment_automation_id?: never;
|
|
16281
16819
|
};
|
|
16282
|
-
|
|
16283
|
-
|
|
16284
|
-
|
|
16820
|
+
required: string[];
|
|
16821
|
+
type: string;
|
|
16822
|
+
deprecated?: never;
|
|
16823
|
+
'x-deprecated'?: never;
|
|
16824
|
+
} | {
|
|
16825
|
+
description: string;
|
|
16826
|
+
properties: {
|
|
16827
|
+
acs_system_id: {
|
|
16828
|
+
description: string;
|
|
16829
|
+
format: string;
|
|
16830
|
+
type: string;
|
|
16831
|
+
'x-title': string;
|
|
16832
|
+
};
|
|
16833
|
+
acs_user_id: {
|
|
16834
|
+
format: string;
|
|
16835
|
+
type: string;
|
|
16836
|
+
};
|
|
16837
|
+
connected_account_id: {
|
|
16838
|
+
deprecated: boolean;
|
|
16839
|
+
description: string;
|
|
16840
|
+
format: string;
|
|
16841
|
+
type: string;
|
|
16842
|
+
'x-deprecated': string;
|
|
16843
|
+
'x-title': string;
|
|
16844
|
+
};
|
|
16845
|
+
created_at: {
|
|
16846
|
+
description: string;
|
|
16847
|
+
format: string;
|
|
16848
|
+
type: string;
|
|
16849
|
+
'x-title': string;
|
|
16850
|
+
};
|
|
16851
|
+
event_id: {
|
|
16852
|
+
description: string;
|
|
16853
|
+
format: string;
|
|
16854
|
+
type: string;
|
|
16855
|
+
'x-title': string;
|
|
16856
|
+
};
|
|
16857
|
+
event_type: {
|
|
16858
|
+
enum: string[];
|
|
16859
|
+
type: string;
|
|
16860
|
+
};
|
|
16861
|
+
occurred_at: {
|
|
16862
|
+
description: string;
|
|
16863
|
+
format: string;
|
|
16864
|
+
type: string;
|
|
16865
|
+
'x-title': string;
|
|
16866
|
+
};
|
|
16867
|
+
workspace_id: {
|
|
16868
|
+
description: string;
|
|
16869
|
+
format: string;
|
|
16870
|
+
type: string;
|
|
16871
|
+
'x-title': string;
|
|
16872
|
+
};
|
|
16873
|
+
access_code_id?: never;
|
|
16874
|
+
device_id?: never;
|
|
16875
|
+
code?: never;
|
|
16876
|
+
backup_access_code_id?: never;
|
|
16877
|
+
acs_credential_id?: never;
|
|
16878
|
+
acs_encoder_id?: never;
|
|
16879
|
+
client_session_id?: never;
|
|
16880
|
+
connect_webview_id?: never;
|
|
16881
|
+
action_attempt_id?: never;
|
|
16882
|
+
action_type?: never;
|
|
16883
|
+
status?: never;
|
|
16884
|
+
error_code?: never;
|
|
16885
|
+
battery_level?: never;
|
|
16886
|
+
battery_status?: never;
|
|
16887
|
+
minut_metadata?: never;
|
|
16888
|
+
noise_level_decibels?: never;
|
|
16889
|
+
noise_level_nrs?: never;
|
|
16890
|
+
noise_threshold_id?: never;
|
|
16891
|
+
noise_threshold_name?: never;
|
|
16892
|
+
noiseaware_metadata?: never;
|
|
16893
|
+
method?: never;
|
|
16894
|
+
climate_preset_key?: never;
|
|
16895
|
+
is_fallback_climate_preset?: never;
|
|
16896
|
+
thermostat_schedule_id?: never;
|
|
16897
|
+
cooling_set_point_celsius?: never;
|
|
16898
|
+
cooling_set_point_fahrenheit?: never;
|
|
16899
|
+
fan_mode_setting?: never;
|
|
16900
|
+
heating_set_point_celsius?: never;
|
|
16901
|
+
heating_set_point_fahrenheit?: never;
|
|
16902
|
+
hvac_mode_setting?: never;
|
|
16903
|
+
lower_limit_celsius?: never;
|
|
16904
|
+
lower_limit_fahrenheit?: never;
|
|
16905
|
+
temperature_celsius?: never;
|
|
16906
|
+
temperature_fahrenheit?: never;
|
|
16907
|
+
upper_limit_celsius?: never;
|
|
16908
|
+
upper_limit_fahrenheit?: never;
|
|
16909
|
+
enrollment_automation_id?: never;
|
|
16285
16910
|
};
|
|
16286
|
-
|
|
16287
|
-
|
|
16288
|
-
|
|
16911
|
+
required: string[];
|
|
16912
|
+
type: string;
|
|
16913
|
+
deprecated?: never;
|
|
16914
|
+
'x-deprecated'?: never;
|
|
16915
|
+
} | {
|
|
16916
|
+
description: string;
|
|
16917
|
+
properties: {
|
|
16918
|
+
acs_encoder_id: {
|
|
16919
|
+
description: string;
|
|
16920
|
+
format: string;
|
|
16921
|
+
type: string;
|
|
16922
|
+
};
|
|
16923
|
+
acs_system_id: {
|
|
16924
|
+
description: string;
|
|
16925
|
+
format: string;
|
|
16926
|
+
type: string;
|
|
16927
|
+
'x-title': string;
|
|
16928
|
+
};
|
|
16929
|
+
connected_account_id: {
|
|
16930
|
+
deprecated: boolean;
|
|
16931
|
+
description: string;
|
|
16932
|
+
format: string;
|
|
16933
|
+
type: string;
|
|
16934
|
+
'x-deprecated': string;
|
|
16935
|
+
'x-title': string;
|
|
16936
|
+
};
|
|
16937
|
+
created_at: {
|
|
16938
|
+
description: string;
|
|
16939
|
+
format: string;
|
|
16940
|
+
type: string;
|
|
16941
|
+
'x-title': string;
|
|
16942
|
+
};
|
|
16943
|
+
event_id: {
|
|
16944
|
+
description: string;
|
|
16945
|
+
format: string;
|
|
16946
|
+
type: string;
|
|
16947
|
+
'x-title': string;
|
|
16948
|
+
};
|
|
16949
|
+
event_type: {
|
|
16950
|
+
enum: string[];
|
|
16951
|
+
type: string;
|
|
16952
|
+
};
|
|
16953
|
+
occurred_at: {
|
|
16954
|
+
description: string;
|
|
16955
|
+
format: string;
|
|
16956
|
+
type: string;
|
|
16957
|
+
'x-title': string;
|
|
16958
|
+
};
|
|
16959
|
+
workspace_id: {
|
|
16960
|
+
description: string;
|
|
16961
|
+
format: string;
|
|
16962
|
+
type: string;
|
|
16963
|
+
'x-title': string;
|
|
16964
|
+
};
|
|
16965
|
+
access_code_id?: never;
|
|
16966
|
+
device_id?: never;
|
|
16967
|
+
code?: never;
|
|
16968
|
+
backup_access_code_id?: never;
|
|
16969
|
+
acs_credential_id?: never;
|
|
16970
|
+
acs_user_id?: never;
|
|
16971
|
+
client_session_id?: never;
|
|
16972
|
+
connect_webview_id?: never;
|
|
16973
|
+
action_attempt_id?: never;
|
|
16974
|
+
action_type?: never;
|
|
16975
|
+
status?: never;
|
|
16976
|
+
error_code?: never;
|
|
16977
|
+
battery_level?: never;
|
|
16978
|
+
battery_status?: never;
|
|
16979
|
+
minut_metadata?: never;
|
|
16980
|
+
noise_level_decibels?: never;
|
|
16981
|
+
noise_level_nrs?: never;
|
|
16982
|
+
noise_threshold_id?: never;
|
|
16983
|
+
noise_threshold_name?: never;
|
|
16984
|
+
noiseaware_metadata?: never;
|
|
16985
|
+
method?: never;
|
|
16986
|
+
climate_preset_key?: never;
|
|
16987
|
+
is_fallback_climate_preset?: never;
|
|
16988
|
+
thermostat_schedule_id?: never;
|
|
16989
|
+
cooling_set_point_celsius?: never;
|
|
16990
|
+
cooling_set_point_fahrenheit?: never;
|
|
16991
|
+
fan_mode_setting?: never;
|
|
16992
|
+
heating_set_point_celsius?: never;
|
|
16993
|
+
heating_set_point_fahrenheit?: never;
|
|
16994
|
+
hvac_mode_setting?: never;
|
|
16995
|
+
lower_limit_celsius?: never;
|
|
16996
|
+
lower_limit_fahrenheit?: never;
|
|
16997
|
+
temperature_celsius?: never;
|
|
16998
|
+
temperature_fahrenheit?: never;
|
|
16999
|
+
upper_limit_celsius?: never;
|
|
17000
|
+
upper_limit_fahrenheit?: never;
|
|
17001
|
+
enrollment_automation_id?: never;
|
|
16289
17002
|
};
|
|
16290
|
-
|
|
16291
|
-
|
|
16292
|
-
|
|
17003
|
+
required: string[];
|
|
17004
|
+
type: string;
|
|
17005
|
+
deprecated?: never;
|
|
17006
|
+
'x-deprecated'?: never;
|
|
17007
|
+
} | {
|
|
17008
|
+
description: string;
|
|
17009
|
+
properties: {
|
|
17010
|
+
client_session_id: {
|
|
17011
|
+
description: string;
|
|
17012
|
+
format: string;
|
|
17013
|
+
type: string;
|
|
17014
|
+
'x-title': string;
|
|
17015
|
+
};
|
|
17016
|
+
created_at: {
|
|
17017
|
+
description: string;
|
|
17018
|
+
format: string;
|
|
17019
|
+
type: string;
|
|
17020
|
+
'x-title': string;
|
|
17021
|
+
};
|
|
17022
|
+
event_id: {
|
|
17023
|
+
description: string;
|
|
17024
|
+
format: string;
|
|
17025
|
+
type: string;
|
|
17026
|
+
'x-title': string;
|
|
17027
|
+
};
|
|
17028
|
+
event_type: {
|
|
17029
|
+
enum: string[];
|
|
17030
|
+
type: string;
|
|
17031
|
+
};
|
|
17032
|
+
occurred_at: {
|
|
17033
|
+
description: string;
|
|
17034
|
+
format: string;
|
|
17035
|
+
type: string;
|
|
17036
|
+
'x-title': string;
|
|
17037
|
+
};
|
|
17038
|
+
workspace_id: {
|
|
17039
|
+
description: string;
|
|
17040
|
+
format: string;
|
|
17041
|
+
type: string;
|
|
17042
|
+
'x-title': string;
|
|
17043
|
+
};
|
|
17044
|
+
access_code_id?: never;
|
|
17045
|
+
connected_account_id?: never;
|
|
17046
|
+
device_id?: never;
|
|
17047
|
+
code?: never;
|
|
17048
|
+
backup_access_code_id?: never;
|
|
17049
|
+
acs_system_id?: never;
|
|
17050
|
+
acs_credential_id?: never;
|
|
17051
|
+
acs_user_id?: never;
|
|
17052
|
+
acs_encoder_id?: never;
|
|
17053
|
+
connect_webview_id?: never;
|
|
17054
|
+
action_attempt_id?: never;
|
|
17055
|
+
action_type?: never;
|
|
17056
|
+
status?: never;
|
|
17057
|
+
error_code?: never;
|
|
17058
|
+
battery_level?: never;
|
|
17059
|
+
battery_status?: never;
|
|
17060
|
+
minut_metadata?: never;
|
|
17061
|
+
noise_level_decibels?: never;
|
|
17062
|
+
noise_level_nrs?: never;
|
|
17063
|
+
noise_threshold_id?: never;
|
|
17064
|
+
noise_threshold_name?: never;
|
|
17065
|
+
noiseaware_metadata?: never;
|
|
17066
|
+
method?: never;
|
|
17067
|
+
climate_preset_key?: never;
|
|
17068
|
+
is_fallback_climate_preset?: never;
|
|
17069
|
+
thermostat_schedule_id?: never;
|
|
17070
|
+
cooling_set_point_celsius?: never;
|
|
17071
|
+
cooling_set_point_fahrenheit?: never;
|
|
17072
|
+
fan_mode_setting?: never;
|
|
17073
|
+
heating_set_point_celsius?: never;
|
|
17074
|
+
heating_set_point_fahrenheit?: never;
|
|
17075
|
+
hvac_mode_setting?: never;
|
|
17076
|
+
lower_limit_celsius?: never;
|
|
17077
|
+
lower_limit_fahrenheit?: never;
|
|
17078
|
+
temperature_celsius?: never;
|
|
17079
|
+
temperature_fahrenheit?: never;
|
|
17080
|
+
upper_limit_celsius?: never;
|
|
17081
|
+
upper_limit_fahrenheit?: never;
|
|
17082
|
+
enrollment_automation_id?: never;
|
|
16293
17083
|
};
|
|
16294
|
-
|
|
16295
|
-
|
|
16296
|
-
|
|
17084
|
+
required: string[];
|
|
17085
|
+
type: string;
|
|
17086
|
+
deprecated?: never;
|
|
17087
|
+
'x-deprecated'?: never;
|
|
17088
|
+
} | {
|
|
17089
|
+
description: string;
|
|
17090
|
+
properties: {
|
|
17091
|
+
connect_webview_id: {
|
|
17092
|
+
description: string;
|
|
17093
|
+
format: string;
|
|
17094
|
+
type: string;
|
|
17095
|
+
'x-title': string;
|
|
17096
|
+
};
|
|
17097
|
+
connected_account_id: {
|
|
17098
|
+
description: string;
|
|
17099
|
+
format: string;
|
|
17100
|
+
type: string;
|
|
17101
|
+
'x-title': string;
|
|
17102
|
+
deprecated?: never;
|
|
17103
|
+
'x-deprecated'?: never;
|
|
17104
|
+
};
|
|
17105
|
+
created_at: {
|
|
17106
|
+
description: string;
|
|
17107
|
+
format: string;
|
|
17108
|
+
type: string;
|
|
17109
|
+
'x-title': string;
|
|
17110
|
+
};
|
|
17111
|
+
event_id: {
|
|
17112
|
+
description: string;
|
|
17113
|
+
format: string;
|
|
17114
|
+
type: string;
|
|
17115
|
+
'x-title': string;
|
|
17116
|
+
};
|
|
17117
|
+
event_type: {
|
|
17118
|
+
enum: string[];
|
|
17119
|
+
type: string;
|
|
17120
|
+
};
|
|
17121
|
+
occurred_at: {
|
|
17122
|
+
description: string;
|
|
17123
|
+
format: string;
|
|
17124
|
+
type: string;
|
|
17125
|
+
'x-title': string;
|
|
17126
|
+
};
|
|
17127
|
+
workspace_id: {
|
|
17128
|
+
description: string;
|
|
17129
|
+
format: string;
|
|
17130
|
+
type: string;
|
|
17131
|
+
'x-title': string;
|
|
17132
|
+
};
|
|
17133
|
+
access_code_id?: never;
|
|
17134
|
+
device_id?: never;
|
|
17135
|
+
code?: never;
|
|
17136
|
+
backup_access_code_id?: never;
|
|
17137
|
+
acs_system_id?: never;
|
|
17138
|
+
acs_credential_id?: never;
|
|
17139
|
+
acs_user_id?: never;
|
|
17140
|
+
acs_encoder_id?: never;
|
|
17141
|
+
client_session_id?: never;
|
|
17142
|
+
action_attempt_id?: never;
|
|
17143
|
+
action_type?: never;
|
|
17144
|
+
status?: never;
|
|
17145
|
+
error_code?: never;
|
|
17146
|
+
battery_level?: never;
|
|
17147
|
+
battery_status?: never;
|
|
17148
|
+
minut_metadata?: never;
|
|
17149
|
+
noise_level_decibels?: never;
|
|
17150
|
+
noise_level_nrs?: never;
|
|
17151
|
+
noise_threshold_id?: never;
|
|
17152
|
+
noise_threshold_name?: never;
|
|
17153
|
+
noiseaware_metadata?: never;
|
|
17154
|
+
method?: never;
|
|
17155
|
+
climate_preset_key?: never;
|
|
17156
|
+
is_fallback_climate_preset?: never;
|
|
17157
|
+
thermostat_schedule_id?: never;
|
|
17158
|
+
cooling_set_point_celsius?: never;
|
|
17159
|
+
cooling_set_point_fahrenheit?: never;
|
|
17160
|
+
fan_mode_setting?: never;
|
|
17161
|
+
heating_set_point_celsius?: never;
|
|
17162
|
+
heating_set_point_fahrenheit?: never;
|
|
17163
|
+
hvac_mode_setting?: never;
|
|
17164
|
+
lower_limit_celsius?: never;
|
|
17165
|
+
lower_limit_fahrenheit?: never;
|
|
17166
|
+
temperature_celsius?: never;
|
|
17167
|
+
temperature_fahrenheit?: never;
|
|
17168
|
+
upper_limit_celsius?: never;
|
|
17169
|
+
upper_limit_fahrenheit?: never;
|
|
17170
|
+
enrollment_automation_id?: never;
|
|
16297
17171
|
};
|
|
16298
|
-
|
|
16299
|
-
|
|
16300
|
-
|
|
17172
|
+
required: string[];
|
|
17173
|
+
type: string;
|
|
17174
|
+
deprecated?: never;
|
|
17175
|
+
'x-deprecated'?: never;
|
|
17176
|
+
} | {
|
|
17177
|
+
deprecated: boolean;
|
|
17178
|
+
description: string;
|
|
17179
|
+
properties: {
|
|
17180
|
+
connect_webview_id: {
|
|
17181
|
+
description: string;
|
|
17182
|
+
format: string;
|
|
17183
|
+
type: string;
|
|
17184
|
+
'x-title': string;
|
|
17185
|
+
};
|
|
17186
|
+
connected_account_id: {
|
|
17187
|
+
description: string;
|
|
17188
|
+
format: string;
|
|
17189
|
+
type: string;
|
|
17190
|
+
'x-title': string;
|
|
17191
|
+
deprecated?: never;
|
|
17192
|
+
'x-deprecated'?: never;
|
|
17193
|
+
};
|
|
17194
|
+
created_at: {
|
|
17195
|
+
description: string;
|
|
17196
|
+
format: string;
|
|
17197
|
+
type: string;
|
|
17198
|
+
'x-title': string;
|
|
17199
|
+
};
|
|
17200
|
+
event_id: {
|
|
17201
|
+
description: string;
|
|
17202
|
+
format: string;
|
|
17203
|
+
type: string;
|
|
17204
|
+
'x-title': string;
|
|
17205
|
+
};
|
|
17206
|
+
event_type: {
|
|
17207
|
+
enum: string[];
|
|
17208
|
+
type: string;
|
|
17209
|
+
};
|
|
17210
|
+
occurred_at: {
|
|
17211
|
+
description: string;
|
|
17212
|
+
format: string;
|
|
17213
|
+
type: string;
|
|
17214
|
+
'x-title': string;
|
|
17215
|
+
};
|
|
17216
|
+
workspace_id: {
|
|
17217
|
+
description: string;
|
|
17218
|
+
format: string;
|
|
17219
|
+
type: string;
|
|
17220
|
+
'x-title': string;
|
|
17221
|
+
};
|
|
17222
|
+
access_code_id?: never;
|
|
17223
|
+
device_id?: never;
|
|
17224
|
+
code?: never;
|
|
17225
|
+
backup_access_code_id?: never;
|
|
17226
|
+
acs_system_id?: never;
|
|
17227
|
+
acs_credential_id?: never;
|
|
17228
|
+
acs_user_id?: never;
|
|
17229
|
+
acs_encoder_id?: never;
|
|
17230
|
+
client_session_id?: never;
|
|
17231
|
+
action_attempt_id?: never;
|
|
17232
|
+
action_type?: never;
|
|
17233
|
+
status?: never;
|
|
17234
|
+
error_code?: never;
|
|
17235
|
+
battery_level?: never;
|
|
17236
|
+
battery_status?: never;
|
|
17237
|
+
minut_metadata?: never;
|
|
17238
|
+
noise_level_decibels?: never;
|
|
17239
|
+
noise_level_nrs?: never;
|
|
17240
|
+
noise_threshold_id?: never;
|
|
17241
|
+
noise_threshold_name?: never;
|
|
17242
|
+
noiseaware_metadata?: never;
|
|
17243
|
+
method?: never;
|
|
17244
|
+
climate_preset_key?: never;
|
|
17245
|
+
is_fallback_climate_preset?: never;
|
|
17246
|
+
thermostat_schedule_id?: never;
|
|
17247
|
+
cooling_set_point_celsius?: never;
|
|
17248
|
+
cooling_set_point_fahrenheit?: never;
|
|
17249
|
+
fan_mode_setting?: never;
|
|
17250
|
+
heating_set_point_celsius?: never;
|
|
17251
|
+
heating_set_point_fahrenheit?: never;
|
|
17252
|
+
hvac_mode_setting?: never;
|
|
17253
|
+
lower_limit_celsius?: never;
|
|
17254
|
+
lower_limit_fahrenheit?: never;
|
|
17255
|
+
temperature_celsius?: never;
|
|
17256
|
+
temperature_fahrenheit?: never;
|
|
17257
|
+
upper_limit_celsius?: never;
|
|
17258
|
+
upper_limit_fahrenheit?: never;
|
|
17259
|
+
enrollment_automation_id?: never;
|
|
16301
17260
|
};
|
|
16302
|
-
|
|
16303
|
-
|
|
17261
|
+
required: string[];
|
|
17262
|
+
type: string;
|
|
17263
|
+
'x-deprecated': string;
|
|
17264
|
+
} | {
|
|
17265
|
+
description: string;
|
|
17266
|
+
properties: {
|
|
17267
|
+
connected_account_id: {
|
|
17268
|
+
description: string;
|
|
17269
|
+
format: string;
|
|
17270
|
+
type: string;
|
|
17271
|
+
'x-title': string;
|
|
17272
|
+
deprecated?: never;
|
|
17273
|
+
'x-deprecated'?: never;
|
|
17274
|
+
};
|
|
17275
|
+
created_at: {
|
|
17276
|
+
description: string;
|
|
17277
|
+
format: string;
|
|
17278
|
+
type: string;
|
|
17279
|
+
'x-title': string;
|
|
17280
|
+
};
|
|
17281
|
+
event_id: {
|
|
17282
|
+
description: string;
|
|
17283
|
+
format: string;
|
|
17284
|
+
type: string;
|
|
17285
|
+
'x-title': string;
|
|
17286
|
+
};
|
|
17287
|
+
event_type: {
|
|
17288
|
+
enum: string[];
|
|
17289
|
+
type: string;
|
|
17290
|
+
};
|
|
17291
|
+
occurred_at: {
|
|
17292
|
+
description: string;
|
|
17293
|
+
format: string;
|
|
17294
|
+
type: string;
|
|
17295
|
+
'x-title': string;
|
|
17296
|
+
};
|
|
17297
|
+
workspace_id: {
|
|
17298
|
+
description: string;
|
|
17299
|
+
format: string;
|
|
17300
|
+
type: string;
|
|
17301
|
+
'x-title': string;
|
|
17302
|
+
};
|
|
17303
|
+
access_code_id?: never;
|
|
17304
|
+
device_id?: never;
|
|
17305
|
+
code?: never;
|
|
17306
|
+
backup_access_code_id?: never;
|
|
17307
|
+
acs_system_id?: never;
|
|
17308
|
+
acs_credential_id?: never;
|
|
17309
|
+
acs_user_id?: never;
|
|
17310
|
+
acs_encoder_id?: never;
|
|
17311
|
+
client_session_id?: never;
|
|
17312
|
+
connect_webview_id?: never;
|
|
17313
|
+
action_attempt_id?: never;
|
|
17314
|
+
action_type?: never;
|
|
17315
|
+
status?: never;
|
|
17316
|
+
error_code?: never;
|
|
17317
|
+
battery_level?: never;
|
|
17318
|
+
battery_status?: never;
|
|
17319
|
+
minut_metadata?: never;
|
|
17320
|
+
noise_level_decibels?: never;
|
|
17321
|
+
noise_level_nrs?: never;
|
|
17322
|
+
noise_threshold_id?: never;
|
|
17323
|
+
noise_threshold_name?: never;
|
|
17324
|
+
noiseaware_metadata?: never;
|
|
17325
|
+
method?: never;
|
|
17326
|
+
climate_preset_key?: never;
|
|
17327
|
+
is_fallback_climate_preset?: never;
|
|
17328
|
+
thermostat_schedule_id?: never;
|
|
17329
|
+
cooling_set_point_celsius?: never;
|
|
17330
|
+
cooling_set_point_fahrenheit?: never;
|
|
17331
|
+
fan_mode_setting?: never;
|
|
17332
|
+
heating_set_point_celsius?: never;
|
|
17333
|
+
heating_set_point_fahrenheit?: never;
|
|
17334
|
+
hvac_mode_setting?: never;
|
|
17335
|
+
lower_limit_celsius?: never;
|
|
17336
|
+
lower_limit_fahrenheit?: never;
|
|
17337
|
+
temperature_celsius?: never;
|
|
17338
|
+
temperature_fahrenheit?: never;
|
|
17339
|
+
upper_limit_celsius?: never;
|
|
17340
|
+
upper_limit_fahrenheit?: never;
|
|
17341
|
+
enrollment_automation_id?: never;
|
|
16304
17342
|
};
|
|
16305
|
-
|
|
16306
|
-
|
|
16307
|
-
|
|
17343
|
+
required: string[];
|
|
17344
|
+
type: string;
|
|
17345
|
+
deprecated?: never;
|
|
17346
|
+
'x-deprecated'?: never;
|
|
17347
|
+
} | {
|
|
17348
|
+
description: string;
|
|
17349
|
+
properties: {
|
|
17350
|
+
action_attempt_id: {
|
|
17351
|
+
description: string;
|
|
17352
|
+
format: string;
|
|
17353
|
+
type: string;
|
|
17354
|
+
'x-title': string;
|
|
17355
|
+
};
|
|
17356
|
+
action_type: {
|
|
17357
|
+
description: string;
|
|
17358
|
+
type: string;
|
|
17359
|
+
'x-title': string;
|
|
17360
|
+
};
|
|
17361
|
+
created_at: {
|
|
17362
|
+
description: string;
|
|
17363
|
+
format: string;
|
|
17364
|
+
type: string;
|
|
17365
|
+
'x-title': string;
|
|
17366
|
+
};
|
|
17367
|
+
event_id: {
|
|
17368
|
+
description: string;
|
|
17369
|
+
format: string;
|
|
17370
|
+
type: string;
|
|
17371
|
+
'x-title': string;
|
|
17372
|
+
};
|
|
17373
|
+
event_type: {
|
|
17374
|
+
enum: string[];
|
|
17375
|
+
type: string;
|
|
17376
|
+
};
|
|
17377
|
+
occurred_at: {
|
|
17378
|
+
description: string;
|
|
17379
|
+
format: string;
|
|
17380
|
+
type: string;
|
|
17381
|
+
'x-title': string;
|
|
17382
|
+
};
|
|
17383
|
+
status: {
|
|
17384
|
+
description: string;
|
|
17385
|
+
type: string;
|
|
17386
|
+
'x-title': string;
|
|
17387
|
+
};
|
|
17388
|
+
workspace_id: {
|
|
17389
|
+
description: string;
|
|
17390
|
+
format: string;
|
|
17391
|
+
type: string;
|
|
17392
|
+
'x-title': string;
|
|
17393
|
+
};
|
|
17394
|
+
access_code_id?: never;
|
|
17395
|
+
connected_account_id?: never;
|
|
17396
|
+
device_id?: never;
|
|
17397
|
+
code?: never;
|
|
17398
|
+
backup_access_code_id?: never;
|
|
17399
|
+
acs_system_id?: never;
|
|
17400
|
+
acs_credential_id?: never;
|
|
17401
|
+
acs_user_id?: never;
|
|
17402
|
+
acs_encoder_id?: never;
|
|
17403
|
+
client_session_id?: never;
|
|
17404
|
+
connect_webview_id?: never;
|
|
17405
|
+
error_code?: never;
|
|
17406
|
+
battery_level?: never;
|
|
17407
|
+
battery_status?: never;
|
|
17408
|
+
minut_metadata?: never;
|
|
17409
|
+
noise_level_decibels?: never;
|
|
17410
|
+
noise_level_nrs?: never;
|
|
17411
|
+
noise_threshold_id?: never;
|
|
17412
|
+
noise_threshold_name?: never;
|
|
17413
|
+
noiseaware_metadata?: never;
|
|
17414
|
+
method?: never;
|
|
17415
|
+
climate_preset_key?: never;
|
|
17416
|
+
is_fallback_climate_preset?: never;
|
|
17417
|
+
thermostat_schedule_id?: never;
|
|
17418
|
+
cooling_set_point_celsius?: never;
|
|
17419
|
+
cooling_set_point_fahrenheit?: never;
|
|
17420
|
+
fan_mode_setting?: never;
|
|
17421
|
+
heating_set_point_celsius?: never;
|
|
17422
|
+
heating_set_point_fahrenheit?: never;
|
|
17423
|
+
hvac_mode_setting?: never;
|
|
17424
|
+
lower_limit_celsius?: never;
|
|
17425
|
+
lower_limit_fahrenheit?: never;
|
|
17426
|
+
temperature_celsius?: never;
|
|
17427
|
+
temperature_fahrenheit?: never;
|
|
17428
|
+
upper_limit_celsius?: never;
|
|
17429
|
+
upper_limit_fahrenheit?: never;
|
|
17430
|
+
enrollment_automation_id?: never;
|
|
17431
|
+
};
|
|
17432
|
+
required: string[];
|
|
17433
|
+
type: string;
|
|
17434
|
+
deprecated?: never;
|
|
17435
|
+
'x-deprecated'?: never;
|
|
17436
|
+
} | {
|
|
17437
|
+
description: string;
|
|
17438
|
+
properties: {
|
|
17439
|
+
connect_webview_id: {
|
|
17440
|
+
description: string;
|
|
17441
|
+
format: string;
|
|
17442
|
+
type: string;
|
|
17443
|
+
'x-title': string;
|
|
17444
|
+
};
|
|
17445
|
+
created_at: {
|
|
17446
|
+
description: string;
|
|
17447
|
+
format: string;
|
|
17448
|
+
type: string;
|
|
17449
|
+
'x-title': string;
|
|
17450
|
+
};
|
|
17451
|
+
event_id: {
|
|
17452
|
+
description: string;
|
|
17453
|
+
format: string;
|
|
17454
|
+
type: string;
|
|
17455
|
+
'x-title': string;
|
|
17456
|
+
};
|
|
17457
|
+
event_type: {
|
|
17458
|
+
enum: string[];
|
|
17459
|
+
type: string;
|
|
17460
|
+
};
|
|
17461
|
+
occurred_at: {
|
|
17462
|
+
description: string;
|
|
17463
|
+
format: string;
|
|
17464
|
+
type: string;
|
|
17465
|
+
'x-title': string;
|
|
17466
|
+
};
|
|
17467
|
+
workspace_id: {
|
|
17468
|
+
description: string;
|
|
17469
|
+
format: string;
|
|
17470
|
+
type: string;
|
|
17471
|
+
'x-title': string;
|
|
17472
|
+
};
|
|
17473
|
+
access_code_id?: never;
|
|
17474
|
+
connected_account_id?: never;
|
|
17475
|
+
device_id?: never;
|
|
17476
|
+
code?: never;
|
|
17477
|
+
backup_access_code_id?: never;
|
|
17478
|
+
acs_system_id?: never;
|
|
17479
|
+
acs_credential_id?: never;
|
|
17480
|
+
acs_user_id?: never;
|
|
17481
|
+
acs_encoder_id?: never;
|
|
17482
|
+
client_session_id?: never;
|
|
17483
|
+
action_attempt_id?: never;
|
|
17484
|
+
action_type?: never;
|
|
17485
|
+
status?: never;
|
|
17486
|
+
error_code?: never;
|
|
17487
|
+
battery_level?: never;
|
|
17488
|
+
battery_status?: never;
|
|
17489
|
+
minut_metadata?: never;
|
|
17490
|
+
noise_level_decibels?: never;
|
|
17491
|
+
noise_level_nrs?: never;
|
|
17492
|
+
noise_threshold_id?: never;
|
|
17493
|
+
noise_threshold_name?: never;
|
|
17494
|
+
noiseaware_metadata?: never;
|
|
17495
|
+
method?: never;
|
|
17496
|
+
climate_preset_key?: never;
|
|
17497
|
+
is_fallback_climate_preset?: never;
|
|
17498
|
+
thermostat_schedule_id?: never;
|
|
17499
|
+
cooling_set_point_celsius?: never;
|
|
17500
|
+
cooling_set_point_fahrenheit?: never;
|
|
17501
|
+
fan_mode_setting?: never;
|
|
17502
|
+
heating_set_point_celsius?: never;
|
|
17503
|
+
heating_set_point_fahrenheit?: never;
|
|
17504
|
+
hvac_mode_setting?: never;
|
|
17505
|
+
lower_limit_celsius?: never;
|
|
17506
|
+
lower_limit_fahrenheit?: never;
|
|
17507
|
+
temperature_celsius?: never;
|
|
17508
|
+
temperature_fahrenheit?: never;
|
|
17509
|
+
upper_limit_celsius?: never;
|
|
17510
|
+
upper_limit_fahrenheit?: never;
|
|
17511
|
+
enrollment_automation_id?: never;
|
|
17512
|
+
};
|
|
17513
|
+
required: string[];
|
|
17514
|
+
type: string;
|
|
17515
|
+
deprecated?: never;
|
|
17516
|
+
'x-deprecated'?: never;
|
|
17517
|
+
} | {
|
|
17518
|
+
description: string;
|
|
17519
|
+
properties: {
|
|
17520
|
+
connected_account_id: {
|
|
17521
|
+
description: string;
|
|
17522
|
+
format: string;
|
|
17523
|
+
type: string;
|
|
17524
|
+
'x-title': string;
|
|
17525
|
+
deprecated?: never;
|
|
17526
|
+
'x-deprecated'?: never;
|
|
17527
|
+
};
|
|
17528
|
+
created_at: {
|
|
17529
|
+
description: string;
|
|
17530
|
+
format: string;
|
|
17531
|
+
type: string;
|
|
17532
|
+
'x-title': string;
|
|
17533
|
+
};
|
|
17534
|
+
device_id: {
|
|
17535
|
+
description: string;
|
|
17536
|
+
format: string;
|
|
17537
|
+
type: string;
|
|
17538
|
+
'x-title': string;
|
|
17539
|
+
};
|
|
17540
|
+
event_id: {
|
|
17541
|
+
description: string;
|
|
17542
|
+
format: string;
|
|
17543
|
+
type: string;
|
|
17544
|
+
'x-title': string;
|
|
17545
|
+
};
|
|
17546
|
+
event_type: {
|
|
17547
|
+
enum: string[];
|
|
17548
|
+
type: string;
|
|
17549
|
+
};
|
|
17550
|
+
occurred_at: {
|
|
17551
|
+
description: string;
|
|
17552
|
+
format: string;
|
|
17553
|
+
type: string;
|
|
17554
|
+
'x-title': string;
|
|
17555
|
+
};
|
|
17556
|
+
workspace_id: {
|
|
17557
|
+
description: string;
|
|
17558
|
+
format: string;
|
|
17559
|
+
type: string;
|
|
17560
|
+
'x-title': string;
|
|
17561
|
+
};
|
|
17562
|
+
access_code_id?: never;
|
|
17563
|
+
code?: never;
|
|
17564
|
+
backup_access_code_id?: never;
|
|
17565
|
+
acs_system_id?: never;
|
|
17566
|
+
acs_credential_id?: never;
|
|
17567
|
+
acs_user_id?: never;
|
|
17568
|
+
acs_encoder_id?: never;
|
|
17569
|
+
client_session_id?: never;
|
|
17570
|
+
connect_webview_id?: never;
|
|
17571
|
+
action_attempt_id?: never;
|
|
17572
|
+
action_type?: never;
|
|
17573
|
+
status?: never;
|
|
17574
|
+
error_code?: never;
|
|
17575
|
+
battery_level?: never;
|
|
17576
|
+
battery_status?: never;
|
|
17577
|
+
minut_metadata?: never;
|
|
17578
|
+
noise_level_decibels?: never;
|
|
17579
|
+
noise_level_nrs?: never;
|
|
17580
|
+
noise_threshold_id?: never;
|
|
17581
|
+
noise_threshold_name?: never;
|
|
17582
|
+
noiseaware_metadata?: never;
|
|
17583
|
+
method?: never;
|
|
17584
|
+
climate_preset_key?: never;
|
|
17585
|
+
is_fallback_climate_preset?: never;
|
|
17586
|
+
thermostat_schedule_id?: never;
|
|
17587
|
+
cooling_set_point_celsius?: never;
|
|
17588
|
+
cooling_set_point_fahrenheit?: never;
|
|
17589
|
+
fan_mode_setting?: never;
|
|
17590
|
+
heating_set_point_celsius?: never;
|
|
17591
|
+
heating_set_point_fahrenheit?: never;
|
|
17592
|
+
hvac_mode_setting?: never;
|
|
17593
|
+
lower_limit_celsius?: never;
|
|
17594
|
+
lower_limit_fahrenheit?: never;
|
|
17595
|
+
temperature_celsius?: never;
|
|
17596
|
+
temperature_fahrenheit?: never;
|
|
17597
|
+
upper_limit_celsius?: never;
|
|
17598
|
+
upper_limit_fahrenheit?: never;
|
|
17599
|
+
enrollment_automation_id?: never;
|
|
17600
|
+
};
|
|
17601
|
+
required: string[];
|
|
17602
|
+
type: string;
|
|
17603
|
+
deprecated?: never;
|
|
17604
|
+
'x-deprecated'?: never;
|
|
17605
|
+
} | {
|
|
17606
|
+
description: string;
|
|
17607
|
+
properties: {
|
|
17608
|
+
connected_account_id: {
|
|
17609
|
+
description: string;
|
|
17610
|
+
format: string;
|
|
17611
|
+
type: string;
|
|
17612
|
+
'x-title': string;
|
|
17613
|
+
deprecated?: never;
|
|
17614
|
+
'x-deprecated'?: never;
|
|
17615
|
+
};
|
|
17616
|
+
created_at: {
|
|
17617
|
+
description: string;
|
|
17618
|
+
format: string;
|
|
17619
|
+
type: string;
|
|
17620
|
+
'x-title': string;
|
|
17621
|
+
};
|
|
17622
|
+
device_id: {
|
|
17623
|
+
description: string;
|
|
17624
|
+
format: string;
|
|
17625
|
+
type: string;
|
|
17626
|
+
'x-title': string;
|
|
17627
|
+
};
|
|
17628
|
+
error_code: {
|
|
17629
|
+
description: string;
|
|
17630
|
+
enum: string[];
|
|
17631
|
+
type: string;
|
|
17632
|
+
'x-title': string;
|
|
17633
|
+
};
|
|
17634
|
+
event_id: {
|
|
17635
|
+
description: string;
|
|
17636
|
+
format: string;
|
|
17637
|
+
type: string;
|
|
17638
|
+
'x-title': string;
|
|
17639
|
+
};
|
|
17640
|
+
event_type: {
|
|
17641
|
+
enum: string[];
|
|
17642
|
+
type: string;
|
|
17643
|
+
};
|
|
17644
|
+
occurred_at: {
|
|
17645
|
+
description: string;
|
|
17646
|
+
format: string;
|
|
17647
|
+
type: string;
|
|
17648
|
+
'x-title': string;
|
|
17649
|
+
};
|
|
17650
|
+
workspace_id: {
|
|
17651
|
+
description: string;
|
|
17652
|
+
format: string;
|
|
17653
|
+
type: string;
|
|
17654
|
+
'x-title': string;
|
|
17655
|
+
};
|
|
17656
|
+
access_code_id?: never;
|
|
17657
|
+
code?: never;
|
|
17658
|
+
backup_access_code_id?: never;
|
|
17659
|
+
acs_system_id?: never;
|
|
17660
|
+
acs_credential_id?: never;
|
|
17661
|
+
acs_user_id?: never;
|
|
17662
|
+
acs_encoder_id?: never;
|
|
17663
|
+
client_session_id?: never;
|
|
17664
|
+
connect_webview_id?: never;
|
|
17665
|
+
action_attempt_id?: never;
|
|
17666
|
+
action_type?: never;
|
|
17667
|
+
status?: never;
|
|
17668
|
+
battery_level?: never;
|
|
17669
|
+
battery_status?: never;
|
|
17670
|
+
minut_metadata?: never;
|
|
17671
|
+
noise_level_decibels?: never;
|
|
17672
|
+
noise_level_nrs?: never;
|
|
17673
|
+
noise_threshold_id?: never;
|
|
17674
|
+
noise_threshold_name?: never;
|
|
17675
|
+
noiseaware_metadata?: never;
|
|
17676
|
+
method?: never;
|
|
17677
|
+
climate_preset_key?: never;
|
|
17678
|
+
is_fallback_climate_preset?: never;
|
|
17679
|
+
thermostat_schedule_id?: never;
|
|
17680
|
+
cooling_set_point_celsius?: never;
|
|
17681
|
+
cooling_set_point_fahrenheit?: never;
|
|
17682
|
+
fan_mode_setting?: never;
|
|
17683
|
+
heating_set_point_celsius?: never;
|
|
17684
|
+
heating_set_point_fahrenheit?: never;
|
|
17685
|
+
hvac_mode_setting?: never;
|
|
17686
|
+
lower_limit_celsius?: never;
|
|
17687
|
+
lower_limit_fahrenheit?: never;
|
|
17688
|
+
temperature_celsius?: never;
|
|
17689
|
+
temperature_fahrenheit?: never;
|
|
17690
|
+
upper_limit_celsius?: never;
|
|
17691
|
+
upper_limit_fahrenheit?: never;
|
|
17692
|
+
enrollment_automation_id?: never;
|
|
16308
17693
|
};
|
|
16309
|
-
|
|
16310
|
-
|
|
17694
|
+
required: string[];
|
|
17695
|
+
type: string;
|
|
17696
|
+
deprecated?: never;
|
|
17697
|
+
'x-deprecated'?: never;
|
|
17698
|
+
} | {
|
|
17699
|
+
description: string;
|
|
17700
|
+
properties: {
|
|
17701
|
+
battery_level: {
|
|
17702
|
+
description: string;
|
|
17703
|
+
format: string;
|
|
17704
|
+
maximum: number;
|
|
17705
|
+
minimum: number;
|
|
17706
|
+
type: string;
|
|
17707
|
+
'x-title': string;
|
|
17708
|
+
};
|
|
17709
|
+
connected_account_id: {
|
|
17710
|
+
description: string;
|
|
17711
|
+
format: string;
|
|
17712
|
+
type: string;
|
|
17713
|
+
'x-title': string;
|
|
17714
|
+
deprecated?: never;
|
|
17715
|
+
'x-deprecated'?: never;
|
|
17716
|
+
};
|
|
17717
|
+
created_at: {
|
|
17718
|
+
description: string;
|
|
17719
|
+
format: string;
|
|
17720
|
+
type: string;
|
|
17721
|
+
'x-title': string;
|
|
17722
|
+
};
|
|
17723
|
+
device_id: {
|
|
17724
|
+
description: string;
|
|
17725
|
+
format: string;
|
|
17726
|
+
type: string;
|
|
17727
|
+
'x-title': string;
|
|
17728
|
+
};
|
|
17729
|
+
event_id: {
|
|
17730
|
+
description: string;
|
|
17731
|
+
format: string;
|
|
17732
|
+
type: string;
|
|
17733
|
+
'x-title': string;
|
|
17734
|
+
};
|
|
17735
|
+
event_type: {
|
|
17736
|
+
enum: string[];
|
|
17737
|
+
type: string;
|
|
17738
|
+
};
|
|
17739
|
+
occurred_at: {
|
|
17740
|
+
description: string;
|
|
17741
|
+
format: string;
|
|
17742
|
+
type: string;
|
|
17743
|
+
'x-title': string;
|
|
17744
|
+
};
|
|
17745
|
+
workspace_id: {
|
|
17746
|
+
description: string;
|
|
17747
|
+
format: string;
|
|
17748
|
+
type: string;
|
|
17749
|
+
'x-title': string;
|
|
17750
|
+
};
|
|
17751
|
+
access_code_id?: never;
|
|
17752
|
+
code?: never;
|
|
17753
|
+
backup_access_code_id?: never;
|
|
17754
|
+
acs_system_id?: never;
|
|
17755
|
+
acs_credential_id?: never;
|
|
17756
|
+
acs_user_id?: never;
|
|
17757
|
+
acs_encoder_id?: never;
|
|
17758
|
+
client_session_id?: never;
|
|
17759
|
+
connect_webview_id?: never;
|
|
17760
|
+
action_attempt_id?: never;
|
|
17761
|
+
action_type?: never;
|
|
17762
|
+
status?: never;
|
|
17763
|
+
error_code?: never;
|
|
17764
|
+
battery_status?: never;
|
|
17765
|
+
minut_metadata?: never;
|
|
17766
|
+
noise_level_decibels?: never;
|
|
17767
|
+
noise_level_nrs?: never;
|
|
17768
|
+
noise_threshold_id?: never;
|
|
17769
|
+
noise_threshold_name?: never;
|
|
17770
|
+
noiseaware_metadata?: never;
|
|
17771
|
+
method?: never;
|
|
17772
|
+
climate_preset_key?: never;
|
|
17773
|
+
is_fallback_climate_preset?: never;
|
|
17774
|
+
thermostat_schedule_id?: never;
|
|
17775
|
+
cooling_set_point_celsius?: never;
|
|
17776
|
+
cooling_set_point_fahrenheit?: never;
|
|
17777
|
+
fan_mode_setting?: never;
|
|
17778
|
+
heating_set_point_celsius?: never;
|
|
17779
|
+
heating_set_point_fahrenheit?: never;
|
|
17780
|
+
hvac_mode_setting?: never;
|
|
17781
|
+
lower_limit_celsius?: never;
|
|
17782
|
+
lower_limit_fahrenheit?: never;
|
|
17783
|
+
temperature_celsius?: never;
|
|
17784
|
+
temperature_fahrenheit?: never;
|
|
17785
|
+
upper_limit_celsius?: never;
|
|
17786
|
+
upper_limit_fahrenheit?: never;
|
|
17787
|
+
enrollment_automation_id?: never;
|
|
16311
17788
|
};
|
|
16312
|
-
|
|
16313
|
-
|
|
17789
|
+
required: string[];
|
|
17790
|
+
type: string;
|
|
17791
|
+
deprecated?: never;
|
|
17792
|
+
'x-deprecated'?: never;
|
|
17793
|
+
} | {
|
|
17794
|
+
description: string;
|
|
17795
|
+
properties: {
|
|
17796
|
+
battery_level: {
|
|
17797
|
+
description: string;
|
|
17798
|
+
format: string;
|
|
17799
|
+
maximum: number;
|
|
17800
|
+
minimum: number;
|
|
17801
|
+
type: string;
|
|
17802
|
+
'x-title': string;
|
|
17803
|
+
};
|
|
17804
|
+
battery_status: {
|
|
17805
|
+
description: string;
|
|
17806
|
+
enum: string[];
|
|
17807
|
+
type: string;
|
|
17808
|
+
'x-title': string;
|
|
17809
|
+
};
|
|
17810
|
+
connected_account_id: {
|
|
17811
|
+
description: string;
|
|
17812
|
+
format: string;
|
|
17813
|
+
type: string;
|
|
17814
|
+
'x-title': string;
|
|
17815
|
+
deprecated?: never;
|
|
17816
|
+
'x-deprecated'?: never;
|
|
17817
|
+
};
|
|
17818
|
+
created_at: {
|
|
17819
|
+
description: string;
|
|
17820
|
+
format: string;
|
|
17821
|
+
type: string;
|
|
17822
|
+
'x-title': string;
|
|
17823
|
+
};
|
|
17824
|
+
device_id: {
|
|
17825
|
+
description: string;
|
|
17826
|
+
format: string;
|
|
17827
|
+
type: string;
|
|
17828
|
+
'x-title': string;
|
|
17829
|
+
};
|
|
17830
|
+
event_id: {
|
|
17831
|
+
description: string;
|
|
17832
|
+
format: string;
|
|
17833
|
+
type: string;
|
|
17834
|
+
'x-title': string;
|
|
17835
|
+
};
|
|
17836
|
+
event_type: {
|
|
17837
|
+
enum: string[];
|
|
17838
|
+
type: string;
|
|
17839
|
+
};
|
|
17840
|
+
occurred_at: {
|
|
17841
|
+
description: string;
|
|
17842
|
+
format: string;
|
|
17843
|
+
type: string;
|
|
17844
|
+
'x-title': string;
|
|
17845
|
+
};
|
|
17846
|
+
workspace_id: {
|
|
17847
|
+
description: string;
|
|
17848
|
+
format: string;
|
|
17849
|
+
type: string;
|
|
17850
|
+
'x-title': string;
|
|
17851
|
+
};
|
|
17852
|
+
access_code_id?: never;
|
|
17853
|
+
code?: never;
|
|
17854
|
+
backup_access_code_id?: never;
|
|
17855
|
+
acs_system_id?: never;
|
|
17856
|
+
acs_credential_id?: never;
|
|
17857
|
+
acs_user_id?: never;
|
|
17858
|
+
acs_encoder_id?: never;
|
|
17859
|
+
client_session_id?: never;
|
|
17860
|
+
connect_webview_id?: never;
|
|
17861
|
+
action_attempt_id?: never;
|
|
17862
|
+
action_type?: never;
|
|
17863
|
+
status?: never;
|
|
17864
|
+
error_code?: never;
|
|
17865
|
+
minut_metadata?: never;
|
|
17866
|
+
noise_level_decibels?: never;
|
|
17867
|
+
noise_level_nrs?: never;
|
|
17868
|
+
noise_threshold_id?: never;
|
|
17869
|
+
noise_threshold_name?: never;
|
|
17870
|
+
noiseaware_metadata?: never;
|
|
17871
|
+
method?: never;
|
|
17872
|
+
climate_preset_key?: never;
|
|
17873
|
+
is_fallback_climate_preset?: never;
|
|
17874
|
+
thermostat_schedule_id?: never;
|
|
17875
|
+
cooling_set_point_celsius?: never;
|
|
17876
|
+
cooling_set_point_fahrenheit?: never;
|
|
17877
|
+
fan_mode_setting?: never;
|
|
17878
|
+
heating_set_point_celsius?: never;
|
|
17879
|
+
heating_set_point_fahrenheit?: never;
|
|
17880
|
+
hvac_mode_setting?: never;
|
|
17881
|
+
lower_limit_celsius?: never;
|
|
17882
|
+
lower_limit_fahrenheit?: never;
|
|
17883
|
+
temperature_celsius?: never;
|
|
17884
|
+
temperature_fahrenheit?: never;
|
|
17885
|
+
upper_limit_celsius?: never;
|
|
17886
|
+
upper_limit_fahrenheit?: never;
|
|
17887
|
+
enrollment_automation_id?: never;
|
|
16314
17888
|
};
|
|
16315
|
-
|
|
16316
|
-
|
|
16317
|
-
|
|
17889
|
+
required: string[];
|
|
17890
|
+
type: string;
|
|
17891
|
+
deprecated?: never;
|
|
17892
|
+
'x-deprecated'?: never;
|
|
17893
|
+
} | {
|
|
17894
|
+
description: string;
|
|
17895
|
+
properties: {
|
|
17896
|
+
connected_account_id: {
|
|
17897
|
+
description: string;
|
|
17898
|
+
format: string;
|
|
17899
|
+
type: string;
|
|
17900
|
+
'x-title': string;
|
|
17901
|
+
deprecated?: never;
|
|
17902
|
+
'x-deprecated'?: never;
|
|
17903
|
+
};
|
|
17904
|
+
created_at: {
|
|
17905
|
+
description: string;
|
|
17906
|
+
format: string;
|
|
17907
|
+
type: string;
|
|
17908
|
+
'x-title': string;
|
|
17909
|
+
};
|
|
17910
|
+
device_id: {
|
|
17911
|
+
description: string;
|
|
17912
|
+
format: string;
|
|
17913
|
+
type: string;
|
|
17914
|
+
'x-title': string;
|
|
17915
|
+
};
|
|
17916
|
+
event_id: {
|
|
17917
|
+
description: string;
|
|
17918
|
+
format: string;
|
|
17919
|
+
type: string;
|
|
17920
|
+
'x-title': string;
|
|
17921
|
+
};
|
|
17922
|
+
event_type: {
|
|
17923
|
+
enum: string[];
|
|
17924
|
+
type: string;
|
|
17925
|
+
};
|
|
17926
|
+
minut_metadata: {
|
|
17927
|
+
additionalProperties: {};
|
|
17928
|
+
description: string;
|
|
17929
|
+
type: string;
|
|
17930
|
+
'x-title': string;
|
|
17931
|
+
};
|
|
17932
|
+
noise_level_decibels: {
|
|
17933
|
+
format: string;
|
|
17934
|
+
type: string;
|
|
17935
|
+
};
|
|
17936
|
+
noise_level_nrs: {
|
|
17937
|
+
format: string;
|
|
17938
|
+
type: string;
|
|
17939
|
+
};
|
|
17940
|
+
noise_threshold_id: {
|
|
17941
|
+
format: string;
|
|
17942
|
+
type: string;
|
|
17943
|
+
};
|
|
17944
|
+
noise_threshold_name: {
|
|
17945
|
+
type: string;
|
|
17946
|
+
};
|
|
17947
|
+
noiseaware_metadata: {
|
|
17948
|
+
additionalProperties: {};
|
|
17949
|
+
description: string;
|
|
17950
|
+
type: string;
|
|
17951
|
+
'x-title': string;
|
|
17952
|
+
};
|
|
17953
|
+
occurred_at: {
|
|
17954
|
+
description: string;
|
|
17955
|
+
format: string;
|
|
17956
|
+
type: string;
|
|
17957
|
+
'x-title': string;
|
|
17958
|
+
};
|
|
17959
|
+
workspace_id: {
|
|
17960
|
+
description: string;
|
|
17961
|
+
format: string;
|
|
17962
|
+
type: string;
|
|
17963
|
+
'x-title': string;
|
|
17964
|
+
};
|
|
17965
|
+
access_code_id?: never;
|
|
17966
|
+
code?: never;
|
|
17967
|
+
backup_access_code_id?: never;
|
|
17968
|
+
acs_system_id?: never;
|
|
17969
|
+
acs_credential_id?: never;
|
|
17970
|
+
acs_user_id?: never;
|
|
17971
|
+
acs_encoder_id?: never;
|
|
17972
|
+
client_session_id?: never;
|
|
17973
|
+
connect_webview_id?: never;
|
|
17974
|
+
action_attempt_id?: never;
|
|
17975
|
+
action_type?: never;
|
|
17976
|
+
status?: never;
|
|
17977
|
+
error_code?: never;
|
|
17978
|
+
battery_level?: never;
|
|
17979
|
+
battery_status?: never;
|
|
17980
|
+
method?: never;
|
|
17981
|
+
climate_preset_key?: never;
|
|
17982
|
+
is_fallback_climate_preset?: never;
|
|
17983
|
+
thermostat_schedule_id?: never;
|
|
17984
|
+
cooling_set_point_celsius?: never;
|
|
17985
|
+
cooling_set_point_fahrenheit?: never;
|
|
17986
|
+
fan_mode_setting?: never;
|
|
17987
|
+
heating_set_point_celsius?: never;
|
|
17988
|
+
heating_set_point_fahrenheit?: never;
|
|
17989
|
+
hvac_mode_setting?: never;
|
|
17990
|
+
lower_limit_celsius?: never;
|
|
17991
|
+
lower_limit_fahrenheit?: never;
|
|
17992
|
+
temperature_celsius?: never;
|
|
17993
|
+
temperature_fahrenheit?: never;
|
|
17994
|
+
upper_limit_celsius?: never;
|
|
17995
|
+
upper_limit_fahrenheit?: never;
|
|
17996
|
+
enrollment_automation_id?: never;
|
|
16318
17997
|
};
|
|
16319
|
-
|
|
16320
|
-
|
|
16321
|
-
|
|
17998
|
+
required: string[];
|
|
17999
|
+
type: string;
|
|
18000
|
+
deprecated?: never;
|
|
18001
|
+
'x-deprecated'?: never;
|
|
18002
|
+
} | {
|
|
18003
|
+
description: string;
|
|
18004
|
+
properties: {
|
|
18005
|
+
access_code_id: {
|
|
18006
|
+
format: string;
|
|
18007
|
+
type: string;
|
|
18008
|
+
description?: never;
|
|
18009
|
+
'x-title'?: never;
|
|
18010
|
+
};
|
|
18011
|
+
action_attempt_id: {
|
|
18012
|
+
format: string;
|
|
18013
|
+
type: string;
|
|
18014
|
+
description?: never;
|
|
18015
|
+
'x-title'?: never;
|
|
18016
|
+
};
|
|
18017
|
+
connected_account_id: {
|
|
18018
|
+
description: string;
|
|
18019
|
+
format: string;
|
|
18020
|
+
type: string;
|
|
18021
|
+
'x-title': string;
|
|
18022
|
+
deprecated?: never;
|
|
18023
|
+
'x-deprecated'?: never;
|
|
18024
|
+
};
|
|
18025
|
+
created_at: {
|
|
18026
|
+
description: string;
|
|
18027
|
+
format: string;
|
|
18028
|
+
type: string;
|
|
18029
|
+
'x-title': string;
|
|
18030
|
+
};
|
|
18031
|
+
device_id: {
|
|
18032
|
+
description: string;
|
|
18033
|
+
format: string;
|
|
18034
|
+
type: string;
|
|
18035
|
+
'x-title': string;
|
|
18036
|
+
};
|
|
18037
|
+
event_id: {
|
|
18038
|
+
description: string;
|
|
18039
|
+
format: string;
|
|
18040
|
+
type: string;
|
|
18041
|
+
'x-title': string;
|
|
18042
|
+
};
|
|
18043
|
+
event_type: {
|
|
18044
|
+
enum: string[];
|
|
18045
|
+
type: string;
|
|
18046
|
+
};
|
|
18047
|
+
method: {
|
|
18048
|
+
description: string;
|
|
18049
|
+
enum: string[];
|
|
18050
|
+
type: string;
|
|
18051
|
+
'x-title': string;
|
|
18052
|
+
};
|
|
18053
|
+
occurred_at: {
|
|
18054
|
+
description: string;
|
|
18055
|
+
format: string;
|
|
18056
|
+
type: string;
|
|
18057
|
+
'x-title': string;
|
|
18058
|
+
};
|
|
18059
|
+
workspace_id: {
|
|
18060
|
+
description: string;
|
|
18061
|
+
format: string;
|
|
18062
|
+
type: string;
|
|
18063
|
+
'x-title': string;
|
|
18064
|
+
};
|
|
18065
|
+
code?: never;
|
|
18066
|
+
backup_access_code_id?: never;
|
|
18067
|
+
acs_system_id?: never;
|
|
18068
|
+
acs_credential_id?: never;
|
|
18069
|
+
acs_user_id?: never;
|
|
18070
|
+
acs_encoder_id?: never;
|
|
18071
|
+
client_session_id?: never;
|
|
18072
|
+
connect_webview_id?: never;
|
|
18073
|
+
action_type?: never;
|
|
18074
|
+
status?: never;
|
|
18075
|
+
error_code?: never;
|
|
18076
|
+
battery_level?: never;
|
|
18077
|
+
battery_status?: never;
|
|
18078
|
+
minut_metadata?: never;
|
|
18079
|
+
noise_level_decibels?: never;
|
|
18080
|
+
noise_level_nrs?: never;
|
|
18081
|
+
noise_threshold_id?: never;
|
|
18082
|
+
noise_threshold_name?: never;
|
|
18083
|
+
noiseaware_metadata?: never;
|
|
18084
|
+
climate_preset_key?: never;
|
|
18085
|
+
is_fallback_climate_preset?: never;
|
|
18086
|
+
thermostat_schedule_id?: never;
|
|
18087
|
+
cooling_set_point_celsius?: never;
|
|
18088
|
+
cooling_set_point_fahrenheit?: never;
|
|
18089
|
+
fan_mode_setting?: never;
|
|
18090
|
+
heating_set_point_celsius?: never;
|
|
18091
|
+
heating_set_point_fahrenheit?: never;
|
|
18092
|
+
hvac_mode_setting?: never;
|
|
18093
|
+
lower_limit_celsius?: never;
|
|
18094
|
+
lower_limit_fahrenheit?: never;
|
|
18095
|
+
temperature_celsius?: never;
|
|
18096
|
+
temperature_fahrenheit?: never;
|
|
18097
|
+
upper_limit_celsius?: never;
|
|
18098
|
+
upper_limit_fahrenheit?: never;
|
|
18099
|
+
enrollment_automation_id?: never;
|
|
16322
18100
|
};
|
|
16323
|
-
|
|
16324
|
-
|
|
18101
|
+
required: string[];
|
|
18102
|
+
type: string;
|
|
18103
|
+
deprecated?: never;
|
|
18104
|
+
'x-deprecated'?: never;
|
|
18105
|
+
} | {
|
|
18106
|
+
description: string;
|
|
18107
|
+
properties: {
|
|
18108
|
+
access_code_id: {
|
|
18109
|
+
format: string;
|
|
18110
|
+
type: string;
|
|
18111
|
+
description?: never;
|
|
18112
|
+
'x-title'?: never;
|
|
18113
|
+
};
|
|
18114
|
+
connected_account_id: {
|
|
18115
|
+
description: string;
|
|
18116
|
+
format: string;
|
|
18117
|
+
type: string;
|
|
18118
|
+
'x-title': string;
|
|
18119
|
+
deprecated?: never;
|
|
18120
|
+
'x-deprecated'?: never;
|
|
18121
|
+
};
|
|
18122
|
+
created_at: {
|
|
18123
|
+
description: string;
|
|
18124
|
+
format: string;
|
|
18125
|
+
type: string;
|
|
18126
|
+
'x-title': string;
|
|
18127
|
+
};
|
|
18128
|
+
device_id: {
|
|
18129
|
+
description: string;
|
|
18130
|
+
format: string;
|
|
18131
|
+
type: string;
|
|
18132
|
+
'x-title': string;
|
|
18133
|
+
};
|
|
18134
|
+
event_id: {
|
|
18135
|
+
description: string;
|
|
18136
|
+
format: string;
|
|
18137
|
+
type: string;
|
|
18138
|
+
'x-title': string;
|
|
18139
|
+
};
|
|
18140
|
+
event_type: {
|
|
18141
|
+
enum: string[];
|
|
18142
|
+
type: string;
|
|
18143
|
+
};
|
|
18144
|
+
occurred_at: {
|
|
18145
|
+
description: string;
|
|
18146
|
+
format: string;
|
|
18147
|
+
type: string;
|
|
18148
|
+
'x-title': string;
|
|
18149
|
+
};
|
|
18150
|
+
workspace_id: {
|
|
18151
|
+
description: string;
|
|
18152
|
+
format: string;
|
|
18153
|
+
type: string;
|
|
18154
|
+
'x-title': string;
|
|
18155
|
+
};
|
|
18156
|
+
code?: never;
|
|
18157
|
+
backup_access_code_id?: never;
|
|
18158
|
+
acs_system_id?: never;
|
|
18159
|
+
acs_credential_id?: never;
|
|
18160
|
+
acs_user_id?: never;
|
|
18161
|
+
acs_encoder_id?: never;
|
|
18162
|
+
client_session_id?: never;
|
|
18163
|
+
connect_webview_id?: never;
|
|
18164
|
+
action_attempt_id?: never;
|
|
18165
|
+
action_type?: never;
|
|
18166
|
+
status?: never;
|
|
18167
|
+
error_code?: never;
|
|
18168
|
+
battery_level?: never;
|
|
18169
|
+
battery_status?: never;
|
|
18170
|
+
minut_metadata?: never;
|
|
18171
|
+
noise_level_decibels?: never;
|
|
18172
|
+
noise_level_nrs?: never;
|
|
18173
|
+
noise_threshold_id?: never;
|
|
18174
|
+
noise_threshold_name?: never;
|
|
18175
|
+
noiseaware_metadata?: never;
|
|
18176
|
+
method?: never;
|
|
18177
|
+
climate_preset_key?: never;
|
|
18178
|
+
is_fallback_climate_preset?: never;
|
|
18179
|
+
thermostat_schedule_id?: never;
|
|
18180
|
+
cooling_set_point_celsius?: never;
|
|
18181
|
+
cooling_set_point_fahrenheit?: never;
|
|
18182
|
+
fan_mode_setting?: never;
|
|
18183
|
+
heating_set_point_celsius?: never;
|
|
18184
|
+
heating_set_point_fahrenheit?: never;
|
|
18185
|
+
hvac_mode_setting?: never;
|
|
18186
|
+
lower_limit_celsius?: never;
|
|
18187
|
+
lower_limit_fahrenheit?: never;
|
|
18188
|
+
temperature_celsius?: never;
|
|
18189
|
+
temperature_fahrenheit?: never;
|
|
18190
|
+
upper_limit_celsius?: never;
|
|
18191
|
+
upper_limit_fahrenheit?: never;
|
|
18192
|
+
enrollment_automation_id?: never;
|
|
16325
18193
|
};
|
|
16326
|
-
|
|
16327
|
-
|
|
18194
|
+
required: string[];
|
|
18195
|
+
type: string;
|
|
18196
|
+
deprecated?: never;
|
|
18197
|
+
'x-deprecated'?: never;
|
|
18198
|
+
} | {
|
|
18199
|
+
description: string;
|
|
18200
|
+
properties: {
|
|
18201
|
+
climate_preset_key: {
|
|
18202
|
+
type: string;
|
|
18203
|
+
};
|
|
18204
|
+
connected_account_id: {
|
|
18205
|
+
description: string;
|
|
18206
|
+
format: string;
|
|
18207
|
+
type: string;
|
|
18208
|
+
'x-title': string;
|
|
18209
|
+
deprecated?: never;
|
|
18210
|
+
'x-deprecated'?: never;
|
|
18211
|
+
};
|
|
18212
|
+
created_at: {
|
|
18213
|
+
description: string;
|
|
18214
|
+
format: string;
|
|
18215
|
+
type: string;
|
|
18216
|
+
'x-title': string;
|
|
18217
|
+
};
|
|
18218
|
+
device_id: {
|
|
18219
|
+
description: string;
|
|
18220
|
+
format: string;
|
|
18221
|
+
type: string;
|
|
18222
|
+
'x-title': string;
|
|
18223
|
+
};
|
|
18224
|
+
event_id: {
|
|
18225
|
+
description: string;
|
|
18226
|
+
format: string;
|
|
18227
|
+
type: string;
|
|
18228
|
+
'x-title': string;
|
|
18229
|
+
};
|
|
18230
|
+
event_type: {
|
|
18231
|
+
enum: string[];
|
|
18232
|
+
type: string;
|
|
18233
|
+
};
|
|
18234
|
+
is_fallback_climate_preset: {
|
|
18235
|
+
type: string;
|
|
18236
|
+
};
|
|
18237
|
+
occurred_at: {
|
|
18238
|
+
description: string;
|
|
18239
|
+
format: string;
|
|
18240
|
+
type: string;
|
|
18241
|
+
'x-title': string;
|
|
18242
|
+
};
|
|
18243
|
+
thermostat_schedule_id: {
|
|
18244
|
+
format: string;
|
|
18245
|
+
nullable: boolean;
|
|
18246
|
+
type: string;
|
|
18247
|
+
};
|
|
18248
|
+
workspace_id: {
|
|
18249
|
+
description: string;
|
|
18250
|
+
format: string;
|
|
18251
|
+
type: string;
|
|
18252
|
+
'x-title': string;
|
|
18253
|
+
};
|
|
18254
|
+
access_code_id?: never;
|
|
18255
|
+
code?: never;
|
|
18256
|
+
backup_access_code_id?: never;
|
|
18257
|
+
acs_system_id?: never;
|
|
18258
|
+
acs_credential_id?: never;
|
|
18259
|
+
acs_user_id?: never;
|
|
18260
|
+
acs_encoder_id?: never;
|
|
18261
|
+
client_session_id?: never;
|
|
18262
|
+
connect_webview_id?: never;
|
|
18263
|
+
action_attempt_id?: never;
|
|
18264
|
+
action_type?: never;
|
|
18265
|
+
status?: never;
|
|
18266
|
+
error_code?: never;
|
|
18267
|
+
battery_level?: never;
|
|
18268
|
+
battery_status?: never;
|
|
18269
|
+
minut_metadata?: never;
|
|
18270
|
+
noise_level_decibels?: never;
|
|
18271
|
+
noise_level_nrs?: never;
|
|
18272
|
+
noise_threshold_id?: never;
|
|
18273
|
+
noise_threshold_name?: never;
|
|
18274
|
+
noiseaware_metadata?: never;
|
|
18275
|
+
method?: never;
|
|
18276
|
+
cooling_set_point_celsius?: never;
|
|
18277
|
+
cooling_set_point_fahrenheit?: never;
|
|
18278
|
+
fan_mode_setting?: never;
|
|
18279
|
+
heating_set_point_celsius?: never;
|
|
18280
|
+
heating_set_point_fahrenheit?: never;
|
|
18281
|
+
hvac_mode_setting?: never;
|
|
18282
|
+
lower_limit_celsius?: never;
|
|
18283
|
+
lower_limit_fahrenheit?: never;
|
|
18284
|
+
temperature_celsius?: never;
|
|
18285
|
+
temperature_fahrenheit?: never;
|
|
18286
|
+
upper_limit_celsius?: never;
|
|
18287
|
+
upper_limit_fahrenheit?: never;
|
|
18288
|
+
enrollment_automation_id?: never;
|
|
16328
18289
|
};
|
|
16329
|
-
|
|
16330
|
-
|
|
18290
|
+
required: string[];
|
|
18291
|
+
type: string;
|
|
18292
|
+
deprecated?: never;
|
|
18293
|
+
'x-deprecated'?: never;
|
|
18294
|
+
} | {
|
|
18295
|
+
description: string;
|
|
18296
|
+
properties: {
|
|
18297
|
+
connected_account_id: {
|
|
18298
|
+
description: string;
|
|
18299
|
+
format: string;
|
|
18300
|
+
type: string;
|
|
18301
|
+
'x-title': string;
|
|
18302
|
+
deprecated?: never;
|
|
18303
|
+
'x-deprecated'?: never;
|
|
18304
|
+
};
|
|
18305
|
+
cooling_set_point_celsius: {
|
|
18306
|
+
description: string;
|
|
18307
|
+
format: string;
|
|
18308
|
+
type: string;
|
|
18309
|
+
};
|
|
18310
|
+
cooling_set_point_fahrenheit: {
|
|
18311
|
+
description: string;
|
|
18312
|
+
format: string;
|
|
18313
|
+
type: string;
|
|
18314
|
+
};
|
|
18315
|
+
created_at: {
|
|
18316
|
+
description: string;
|
|
18317
|
+
format: string;
|
|
18318
|
+
type: string;
|
|
18319
|
+
'x-title': string;
|
|
18320
|
+
};
|
|
18321
|
+
device_id: {
|
|
18322
|
+
description: string;
|
|
18323
|
+
format: string;
|
|
18324
|
+
type: string;
|
|
18325
|
+
'x-title': string;
|
|
18326
|
+
};
|
|
18327
|
+
event_id: {
|
|
18328
|
+
description: string;
|
|
18329
|
+
format: string;
|
|
18330
|
+
type: string;
|
|
18331
|
+
'x-title': string;
|
|
18332
|
+
};
|
|
18333
|
+
event_type: {
|
|
18334
|
+
enum: string[];
|
|
18335
|
+
type: string;
|
|
18336
|
+
};
|
|
18337
|
+
fan_mode_setting: {
|
|
18338
|
+
description: string;
|
|
18339
|
+
enum: string[];
|
|
18340
|
+
type: string;
|
|
18341
|
+
};
|
|
18342
|
+
heating_set_point_celsius: {
|
|
18343
|
+
description: string;
|
|
18344
|
+
format: string;
|
|
18345
|
+
type: string;
|
|
18346
|
+
};
|
|
18347
|
+
heating_set_point_fahrenheit: {
|
|
18348
|
+
description: string;
|
|
18349
|
+
format: string;
|
|
18350
|
+
type: string;
|
|
18351
|
+
};
|
|
18352
|
+
hvac_mode_setting: {
|
|
18353
|
+
description: string;
|
|
18354
|
+
enum: string[];
|
|
18355
|
+
type: string;
|
|
18356
|
+
};
|
|
18357
|
+
method: {
|
|
18358
|
+
enum: string[];
|
|
18359
|
+
type: string;
|
|
18360
|
+
description?: never;
|
|
18361
|
+
'x-title'?: never;
|
|
18362
|
+
};
|
|
18363
|
+
occurred_at: {
|
|
18364
|
+
description: string;
|
|
18365
|
+
format: string;
|
|
18366
|
+
type: string;
|
|
18367
|
+
'x-title': string;
|
|
18368
|
+
};
|
|
18369
|
+
workspace_id: {
|
|
18370
|
+
description: string;
|
|
18371
|
+
format: string;
|
|
18372
|
+
type: string;
|
|
18373
|
+
'x-title': string;
|
|
18374
|
+
};
|
|
18375
|
+
access_code_id?: never;
|
|
18376
|
+
code?: never;
|
|
18377
|
+
backup_access_code_id?: never;
|
|
18378
|
+
acs_system_id?: never;
|
|
18379
|
+
acs_credential_id?: never;
|
|
18380
|
+
acs_user_id?: never;
|
|
18381
|
+
acs_encoder_id?: never;
|
|
18382
|
+
client_session_id?: never;
|
|
18383
|
+
connect_webview_id?: never;
|
|
18384
|
+
action_attempt_id?: never;
|
|
18385
|
+
action_type?: never;
|
|
18386
|
+
status?: never;
|
|
18387
|
+
error_code?: never;
|
|
18388
|
+
battery_level?: never;
|
|
18389
|
+
battery_status?: never;
|
|
18390
|
+
minut_metadata?: never;
|
|
18391
|
+
noise_level_decibels?: never;
|
|
18392
|
+
noise_level_nrs?: never;
|
|
18393
|
+
noise_threshold_id?: never;
|
|
18394
|
+
noise_threshold_name?: never;
|
|
18395
|
+
noiseaware_metadata?: never;
|
|
18396
|
+
climate_preset_key?: never;
|
|
18397
|
+
is_fallback_climate_preset?: never;
|
|
18398
|
+
thermostat_schedule_id?: never;
|
|
18399
|
+
lower_limit_celsius?: never;
|
|
18400
|
+
lower_limit_fahrenheit?: never;
|
|
18401
|
+
temperature_celsius?: never;
|
|
18402
|
+
temperature_fahrenheit?: never;
|
|
18403
|
+
upper_limit_celsius?: never;
|
|
18404
|
+
upper_limit_fahrenheit?: never;
|
|
18405
|
+
enrollment_automation_id?: never;
|
|
16331
18406
|
};
|
|
16332
|
-
|
|
16333
|
-
|
|
16334
|
-
|
|
18407
|
+
required: string[];
|
|
18408
|
+
type: string;
|
|
18409
|
+
deprecated?: never;
|
|
18410
|
+
'x-deprecated'?: never;
|
|
18411
|
+
} | {
|
|
18412
|
+
description: string;
|
|
18413
|
+
properties: {
|
|
18414
|
+
connected_account_id: {
|
|
18415
|
+
description: string;
|
|
18416
|
+
format: string;
|
|
18417
|
+
type: string;
|
|
18418
|
+
'x-title': string;
|
|
18419
|
+
deprecated?: never;
|
|
18420
|
+
'x-deprecated'?: never;
|
|
18421
|
+
};
|
|
18422
|
+
created_at: {
|
|
18423
|
+
description: string;
|
|
18424
|
+
format: string;
|
|
18425
|
+
type: string;
|
|
18426
|
+
'x-title': string;
|
|
18427
|
+
};
|
|
18428
|
+
device_id: {
|
|
18429
|
+
description: string;
|
|
18430
|
+
format: string;
|
|
18431
|
+
type: string;
|
|
18432
|
+
'x-title': string;
|
|
18433
|
+
};
|
|
18434
|
+
event_id: {
|
|
18435
|
+
description: string;
|
|
18436
|
+
format: string;
|
|
18437
|
+
type: string;
|
|
18438
|
+
'x-title': string;
|
|
18439
|
+
};
|
|
18440
|
+
event_type: {
|
|
18441
|
+
enum: string[];
|
|
18442
|
+
type: string;
|
|
18443
|
+
};
|
|
18444
|
+
lower_limit_celsius: {
|
|
18445
|
+
format: string;
|
|
18446
|
+
nullable: boolean;
|
|
18447
|
+
type: string;
|
|
18448
|
+
};
|
|
18449
|
+
lower_limit_fahrenheit: {
|
|
18450
|
+
format: string;
|
|
18451
|
+
nullable: boolean;
|
|
18452
|
+
type: string;
|
|
18453
|
+
};
|
|
18454
|
+
occurred_at: {
|
|
18455
|
+
description: string;
|
|
18456
|
+
format: string;
|
|
18457
|
+
type: string;
|
|
18458
|
+
'x-title': string;
|
|
18459
|
+
};
|
|
18460
|
+
temperature_celsius: {
|
|
18461
|
+
format: string;
|
|
18462
|
+
type: string;
|
|
18463
|
+
};
|
|
18464
|
+
temperature_fahrenheit: {
|
|
18465
|
+
format: string;
|
|
18466
|
+
type: string;
|
|
18467
|
+
};
|
|
18468
|
+
upper_limit_celsius: {
|
|
18469
|
+
format: string;
|
|
18470
|
+
nullable: boolean;
|
|
18471
|
+
type: string;
|
|
18472
|
+
};
|
|
18473
|
+
upper_limit_fahrenheit: {
|
|
18474
|
+
format: string;
|
|
18475
|
+
nullable: boolean;
|
|
18476
|
+
type: string;
|
|
18477
|
+
};
|
|
18478
|
+
workspace_id: {
|
|
18479
|
+
description: string;
|
|
18480
|
+
format: string;
|
|
18481
|
+
type: string;
|
|
18482
|
+
'x-title': string;
|
|
18483
|
+
};
|
|
18484
|
+
access_code_id?: never;
|
|
18485
|
+
code?: never;
|
|
18486
|
+
backup_access_code_id?: never;
|
|
18487
|
+
acs_system_id?: never;
|
|
18488
|
+
acs_credential_id?: never;
|
|
18489
|
+
acs_user_id?: never;
|
|
18490
|
+
acs_encoder_id?: never;
|
|
18491
|
+
client_session_id?: never;
|
|
18492
|
+
connect_webview_id?: never;
|
|
18493
|
+
action_attempt_id?: never;
|
|
18494
|
+
action_type?: never;
|
|
18495
|
+
status?: never;
|
|
18496
|
+
error_code?: never;
|
|
18497
|
+
battery_level?: never;
|
|
18498
|
+
battery_status?: never;
|
|
18499
|
+
minut_metadata?: never;
|
|
18500
|
+
noise_level_decibels?: never;
|
|
18501
|
+
noise_level_nrs?: never;
|
|
18502
|
+
noise_threshold_id?: never;
|
|
18503
|
+
noise_threshold_name?: never;
|
|
18504
|
+
noiseaware_metadata?: never;
|
|
18505
|
+
method?: never;
|
|
18506
|
+
climate_preset_key?: never;
|
|
18507
|
+
is_fallback_climate_preset?: never;
|
|
18508
|
+
thermostat_schedule_id?: never;
|
|
18509
|
+
cooling_set_point_celsius?: never;
|
|
18510
|
+
cooling_set_point_fahrenheit?: never;
|
|
18511
|
+
fan_mode_setting?: never;
|
|
18512
|
+
heating_set_point_celsius?: never;
|
|
18513
|
+
heating_set_point_fahrenheit?: never;
|
|
18514
|
+
hvac_mode_setting?: never;
|
|
18515
|
+
enrollment_automation_id?: never;
|
|
16335
18516
|
};
|
|
16336
|
-
|
|
16337
|
-
|
|
16338
|
-
|
|
16339
|
-
|
|
18517
|
+
required: string[];
|
|
18518
|
+
type: string;
|
|
18519
|
+
deprecated?: never;
|
|
18520
|
+
'x-deprecated'?: never;
|
|
18521
|
+
} | {
|
|
18522
|
+
description: string;
|
|
18523
|
+
properties: {
|
|
18524
|
+
created_at: {
|
|
18525
|
+
description: string;
|
|
18526
|
+
format: string;
|
|
18527
|
+
type: string;
|
|
18528
|
+
'x-title': string;
|
|
18529
|
+
};
|
|
18530
|
+
enrollment_automation_id: {
|
|
18531
|
+
description: string;
|
|
18532
|
+
format: string;
|
|
18533
|
+
type: string;
|
|
18534
|
+
'x-title': string;
|
|
18535
|
+
};
|
|
18536
|
+
event_id: {
|
|
18537
|
+
description: string;
|
|
18538
|
+
format: string;
|
|
18539
|
+
type: string;
|
|
18540
|
+
'x-title': string;
|
|
18541
|
+
};
|
|
18542
|
+
event_type: {
|
|
18543
|
+
enum: string[];
|
|
18544
|
+
type: string;
|
|
18545
|
+
};
|
|
18546
|
+
occurred_at: {
|
|
18547
|
+
description: string;
|
|
18548
|
+
format: string;
|
|
18549
|
+
type: string;
|
|
18550
|
+
'x-title': string;
|
|
18551
|
+
};
|
|
18552
|
+
workspace_id: {
|
|
18553
|
+
description: string;
|
|
18554
|
+
format: string;
|
|
18555
|
+
type: string;
|
|
18556
|
+
'x-title': string;
|
|
18557
|
+
};
|
|
18558
|
+
access_code_id?: never;
|
|
18559
|
+
connected_account_id?: never;
|
|
18560
|
+
device_id?: never;
|
|
18561
|
+
code?: never;
|
|
18562
|
+
backup_access_code_id?: never;
|
|
18563
|
+
acs_system_id?: never;
|
|
18564
|
+
acs_credential_id?: never;
|
|
18565
|
+
acs_user_id?: never;
|
|
18566
|
+
acs_encoder_id?: never;
|
|
18567
|
+
client_session_id?: never;
|
|
18568
|
+
connect_webview_id?: never;
|
|
18569
|
+
action_attempt_id?: never;
|
|
18570
|
+
action_type?: never;
|
|
18571
|
+
status?: never;
|
|
18572
|
+
error_code?: never;
|
|
18573
|
+
battery_level?: never;
|
|
18574
|
+
battery_status?: never;
|
|
18575
|
+
minut_metadata?: never;
|
|
18576
|
+
noise_level_decibels?: never;
|
|
18577
|
+
noise_level_nrs?: never;
|
|
18578
|
+
noise_threshold_id?: never;
|
|
18579
|
+
noise_threshold_name?: never;
|
|
18580
|
+
noiseaware_metadata?: never;
|
|
18581
|
+
method?: never;
|
|
18582
|
+
climate_preset_key?: never;
|
|
18583
|
+
is_fallback_climate_preset?: never;
|
|
18584
|
+
thermostat_schedule_id?: never;
|
|
18585
|
+
cooling_set_point_celsius?: never;
|
|
18586
|
+
cooling_set_point_fahrenheit?: never;
|
|
18587
|
+
fan_mode_setting?: never;
|
|
18588
|
+
heating_set_point_celsius?: never;
|
|
18589
|
+
heating_set_point_fahrenheit?: never;
|
|
18590
|
+
hvac_mode_setting?: never;
|
|
18591
|
+
lower_limit_celsius?: never;
|
|
18592
|
+
lower_limit_fahrenheit?: never;
|
|
18593
|
+
temperature_celsius?: never;
|
|
18594
|
+
temperature_fahrenheit?: never;
|
|
18595
|
+
upper_limit_celsius?: never;
|
|
18596
|
+
upper_limit_fahrenheit?: never;
|
|
16340
18597
|
};
|
|
16341
|
-
|
|
16342
|
-
|
|
16343
|
-
|
|
18598
|
+
required: string[];
|
|
18599
|
+
type: string;
|
|
18600
|
+
deprecated?: never;
|
|
18601
|
+
'x-deprecated'?: never;
|
|
18602
|
+
} | {
|
|
18603
|
+
description: string;
|
|
18604
|
+
properties: {
|
|
18605
|
+
created_at: {
|
|
18606
|
+
description: string;
|
|
18607
|
+
format: string;
|
|
18608
|
+
type: string;
|
|
18609
|
+
'x-title': string;
|
|
18610
|
+
};
|
|
18611
|
+
device_id: {
|
|
18612
|
+
description: string;
|
|
18613
|
+
format: string;
|
|
18614
|
+
type: string;
|
|
18615
|
+
'x-title': string;
|
|
18616
|
+
};
|
|
18617
|
+
event_id: {
|
|
18618
|
+
description: string;
|
|
18619
|
+
format: string;
|
|
18620
|
+
type: string;
|
|
18621
|
+
'x-title': string;
|
|
18622
|
+
};
|
|
18623
|
+
event_type: {
|
|
18624
|
+
enum: string[];
|
|
18625
|
+
type: string;
|
|
18626
|
+
};
|
|
18627
|
+
occurred_at: {
|
|
18628
|
+
description: string;
|
|
18629
|
+
format: string;
|
|
18630
|
+
type: string;
|
|
18631
|
+
'x-title': string;
|
|
18632
|
+
};
|
|
18633
|
+
workspace_id: {
|
|
18634
|
+
description: string;
|
|
18635
|
+
format: string;
|
|
18636
|
+
type: string;
|
|
18637
|
+
'x-title': string;
|
|
18638
|
+
};
|
|
18639
|
+
access_code_id?: never;
|
|
18640
|
+
connected_account_id?: never;
|
|
18641
|
+
code?: never;
|
|
18642
|
+
backup_access_code_id?: never;
|
|
18643
|
+
acs_system_id?: never;
|
|
18644
|
+
acs_credential_id?: never;
|
|
18645
|
+
acs_user_id?: never;
|
|
18646
|
+
acs_encoder_id?: never;
|
|
18647
|
+
client_session_id?: never;
|
|
18648
|
+
connect_webview_id?: never;
|
|
18649
|
+
action_attempt_id?: never;
|
|
18650
|
+
action_type?: never;
|
|
18651
|
+
status?: never;
|
|
18652
|
+
error_code?: never;
|
|
18653
|
+
battery_level?: never;
|
|
18654
|
+
battery_status?: never;
|
|
18655
|
+
minut_metadata?: never;
|
|
18656
|
+
noise_level_decibels?: never;
|
|
18657
|
+
noise_level_nrs?: never;
|
|
18658
|
+
noise_threshold_id?: never;
|
|
18659
|
+
noise_threshold_name?: never;
|
|
18660
|
+
noiseaware_metadata?: never;
|
|
18661
|
+
method?: never;
|
|
18662
|
+
climate_preset_key?: never;
|
|
18663
|
+
is_fallback_climate_preset?: never;
|
|
18664
|
+
thermostat_schedule_id?: never;
|
|
18665
|
+
cooling_set_point_celsius?: never;
|
|
18666
|
+
cooling_set_point_fahrenheit?: never;
|
|
18667
|
+
fan_mode_setting?: never;
|
|
18668
|
+
heating_set_point_celsius?: never;
|
|
18669
|
+
heating_set_point_fahrenheit?: never;
|
|
18670
|
+
hvac_mode_setting?: never;
|
|
18671
|
+
lower_limit_celsius?: never;
|
|
18672
|
+
lower_limit_fahrenheit?: never;
|
|
18673
|
+
temperature_celsius?: never;
|
|
18674
|
+
temperature_fahrenheit?: never;
|
|
18675
|
+
upper_limit_celsius?: never;
|
|
18676
|
+
upper_limit_fahrenheit?: never;
|
|
18677
|
+
enrollment_automation_id?: never;
|
|
16344
18678
|
};
|
|
16345
|
-
|
|
16346
|
-
|
|
16347
|
-
|
|
18679
|
+
required: string[];
|
|
18680
|
+
type: string;
|
|
18681
|
+
deprecated?: never;
|
|
18682
|
+
'x-deprecated'?: never;
|
|
18683
|
+
})[];
|
|
16348
18684
|
};
|
|
16349
18685
|
network: {
|
|
16350
18686
|
properties: {
|
|
@@ -28899,7 +31235,10 @@ declare const _default: {
|
|
|
28899
31235
|
};
|
|
28900
31236
|
manual_override_allowed: {
|
|
28901
31237
|
default: boolean;
|
|
31238
|
+
deprecated: boolean;
|
|
31239
|
+
description: string;
|
|
28902
31240
|
type: string;
|
|
31241
|
+
'x-deprecated': string;
|
|
28903
31242
|
};
|
|
28904
31243
|
name: {
|
|
28905
31244
|
default: null;
|
|
@@ -29583,6 +31922,7 @@ declare const _default: {
|
|
|
29583
31922
|
};
|
|
29584
31923
|
is_override_allowed: {
|
|
29585
31924
|
default: boolean;
|
|
31925
|
+
description: string;
|
|
29586
31926
|
type: string;
|
|
29587
31927
|
};
|
|
29588
31928
|
max_override_period_minutes: {
|
|
@@ -29918,6 +32258,7 @@ declare const _default: {
|
|
|
29918
32258
|
type: string;
|
|
29919
32259
|
};
|
|
29920
32260
|
is_override_allowed: {
|
|
32261
|
+
description: string;
|
|
29921
32262
|
type: string;
|
|
29922
32263
|
};
|
|
29923
32264
|
max_override_period_minutes: {
|
|
@@ -30013,6 +32354,7 @@ declare const _default: {
|
|
|
30013
32354
|
type: string;
|
|
30014
32355
|
};
|
|
30015
32356
|
is_override_allowed: {
|
|
32357
|
+
description: string;
|
|
30016
32358
|
type: string;
|
|
30017
32359
|
};
|
|
30018
32360
|
max_override_period_minutes: {
|
|
@@ -44826,31 +47168,1104 @@ interface Routes {
|
|
|
44826
47168
|
};
|
|
44827
47169
|
formData: {};
|
|
44828
47170
|
jsonResponse: {
|
|
44829
|
-
event?: {
|
|
47171
|
+
event?: ({
|
|
47172
|
+
/** The ID of the event. */
|
|
44830
47173
|
event_id: string;
|
|
44831
|
-
|
|
47174
|
+
/** The ID of the workspace. */
|
|
47175
|
+
workspace_id: string;
|
|
47176
|
+
/** The time when the event was created. */
|
|
47177
|
+
created_at: string;
|
|
47178
|
+
/** The time when the event occurred. */
|
|
47179
|
+
occurred_at: string;
|
|
47180
|
+
/** The ID of the access code. */
|
|
47181
|
+
access_code_id: string;
|
|
47182
|
+
/** The ID of the device. */
|
|
47183
|
+
device_id: string;
|
|
47184
|
+
/** The ID of the connected account. */
|
|
47185
|
+
connected_account_id: string;
|
|
47186
|
+
event_type: 'access_code.created';
|
|
47187
|
+
} | {
|
|
47188
|
+
/** The ID of the event. */
|
|
47189
|
+
event_id: string;
|
|
47190
|
+
/** The ID of the workspace. */
|
|
47191
|
+
workspace_id: string;
|
|
47192
|
+
/** The time when the event was created. */
|
|
47193
|
+
created_at: string;
|
|
47194
|
+
/** The time when the event occurred. */
|
|
47195
|
+
occurred_at: string;
|
|
47196
|
+
/** The ID of the access code. */
|
|
47197
|
+
access_code_id: string;
|
|
47198
|
+
/** The ID of the device. */
|
|
47199
|
+
device_id: string;
|
|
47200
|
+
/** The ID of the connected account. */
|
|
47201
|
+
connected_account_id: string;
|
|
47202
|
+
event_type: 'access_code.changed';
|
|
47203
|
+
} | {
|
|
47204
|
+
/** The ID of the event. */
|
|
47205
|
+
event_id: string;
|
|
47206
|
+
/** The ID of the workspace. */
|
|
47207
|
+
workspace_id: string;
|
|
47208
|
+
/** The time when the event was created. */
|
|
47209
|
+
created_at: string;
|
|
47210
|
+
/** The time when the event occurred. */
|
|
47211
|
+
occurred_at: string;
|
|
47212
|
+
/** The ID of the access code. */
|
|
47213
|
+
access_code_id: string;
|
|
47214
|
+
/** The ID of the device. */
|
|
47215
|
+
device_id: string;
|
|
47216
|
+
/** The ID of the connected account. */
|
|
47217
|
+
connected_account_id: string;
|
|
47218
|
+
event_type: 'access_code.scheduled_on_device';
|
|
47219
|
+
/** The code of the access code. */
|
|
47220
|
+
code: string;
|
|
47221
|
+
} | {
|
|
47222
|
+
/** The ID of the event. */
|
|
47223
|
+
event_id: string;
|
|
47224
|
+
/** The ID of the workspace. */
|
|
47225
|
+
workspace_id: string;
|
|
47226
|
+
/** The time when the event was created. */
|
|
47227
|
+
created_at: string;
|
|
47228
|
+
/** The time when the event occurred. */
|
|
47229
|
+
occurred_at: string;
|
|
47230
|
+
/** The ID of the access code. */
|
|
47231
|
+
access_code_id: string;
|
|
47232
|
+
/** The ID of the device. */
|
|
47233
|
+
device_id: string;
|
|
47234
|
+
/** The ID of the connected account. */
|
|
47235
|
+
connected_account_id: string;
|
|
47236
|
+
event_type: 'access_code.set_on_device';
|
|
47237
|
+
/** The code of the access code. */
|
|
47238
|
+
code: string;
|
|
47239
|
+
} | {
|
|
47240
|
+
/** The ID of the event. */
|
|
47241
|
+
event_id: string;
|
|
47242
|
+
/** The ID of the workspace. */
|
|
47243
|
+
workspace_id: string;
|
|
47244
|
+
/** The time when the event was created. */
|
|
47245
|
+
created_at: string;
|
|
47246
|
+
/** The time when the event occurred. */
|
|
47247
|
+
occurred_at: string;
|
|
47248
|
+
/** The ID of the access code. */
|
|
47249
|
+
access_code_id: string;
|
|
47250
|
+
/** The ID of the device. */
|
|
47251
|
+
device_id: string;
|
|
47252
|
+
/** The ID of the connected account. */
|
|
47253
|
+
connected_account_id: string;
|
|
47254
|
+
event_type: 'access_code.removed_from_device';
|
|
47255
|
+
} | {
|
|
47256
|
+
/** The ID of the event. */
|
|
47257
|
+
event_id: string;
|
|
47258
|
+
/** The ID of the workspace. */
|
|
47259
|
+
workspace_id: string;
|
|
47260
|
+
/** The time when the event was created. */
|
|
47261
|
+
created_at: string;
|
|
47262
|
+
/** The time when the event occurred. */
|
|
47263
|
+
occurred_at: string;
|
|
47264
|
+
/** The ID of the access code. */
|
|
47265
|
+
access_code_id: string;
|
|
47266
|
+
/** The ID of the device. */
|
|
47267
|
+
device_id: string;
|
|
47268
|
+
/** The ID of the connected account. */
|
|
47269
|
+
connected_account_id: string;
|
|
47270
|
+
event_type: 'access_code.delay_in_setting_on_device';
|
|
47271
|
+
} | {
|
|
47272
|
+
/** The ID of the event. */
|
|
47273
|
+
event_id: string;
|
|
47274
|
+
/** The ID of the workspace. */
|
|
47275
|
+
workspace_id: string;
|
|
47276
|
+
/** The time when the event was created. */
|
|
47277
|
+
created_at: string;
|
|
47278
|
+
/** The time when the event occurred. */
|
|
47279
|
+
occurred_at: string;
|
|
47280
|
+
/** The ID of the access code. */
|
|
47281
|
+
access_code_id: string;
|
|
47282
|
+
/** The ID of the device. */
|
|
47283
|
+
device_id: string;
|
|
47284
|
+
/** The ID of the connected account. */
|
|
47285
|
+
connected_account_id: string;
|
|
47286
|
+
event_type: 'access_code.failed_to_set_on_device';
|
|
47287
|
+
} | {
|
|
47288
|
+
/** The ID of the event. */
|
|
47289
|
+
event_id: string;
|
|
47290
|
+
/** The ID of the workspace. */
|
|
47291
|
+
workspace_id: string;
|
|
47292
|
+
/** The time when the event was created. */
|
|
47293
|
+
created_at: string;
|
|
47294
|
+
/** The time when the event occurred. */
|
|
47295
|
+
occurred_at: string;
|
|
47296
|
+
/** The ID of the access code. */
|
|
47297
|
+
access_code_id: string;
|
|
47298
|
+
/** The ID of the device. */
|
|
47299
|
+
device_id: string;
|
|
47300
|
+
/** The ID of the connected account. */
|
|
47301
|
+
connected_account_id: string;
|
|
47302
|
+
event_type: 'access_code.deleted';
|
|
47303
|
+
/** The code of the access code. */
|
|
47304
|
+
code: string | null;
|
|
47305
|
+
} | {
|
|
47306
|
+
/** The ID of the event. */
|
|
47307
|
+
event_id: string;
|
|
47308
|
+
/** The ID of the workspace. */
|
|
47309
|
+
workspace_id: string;
|
|
47310
|
+
/** The time when the event was created. */
|
|
47311
|
+
created_at: string;
|
|
47312
|
+
/** The time when the event occurred. */
|
|
47313
|
+
occurred_at: string;
|
|
47314
|
+
/** The ID of the access code. */
|
|
47315
|
+
access_code_id: string;
|
|
47316
|
+
/** The ID of the device. */
|
|
47317
|
+
device_id: string;
|
|
47318
|
+
/** The ID of the connected account. */
|
|
47319
|
+
connected_account_id: string;
|
|
47320
|
+
event_type: 'access_code.delay_in_removing_from_device';
|
|
47321
|
+
} | {
|
|
47322
|
+
/** The ID of the event. */
|
|
47323
|
+
event_id: string;
|
|
47324
|
+
/** The ID of the workspace. */
|
|
47325
|
+
workspace_id: string;
|
|
47326
|
+
/** The time when the event was created. */
|
|
47327
|
+
created_at: string;
|
|
47328
|
+
/** The time when the event occurred. */
|
|
47329
|
+
occurred_at: string;
|
|
47330
|
+
/** The ID of the access code. */
|
|
47331
|
+
access_code_id: string;
|
|
47332
|
+
/** The ID of the device. */
|
|
47333
|
+
device_id: string;
|
|
47334
|
+
/** The ID of the connected account. */
|
|
47335
|
+
connected_account_id: string;
|
|
47336
|
+
event_type: 'access_code.failed_to_remove_from_device';
|
|
47337
|
+
} | {
|
|
47338
|
+
/** The ID of the event. */
|
|
47339
|
+
event_id: string;
|
|
47340
|
+
/** The ID of the workspace. */
|
|
47341
|
+
workspace_id: string;
|
|
47342
|
+
/** The time when the event was created. */
|
|
47343
|
+
created_at: string;
|
|
47344
|
+
/** The time when the event occurred. */
|
|
47345
|
+
occurred_at: string;
|
|
47346
|
+
/** The ID of the access code. */
|
|
47347
|
+
access_code_id: string;
|
|
47348
|
+
/** The ID of the device. */
|
|
47349
|
+
device_id: string;
|
|
47350
|
+
/** The ID of the connected account. */
|
|
47351
|
+
connected_account_id: string;
|
|
47352
|
+
event_type: 'access_code.modified_external_to_seam';
|
|
47353
|
+
} | {
|
|
47354
|
+
/** The ID of the event. */
|
|
47355
|
+
event_id: string;
|
|
47356
|
+
/** The ID of the workspace. */
|
|
47357
|
+
workspace_id: string;
|
|
47358
|
+
/** The time when the event was created. */
|
|
47359
|
+
created_at: string;
|
|
47360
|
+
/** The time when the event occurred. */
|
|
47361
|
+
occurred_at: string;
|
|
47362
|
+
/** The ID of the access code. */
|
|
47363
|
+
access_code_id: string;
|
|
47364
|
+
/** The ID of the device. */
|
|
47365
|
+
device_id: string;
|
|
47366
|
+
/** The ID of the connected account. */
|
|
47367
|
+
connected_account_id: string;
|
|
47368
|
+
event_type: 'access_code.deleted_external_to_seam';
|
|
47369
|
+
} | {
|
|
47370
|
+
/** The ID of the event. */
|
|
47371
|
+
event_id: string;
|
|
47372
|
+
/** The ID of the workspace. */
|
|
47373
|
+
workspace_id: string;
|
|
47374
|
+
/** The time when the event was created. */
|
|
47375
|
+
created_at: string;
|
|
47376
|
+
/** The time when the event occurred. */
|
|
47377
|
+
occurred_at: string;
|
|
47378
|
+
/** The ID of the access code. */
|
|
47379
|
+
access_code_id: string;
|
|
47380
|
+
/** The ID of the device. */
|
|
47381
|
+
device_id: string;
|
|
47382
|
+
/** The ID of the connected account. */
|
|
47383
|
+
connected_account_id: string;
|
|
47384
|
+
event_type: 'access_code.backup_access_code_pulled';
|
|
47385
|
+
backup_access_code_id: string;
|
|
47386
|
+
} | {
|
|
47387
|
+
/** The ID of the event. */
|
|
47388
|
+
event_id: string;
|
|
47389
|
+
/** The ID of the workspace. */
|
|
47390
|
+
workspace_id: string;
|
|
47391
|
+
/** The time when the event was created. */
|
|
47392
|
+
created_at: string;
|
|
47393
|
+
/** The time when the event occurred. */
|
|
47394
|
+
occurred_at: string;
|
|
47395
|
+
/** The ID of the access code. */
|
|
47396
|
+
access_code_id: string;
|
|
47397
|
+
/** The ID of the device. */
|
|
47398
|
+
device_id: string;
|
|
47399
|
+
/** The ID of the connected account. */
|
|
47400
|
+
connected_account_id: string;
|
|
47401
|
+
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
47402
|
+
} | {
|
|
47403
|
+
/** The ID of the event. */
|
|
47404
|
+
event_id: string;
|
|
47405
|
+
/** The ID of the workspace. */
|
|
47406
|
+
workspace_id: string;
|
|
47407
|
+
/** The time when the event was created. */
|
|
47408
|
+
created_at: string;
|
|
47409
|
+
/** The time when the event occurred. */
|
|
47410
|
+
occurred_at: string;
|
|
47411
|
+
/** The ID of the access code. */
|
|
47412
|
+
access_code_id: string;
|
|
47413
|
+
/** The ID of the device. */
|
|
47414
|
+
device_id: string;
|
|
47415
|
+
/** The ID of the connected account. */
|
|
47416
|
+
connected_account_id: string;
|
|
47417
|
+
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
47418
|
+
} | {
|
|
47419
|
+
/** The ID of the event. */
|
|
47420
|
+
event_id: string;
|
|
47421
|
+
/** The ID of the workspace. */
|
|
47422
|
+
workspace_id: string;
|
|
47423
|
+
/** The time when the event was created. */
|
|
47424
|
+
created_at: string;
|
|
47425
|
+
/** The time when the event occurred. */
|
|
47426
|
+
occurred_at: string;
|
|
47427
|
+
/** The ID of the access code. */
|
|
47428
|
+
access_code_id: string;
|
|
47429
|
+
/** The ID of the device. */
|
|
47430
|
+
device_id: string;
|
|
47431
|
+
/** The ID of the connected account. */
|
|
47432
|
+
connected_account_id: string;
|
|
47433
|
+
event_type: 'access_code.unmanaged.created';
|
|
47434
|
+
} | {
|
|
47435
|
+
/** The ID of the event. */
|
|
47436
|
+
event_id: string;
|
|
47437
|
+
/** The ID of the workspace. */
|
|
47438
|
+
workspace_id: string;
|
|
47439
|
+
/** The time when the event was created. */
|
|
47440
|
+
created_at: string;
|
|
47441
|
+
/** The time when the event occurred. */
|
|
47442
|
+
occurred_at: string;
|
|
47443
|
+
/** The ID of the access code. */
|
|
47444
|
+
access_code_id: string;
|
|
47445
|
+
/** The ID of the device. */
|
|
47446
|
+
device_id: string;
|
|
47447
|
+
/** The ID of the connected account. */
|
|
47448
|
+
connected_account_id: string;
|
|
47449
|
+
event_type: 'access_code.unmanaged.removed';
|
|
47450
|
+
} | {
|
|
47451
|
+
/** The ID of the event. */
|
|
47452
|
+
event_id: string;
|
|
47453
|
+
/** The ID of the workspace. */
|
|
47454
|
+
workspace_id: string;
|
|
47455
|
+
/** The time when the event was created. */
|
|
47456
|
+
created_at: string;
|
|
47457
|
+
/** The time when the event occurred. */
|
|
47458
|
+
occurred_at: string;
|
|
47459
|
+
/** ID of the connected account.
|
|
47460
|
+
* @deprecated Will be removed. */
|
|
47461
|
+
connected_account_id?: string | undefined;
|
|
47462
|
+
/** ID of the ACS system. */
|
|
47463
|
+
acs_system_id: string;
|
|
47464
|
+
event_type: 'acs_system.connected';
|
|
47465
|
+
} | {
|
|
47466
|
+
/** The ID of the event. */
|
|
47467
|
+
event_id: string;
|
|
47468
|
+
/** The ID of the workspace. */
|
|
47469
|
+
workspace_id: string;
|
|
47470
|
+
/** The time when the event was created. */
|
|
47471
|
+
created_at: string;
|
|
47472
|
+
/** The time when the event occurred. */
|
|
47473
|
+
occurred_at: string;
|
|
47474
|
+
/** ID of the connected account.
|
|
47475
|
+
* @deprecated Will be removed. */
|
|
47476
|
+
connected_account_id?: string | undefined;
|
|
47477
|
+
/** ID of the ACS system. */
|
|
47478
|
+
acs_system_id: string;
|
|
47479
|
+
event_type: 'acs_system.added';
|
|
47480
|
+
} | {
|
|
47481
|
+
/** The ID of the event. */
|
|
47482
|
+
event_id: string;
|
|
47483
|
+
/** The ID of the workspace. */
|
|
47484
|
+
workspace_id: string;
|
|
47485
|
+
/** The time when the event was created. */
|
|
47486
|
+
created_at: string;
|
|
47487
|
+
/** The time when the event occurred. */
|
|
47488
|
+
occurred_at: string;
|
|
47489
|
+
/** ID of the connected account.
|
|
47490
|
+
* @deprecated Will be removed. */
|
|
47491
|
+
connected_account_id?: string | undefined;
|
|
47492
|
+
/** ID of the ACS system. */
|
|
47493
|
+
acs_system_id: string;
|
|
47494
|
+
event_type: 'acs_system.disconnected';
|
|
47495
|
+
} | {
|
|
47496
|
+
/** The ID of the event. */
|
|
47497
|
+
event_id: string;
|
|
47498
|
+
/** The ID of the workspace. */
|
|
47499
|
+
workspace_id: string;
|
|
47500
|
+
/** The time when the event was created. */
|
|
47501
|
+
created_at: string;
|
|
47502
|
+
/** The time when the event occurred. */
|
|
47503
|
+
occurred_at: string;
|
|
47504
|
+
/** ID of the connected account.
|
|
47505
|
+
* @deprecated Will be removed. */
|
|
47506
|
+
connected_account_id?: string | undefined;
|
|
47507
|
+
/** ID of the ACS system. */
|
|
47508
|
+
acs_system_id: string;
|
|
47509
|
+
acs_credential_id: string;
|
|
47510
|
+
event_type: 'acs_credential.deleted';
|
|
47511
|
+
} | {
|
|
47512
|
+
/** The ID of the event. */
|
|
47513
|
+
event_id: string;
|
|
47514
|
+
/** The ID of the workspace. */
|
|
47515
|
+
workspace_id: string;
|
|
47516
|
+
/** The time when the event was created. */
|
|
47517
|
+
created_at: string;
|
|
47518
|
+
/** The time when the event occurred. */
|
|
47519
|
+
occurred_at: string;
|
|
47520
|
+
/** ID of the connected account.
|
|
47521
|
+
* @deprecated Will be removed. */
|
|
47522
|
+
connected_account_id?: string | undefined;
|
|
47523
|
+
/** ID of the ACS system. */
|
|
47524
|
+
acs_system_id: string;
|
|
47525
|
+
acs_credential_id: string;
|
|
47526
|
+
event_type: 'acs_credential.issued';
|
|
47527
|
+
} | {
|
|
47528
|
+
/** The ID of the event. */
|
|
47529
|
+
event_id: string;
|
|
47530
|
+
/** The ID of the workspace. */
|
|
47531
|
+
workspace_id: string;
|
|
47532
|
+
/** The time when the event was created. */
|
|
47533
|
+
created_at: string;
|
|
47534
|
+
/** The time when the event occurred. */
|
|
47535
|
+
occurred_at: string;
|
|
47536
|
+
/** ID of the connected account.
|
|
47537
|
+
* @deprecated Will be removed. */
|
|
47538
|
+
connected_account_id?: string | undefined;
|
|
47539
|
+
/** ID of the ACS system. */
|
|
47540
|
+
acs_system_id: string;
|
|
47541
|
+
acs_user_id: string;
|
|
47542
|
+
event_type: 'acs_user.deleted';
|
|
47543
|
+
} | {
|
|
47544
|
+
/** The ID of the event. */
|
|
47545
|
+
event_id: string;
|
|
47546
|
+
/** The ID of the workspace. */
|
|
47547
|
+
workspace_id: string;
|
|
47548
|
+
/** The time when the event was created. */
|
|
47549
|
+
created_at: string;
|
|
47550
|
+
/** The time when the event occurred. */
|
|
47551
|
+
occurred_at: string;
|
|
47552
|
+
/** ID of the connected account.
|
|
47553
|
+
* @deprecated Will be removed. */
|
|
47554
|
+
connected_account_id?: string | undefined;
|
|
47555
|
+
/** ID of the ACS system. */
|
|
47556
|
+
acs_system_id: string;
|
|
47557
|
+
/** ID of the ACS encoder. */
|
|
47558
|
+
acs_encoder_id: string;
|
|
47559
|
+
event_type: 'acs_encoder.added';
|
|
47560
|
+
} | {
|
|
47561
|
+
/** The ID of the event. */
|
|
47562
|
+
event_id: string;
|
|
47563
|
+
/** The ID of the workspace. */
|
|
47564
|
+
workspace_id: string;
|
|
47565
|
+
/** The time when the event was created. */
|
|
47566
|
+
created_at: string;
|
|
47567
|
+
/** The time when the event occurred. */
|
|
47568
|
+
occurred_at: string;
|
|
47569
|
+
/** ID of the connected account.
|
|
47570
|
+
* @deprecated Will be removed. */
|
|
47571
|
+
connected_account_id?: string | undefined;
|
|
47572
|
+
/** ID of the ACS system. */
|
|
47573
|
+
acs_system_id: string;
|
|
47574
|
+
/** ID of the ACS encoder. */
|
|
47575
|
+
acs_encoder_id: string;
|
|
47576
|
+
event_type: 'acs_encoder.removed';
|
|
47577
|
+
} | {
|
|
47578
|
+
/** The ID of the event. */
|
|
47579
|
+
event_id: string;
|
|
47580
|
+
/** The ID of the workspace. */
|
|
47581
|
+
workspace_id: string;
|
|
47582
|
+
/** The time when the event was created. */
|
|
47583
|
+
created_at: string;
|
|
47584
|
+
/** The time when the event occurred. */
|
|
47585
|
+
occurred_at: string;
|
|
47586
|
+
/** ID of the client session. */
|
|
47587
|
+
client_session_id: string;
|
|
47588
|
+
event_type: 'client_session.deleted';
|
|
47589
|
+
} | {
|
|
47590
|
+
/** The ID of the event. */
|
|
47591
|
+
event_id: string;
|
|
47592
|
+
/** The ID of the workspace. */
|
|
47593
|
+
workspace_id: string;
|
|
47594
|
+
/** The time when the event was created. */
|
|
47595
|
+
created_at: string;
|
|
47596
|
+
/** The time when the event occurred. */
|
|
47597
|
+
occurred_at: string;
|
|
47598
|
+
/** ID of the connected account. */
|
|
47599
|
+
connected_account_id: string;
|
|
47600
|
+
event_type: 'connected_account.connected';
|
|
47601
|
+
/** ID of the connect webview. */
|
|
47602
|
+
connect_webview_id: string;
|
|
47603
|
+
} | {
|
|
47604
|
+
/** The ID of the event. */
|
|
47605
|
+
event_id: string;
|
|
47606
|
+
/** The ID of the workspace. */
|
|
47607
|
+
workspace_id: string;
|
|
47608
|
+
/** The time when the event was created. */
|
|
47609
|
+
created_at: string;
|
|
47610
|
+
/** The time when the event occurred. */
|
|
47611
|
+
occurred_at: string;
|
|
47612
|
+
/** ID of the connected account. */
|
|
47613
|
+
connected_account_id: string;
|
|
47614
|
+
event_type: 'connected_account.created';
|
|
47615
|
+
/** ID of the connect webview. */
|
|
47616
|
+
connect_webview_id: string;
|
|
47617
|
+
} | {
|
|
47618
|
+
/** The ID of the event. */
|
|
47619
|
+
event_id: string;
|
|
47620
|
+
/** The ID of the workspace. */
|
|
47621
|
+
workspace_id: string;
|
|
47622
|
+
/** The time when the event was created. */
|
|
47623
|
+
created_at: string;
|
|
47624
|
+
/** The time when the event occurred. */
|
|
47625
|
+
occurred_at: string;
|
|
47626
|
+
/** ID of the connected account. */
|
|
47627
|
+
connected_account_id: string;
|
|
47628
|
+
event_type: 'connected_account.successful_login';
|
|
47629
|
+
/** ID of the connect webview. */
|
|
47630
|
+
connect_webview_id: string;
|
|
47631
|
+
} | {
|
|
47632
|
+
/** The ID of the event. */
|
|
47633
|
+
event_id: string;
|
|
47634
|
+
/** The ID of the workspace. */
|
|
47635
|
+
workspace_id: string;
|
|
47636
|
+
/** The time when the event was created. */
|
|
47637
|
+
created_at: string;
|
|
47638
|
+
/** The time when the event occurred. */
|
|
47639
|
+
occurred_at: string;
|
|
47640
|
+
/** ID of the connected account. */
|
|
47641
|
+
connected_account_id: string;
|
|
47642
|
+
event_type: 'connected_account.disconnected';
|
|
47643
|
+
} | {
|
|
47644
|
+
/** The ID of the event. */
|
|
47645
|
+
event_id: string;
|
|
47646
|
+
/** The ID of the workspace. */
|
|
47647
|
+
workspace_id: string;
|
|
47648
|
+
/** The time when the event was created. */
|
|
47649
|
+
created_at: string;
|
|
47650
|
+
/** The time when the event occurred. */
|
|
47651
|
+
occurred_at: string;
|
|
47652
|
+
/** ID of the connected account. */
|
|
47653
|
+
connected_account_id: string;
|
|
47654
|
+
event_type: 'connected_account.completed_first_sync';
|
|
47655
|
+
} | {
|
|
47656
|
+
/** The ID of the event. */
|
|
47657
|
+
event_id: string;
|
|
47658
|
+
/** The ID of the workspace. */
|
|
47659
|
+
workspace_id: string;
|
|
47660
|
+
/** The time when the event was created. */
|
|
47661
|
+
created_at: string;
|
|
47662
|
+
/** The time when the event occurred. */
|
|
47663
|
+
occurred_at: string;
|
|
47664
|
+
/** ID of the connected account. */
|
|
47665
|
+
connected_account_id: string;
|
|
47666
|
+
event_type: 'connected_account.deleted';
|
|
47667
|
+
} | {
|
|
47668
|
+
/** The ID of the event. */
|
|
47669
|
+
event_id: string;
|
|
47670
|
+
/** The ID of the workspace. */
|
|
47671
|
+
workspace_id: string;
|
|
47672
|
+
/** The time when the event was created. */
|
|
47673
|
+
created_at: string;
|
|
47674
|
+
/** The time when the event occurred. */
|
|
47675
|
+
occurred_at: string;
|
|
47676
|
+
/** ID of the connected account. */
|
|
47677
|
+
connected_account_id: string;
|
|
47678
|
+
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
47679
|
+
} | {
|
|
47680
|
+
/** The ID of the event. */
|
|
47681
|
+
event_id: string;
|
|
47682
|
+
/** The ID of the workspace. */
|
|
47683
|
+
workspace_id: string;
|
|
47684
|
+
/** The time when the event was created. */
|
|
47685
|
+
created_at: string;
|
|
47686
|
+
/** The time when the event occurred. */
|
|
47687
|
+
occurred_at: string;
|
|
47688
|
+
/** The ID of the action attempt. */
|
|
47689
|
+
action_attempt_id: string;
|
|
47690
|
+
/** The type of action. */
|
|
47691
|
+
action_type: string;
|
|
47692
|
+
/** The status of the action. */
|
|
47693
|
+
status: string;
|
|
47694
|
+
event_type: 'action_attempt.lock_door.succeeded';
|
|
47695
|
+
} | {
|
|
47696
|
+
/** The ID of the event. */
|
|
47697
|
+
event_id: string;
|
|
47698
|
+
/** The ID of the workspace. */
|
|
47699
|
+
workspace_id: string;
|
|
47700
|
+
/** The time when the event was created. */
|
|
47701
|
+
created_at: string;
|
|
47702
|
+
/** The time when the event occurred. */
|
|
47703
|
+
occurred_at: string;
|
|
47704
|
+
/** The ID of the action attempt. */
|
|
47705
|
+
action_attempt_id: string;
|
|
47706
|
+
/** The type of action. */
|
|
47707
|
+
action_type: string;
|
|
47708
|
+
/** The status of the action. */
|
|
47709
|
+
status: string;
|
|
47710
|
+
event_type: 'action_attempt.lock_door.failed';
|
|
47711
|
+
} | {
|
|
47712
|
+
/** The ID of the event. */
|
|
47713
|
+
event_id: string;
|
|
47714
|
+
/** The ID of the workspace. */
|
|
47715
|
+
workspace_id: string;
|
|
47716
|
+
/** The time when the event was created. */
|
|
47717
|
+
created_at: string;
|
|
47718
|
+
/** The time when the event occurred. */
|
|
47719
|
+
occurred_at: string;
|
|
47720
|
+
/** The ID of the action attempt. */
|
|
47721
|
+
action_attempt_id: string;
|
|
47722
|
+
/** The type of action. */
|
|
47723
|
+
action_type: string;
|
|
47724
|
+
/** The status of the action. */
|
|
47725
|
+
status: string;
|
|
47726
|
+
event_type: 'action_attempt.unlock_door.succeeded';
|
|
47727
|
+
} | {
|
|
47728
|
+
/** The ID of the event. */
|
|
47729
|
+
event_id: string;
|
|
47730
|
+
/** The ID of the workspace. */
|
|
47731
|
+
workspace_id: string;
|
|
47732
|
+
/** The time when the event was created. */
|
|
47733
|
+
created_at: string;
|
|
47734
|
+
/** The time when the event occurred. */
|
|
47735
|
+
occurred_at: string;
|
|
47736
|
+
/** The ID of the action attempt. */
|
|
47737
|
+
action_attempt_id: string;
|
|
47738
|
+
/** The type of action. */
|
|
47739
|
+
action_type: string;
|
|
47740
|
+
/** The status of the action. */
|
|
47741
|
+
status: string;
|
|
47742
|
+
event_type: 'action_attempt.unlock_door.failed';
|
|
47743
|
+
} | {
|
|
47744
|
+
/** The ID of the event. */
|
|
47745
|
+
event_id: string;
|
|
47746
|
+
/** The ID of the workspace. */
|
|
47747
|
+
workspace_id: string;
|
|
47748
|
+
/** The time when the event was created. */
|
|
47749
|
+
created_at: string;
|
|
47750
|
+
/** The time when the event occurred. */
|
|
47751
|
+
occurred_at: string;
|
|
47752
|
+
/** ID of the connect webview. */
|
|
47753
|
+
connect_webview_id: string;
|
|
47754
|
+
event_type: 'connect_webview.login_succeeded';
|
|
47755
|
+
/** ID of the connected account. */
|
|
47756
|
+
connected_account_id: string;
|
|
47757
|
+
} | {
|
|
47758
|
+
/** The ID of the event. */
|
|
47759
|
+
event_id: string;
|
|
47760
|
+
/** The ID of the workspace. */
|
|
47761
|
+
workspace_id: string;
|
|
47762
|
+
/** The time when the event was created. */
|
|
47763
|
+
created_at: string;
|
|
47764
|
+
/** The time when the event occurred. */
|
|
47765
|
+
occurred_at: string;
|
|
47766
|
+
/** ID of the connect webview. */
|
|
47767
|
+
connect_webview_id: string;
|
|
47768
|
+
event_type: 'connect_webview.login_failed';
|
|
47769
|
+
} | {
|
|
47770
|
+
/** The ID of the event. */
|
|
47771
|
+
event_id: string;
|
|
47772
|
+
/** The ID of the workspace. */
|
|
47773
|
+
workspace_id: string;
|
|
47774
|
+
/** The time when the event was created. */
|
|
47775
|
+
created_at: string;
|
|
47776
|
+
/** The time when the event occurred. */
|
|
47777
|
+
occurred_at: string;
|
|
47778
|
+
/** ID of the device. */
|
|
47779
|
+
device_id: string;
|
|
47780
|
+
/** ID of the connected account. */
|
|
47781
|
+
connected_account_id: string;
|
|
47782
|
+
event_type: 'device.connected';
|
|
47783
|
+
} | {
|
|
47784
|
+
/** The ID of the event. */
|
|
47785
|
+
event_id: string;
|
|
47786
|
+
/** The ID of the workspace. */
|
|
47787
|
+
workspace_id: string;
|
|
47788
|
+
/** The time when the event was created. */
|
|
47789
|
+
created_at: string;
|
|
47790
|
+
/** The time when the event occurred. */
|
|
47791
|
+
occurred_at: string;
|
|
47792
|
+
/** ID of the device. */
|
|
47793
|
+
device_id: string;
|
|
47794
|
+
/** ID of the connected account. */
|
|
47795
|
+
connected_account_id: string;
|
|
47796
|
+
event_type: 'device.added';
|
|
47797
|
+
} | {
|
|
47798
|
+
/** The ID of the event. */
|
|
47799
|
+
event_id: string;
|
|
47800
|
+
/** The ID of the workspace. */
|
|
47801
|
+
workspace_id: string;
|
|
47802
|
+
/** The time when the event was created. */
|
|
47803
|
+
created_at: string;
|
|
47804
|
+
/** The time when the event occurred. */
|
|
47805
|
+
occurred_at: string;
|
|
47806
|
+
/** ID of the device. */
|
|
47807
|
+
device_id: string;
|
|
47808
|
+
/** ID of the connected account. */
|
|
47809
|
+
connected_account_id: string;
|
|
47810
|
+
event_type: 'device.converted_to_unmanaged';
|
|
47811
|
+
} | {
|
|
47812
|
+
/** The ID of the event. */
|
|
47813
|
+
event_id: string;
|
|
47814
|
+
/** The ID of the workspace. */
|
|
47815
|
+
workspace_id: string;
|
|
47816
|
+
/** The time when the event was created. */
|
|
47817
|
+
created_at: string;
|
|
47818
|
+
/** The time when the event occurred. */
|
|
47819
|
+
occurred_at: string;
|
|
47820
|
+
/** ID of the device. */
|
|
47821
|
+
device_id: string;
|
|
47822
|
+
/** ID of the connected account. */
|
|
47823
|
+
connected_account_id: string;
|
|
47824
|
+
event_type: 'device.unmanaged.converted_to_managed';
|
|
47825
|
+
} | {
|
|
47826
|
+
/** The ID of the event. */
|
|
47827
|
+
event_id: string;
|
|
47828
|
+
/** The ID of the workspace. */
|
|
47829
|
+
workspace_id: string;
|
|
47830
|
+
/** The time when the event was created. */
|
|
47831
|
+
created_at: string;
|
|
47832
|
+
/** The time when the event occurred. */
|
|
47833
|
+
occurred_at: string;
|
|
47834
|
+
/** ID of the device. */
|
|
47835
|
+
device_id: string;
|
|
47836
|
+
/** ID of the connected account. */
|
|
47837
|
+
connected_account_id: string;
|
|
47838
|
+
event_type: 'device.unmanaged.connected';
|
|
47839
|
+
} | {
|
|
47840
|
+
/** The ID of the event. */
|
|
47841
|
+
event_id: string;
|
|
47842
|
+
/** The ID of the workspace. */
|
|
47843
|
+
workspace_id: string;
|
|
47844
|
+
/** The time when the event was created. */
|
|
47845
|
+
created_at: string;
|
|
47846
|
+
/** The time when the event occurred. */
|
|
47847
|
+
occurred_at: string;
|
|
47848
|
+
/** ID of the device. */
|
|
47849
|
+
device_id: string;
|
|
47850
|
+
/** ID of the connected account. */
|
|
47851
|
+
connected_account_id: string;
|
|
47852
|
+
event_type: 'device.disconnected';
|
|
47853
|
+
/** The error code associated with the event, if any. */
|
|
47854
|
+
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47855
|
+
} | {
|
|
47856
|
+
/** The ID of the event. */
|
|
47857
|
+
event_id: string;
|
|
47858
|
+
/** The ID of the workspace. */
|
|
47859
|
+
workspace_id: string;
|
|
47860
|
+
/** The time when the event was created. */
|
|
47861
|
+
created_at: string;
|
|
47862
|
+
/** The time when the event occurred. */
|
|
47863
|
+
occurred_at: string;
|
|
47864
|
+
/** ID of the device. */
|
|
47865
|
+
device_id: string;
|
|
47866
|
+
/** ID of the connected account. */
|
|
47867
|
+
connected_account_id: string;
|
|
47868
|
+
event_type: 'device.unmanaged.disconnected';
|
|
47869
|
+
/** The error code associated with the event, if any. */
|
|
47870
|
+
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47871
|
+
} | {
|
|
47872
|
+
/** The ID of the event. */
|
|
47873
|
+
event_id: string;
|
|
47874
|
+
/** The ID of the workspace. */
|
|
47875
|
+
workspace_id: string;
|
|
47876
|
+
/** The time when the event was created. */
|
|
47877
|
+
created_at: string;
|
|
47878
|
+
/** The time when the event occurred. */
|
|
47879
|
+
occurred_at: string;
|
|
47880
|
+
/** ID of the device. */
|
|
47881
|
+
device_id: string;
|
|
47882
|
+
/** ID of the connected account. */
|
|
47883
|
+
connected_account_id: string;
|
|
47884
|
+
event_type: 'device.tampered';
|
|
47885
|
+
} | {
|
|
47886
|
+
/** The ID of the event. */
|
|
47887
|
+
event_id: string;
|
|
47888
|
+
/** The ID of the workspace. */
|
|
47889
|
+
workspace_id: string;
|
|
47890
|
+
/** The time when the event was created. */
|
|
47891
|
+
created_at: string;
|
|
47892
|
+
/** The time when the event occurred. */
|
|
47893
|
+
occurred_at: string;
|
|
47894
|
+
/** ID of the device. */
|
|
47895
|
+
device_id: string;
|
|
47896
|
+
/** ID of the connected account. */
|
|
47897
|
+
connected_account_id: string;
|
|
47898
|
+
event_type: 'device.low_battery';
|
|
47899
|
+
/** Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device. */
|
|
47900
|
+
battery_level: number;
|
|
47901
|
+
} | {
|
|
47902
|
+
/** The ID of the event. */
|
|
47903
|
+
event_id: string;
|
|
47904
|
+
/** The ID of the workspace. */
|
|
47905
|
+
workspace_id: string;
|
|
47906
|
+
/** The time when the event was created. */
|
|
47907
|
+
created_at: string;
|
|
47908
|
+
/** The time when the event occurred. */
|
|
47909
|
+
occurred_at: string;
|
|
47910
|
+
/** ID of the device. */
|
|
47911
|
+
device_id: string;
|
|
47912
|
+
/** ID of the connected account. */
|
|
47913
|
+
connected_account_id: string;
|
|
47914
|
+
event_type: 'device.battery_status_changed';
|
|
47915
|
+
/** Enum representing the battery status calculated from numeric battery_level value, one of 'critical' | 'low' | 'good' | 'full' */
|
|
47916
|
+
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
47917
|
+
/** Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device. */
|
|
47918
|
+
battery_level: number;
|
|
47919
|
+
} | {
|
|
47920
|
+
/** The ID of the event. */
|
|
47921
|
+
event_id: string;
|
|
47922
|
+
/** The ID of the workspace. */
|
|
47923
|
+
workspace_id: string;
|
|
47924
|
+
/** The time when the event was created. */
|
|
47925
|
+
created_at: string;
|
|
47926
|
+
/** The time when the event occurred. */
|
|
47927
|
+
occurred_at: string;
|
|
47928
|
+
/** ID of the device. */
|
|
47929
|
+
device_id: string;
|
|
47930
|
+
/** ID of the connected account. */
|
|
47931
|
+
connected_account_id: string;
|
|
47932
|
+
event_type: 'device.removed';
|
|
47933
|
+
} | {
|
|
47934
|
+
/** The ID of the event. */
|
|
47935
|
+
event_id: string;
|
|
47936
|
+
/** The ID of the workspace. */
|
|
47937
|
+
workspace_id: string;
|
|
47938
|
+
/** The time when the event was created. */
|
|
47939
|
+
created_at: string;
|
|
47940
|
+
/** The time when the event occurred. */
|
|
47941
|
+
occurred_at: string;
|
|
47942
|
+
/** ID of the device. */
|
|
47943
|
+
device_id: string;
|
|
47944
|
+
/** ID of the connected account. */
|
|
47945
|
+
connected_account_id: string;
|
|
47946
|
+
event_type: 'device.deleted';
|
|
47947
|
+
} | {
|
|
47948
|
+
/** The ID of the event. */
|
|
47949
|
+
event_id: string;
|
|
47950
|
+
/** The ID of the workspace. */
|
|
47951
|
+
workspace_id: string;
|
|
47952
|
+
/** The time when the event was created. */
|
|
47953
|
+
created_at: string;
|
|
47954
|
+
/** The time when the event occurred. */
|
|
47955
|
+
occurred_at: string;
|
|
47956
|
+
/** ID of the device. */
|
|
47957
|
+
device_id: string;
|
|
47958
|
+
/** ID of the connected account. */
|
|
47959
|
+
connected_account_id: string;
|
|
47960
|
+
event_type: 'device.third_party_integration_detected';
|
|
47961
|
+
} | {
|
|
47962
|
+
/** The ID of the event. */
|
|
47963
|
+
event_id: string;
|
|
47964
|
+
/** The ID of the workspace. */
|
|
47965
|
+
workspace_id: string;
|
|
47966
|
+
/** The time when the event was created. */
|
|
47967
|
+
created_at: string;
|
|
47968
|
+
/** The time when the event occurred. */
|
|
47969
|
+
occurred_at: string;
|
|
47970
|
+
/** ID of the device. */
|
|
47971
|
+
device_id: string;
|
|
47972
|
+
/** ID of the connected account. */
|
|
47973
|
+
connected_account_id: string;
|
|
47974
|
+
event_type: 'device.third_party_integration_no_longer_detected';
|
|
47975
|
+
} | {
|
|
47976
|
+
/** The ID of the event. */
|
|
47977
|
+
event_id: string;
|
|
47978
|
+
/** The ID of the workspace. */
|
|
47979
|
+
workspace_id: string;
|
|
47980
|
+
/** The time when the event was created. */
|
|
47981
|
+
created_at: string;
|
|
47982
|
+
/** The time when the event occurred. */
|
|
47983
|
+
occurred_at: string;
|
|
47984
|
+
/** ID of the device. */
|
|
47985
|
+
device_id: string;
|
|
47986
|
+
/** ID of the connected account. */
|
|
47987
|
+
connected_account_id: string;
|
|
47988
|
+
event_type: 'device.salto.privacy_mode_activated';
|
|
47989
|
+
} | {
|
|
47990
|
+
/** The ID of the event. */
|
|
47991
|
+
event_id: string;
|
|
47992
|
+
/** The ID of the workspace. */
|
|
47993
|
+
workspace_id: string;
|
|
47994
|
+
/** The time when the event was created. */
|
|
47995
|
+
created_at: string;
|
|
47996
|
+
/** The time when the event occurred. */
|
|
47997
|
+
occurred_at: string;
|
|
47998
|
+
/** ID of the device. */
|
|
47999
|
+
device_id: string;
|
|
48000
|
+
/** ID of the connected account. */
|
|
48001
|
+
connected_account_id: string;
|
|
48002
|
+
event_type: 'device.salto.privacy_mode_deactivated';
|
|
48003
|
+
} | {
|
|
48004
|
+
/** The ID of the event. */
|
|
48005
|
+
event_id: string;
|
|
48006
|
+
/** The ID of the workspace. */
|
|
48007
|
+
workspace_id: string;
|
|
48008
|
+
/** The time when the event was created. */
|
|
48009
|
+
created_at: string;
|
|
48010
|
+
/** The time when the event occurred. */
|
|
48011
|
+
occurred_at: string;
|
|
48012
|
+
/** ID of the device. */
|
|
48013
|
+
device_id: string;
|
|
48014
|
+
/** ID of the connected account. */
|
|
48015
|
+
connected_account_id: string;
|
|
48016
|
+
event_type: 'device.connection_became_flaky';
|
|
48017
|
+
} | {
|
|
48018
|
+
/** The ID of the event. */
|
|
48019
|
+
event_id: string;
|
|
48020
|
+
/** The ID of the workspace. */
|
|
48021
|
+
workspace_id: string;
|
|
48022
|
+
/** The time when the event was created. */
|
|
48023
|
+
created_at: string;
|
|
48024
|
+
/** The time when the event occurred. */
|
|
48025
|
+
occurred_at: string;
|
|
48026
|
+
/** ID of the device. */
|
|
48027
|
+
device_id: string;
|
|
48028
|
+
/** ID of the connected account. */
|
|
48029
|
+
connected_account_id: string;
|
|
48030
|
+
event_type: 'device.connection_stabilized';
|
|
48031
|
+
} | {
|
|
48032
|
+
/** The ID of the event. */
|
|
48033
|
+
event_id: string;
|
|
48034
|
+
/** The ID of the workspace. */
|
|
48035
|
+
workspace_id: string;
|
|
48036
|
+
/** The time when the event was created. */
|
|
48037
|
+
created_at: string;
|
|
48038
|
+
/** The time when the event occurred. */
|
|
48039
|
+
occurred_at: string;
|
|
48040
|
+
/** ID of the device. */
|
|
48041
|
+
device_id: string;
|
|
48042
|
+
/** ID of the connected account. */
|
|
48043
|
+
connected_account_id: string;
|
|
48044
|
+
event_type: 'device.error.subscription_required';
|
|
48045
|
+
} | {
|
|
48046
|
+
/** The ID of the event. */
|
|
48047
|
+
event_id: string;
|
|
48048
|
+
/** The ID of the workspace. */
|
|
48049
|
+
workspace_id: string;
|
|
48050
|
+
/** The time when the event was created. */
|
|
48051
|
+
created_at: string;
|
|
48052
|
+
/** The time when the event occurred. */
|
|
48053
|
+
occurred_at: string;
|
|
48054
|
+
/** ID of the device. */
|
|
48055
|
+
device_id: string;
|
|
48056
|
+
/** ID of the connected account. */
|
|
48057
|
+
connected_account_id: string;
|
|
48058
|
+
event_type: 'device.error.subscription_required.resolved';
|
|
48059
|
+
} | {
|
|
48060
|
+
/** The ID of the event. */
|
|
48061
|
+
event_id: string;
|
|
48062
|
+
/** The ID of the workspace. */
|
|
48063
|
+
workspace_id: string;
|
|
48064
|
+
/** The time when the event was created. */
|
|
48065
|
+
created_at: string;
|
|
48066
|
+
/** The time when the event occurred. */
|
|
48067
|
+
occurred_at: string;
|
|
48068
|
+
/** ID of the device. */
|
|
48069
|
+
device_id: string;
|
|
48070
|
+
/** ID of the connected account. */
|
|
48071
|
+
connected_account_id: string;
|
|
48072
|
+
event_type: 'device.accessory_keypad_connected';
|
|
48073
|
+
} | {
|
|
48074
|
+
/** The ID of the event. */
|
|
48075
|
+
event_id: string;
|
|
48076
|
+
/** The ID of the workspace. */
|
|
48077
|
+
workspace_id: string;
|
|
48078
|
+
/** The time when the event was created. */
|
|
48079
|
+
created_at: string;
|
|
48080
|
+
/** The time when the event occurred. */
|
|
48081
|
+
occurred_at: string;
|
|
48082
|
+
/** ID of the device. */
|
|
48083
|
+
device_id: string;
|
|
48084
|
+
/** ID of the connected account. */
|
|
48085
|
+
connected_account_id: string;
|
|
48086
|
+
event_type: 'device.accessory_keypad_disconnected';
|
|
48087
|
+
} | {
|
|
48088
|
+
/** The ID of the event. */
|
|
48089
|
+
event_id: string;
|
|
48090
|
+
/** The ID of the workspace. */
|
|
48091
|
+
workspace_id: string;
|
|
48092
|
+
/** The time when the event was created. */
|
|
48093
|
+
created_at: string;
|
|
48094
|
+
/** The time when the event occurred. */
|
|
48095
|
+
occurred_at: string;
|
|
48096
|
+
/** ID of the device. */
|
|
48097
|
+
device_id: string;
|
|
48098
|
+
/** ID of the connected account. */
|
|
48099
|
+
connected_account_id: string;
|
|
48100
|
+
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
48101
|
+
noise_level_decibels?: number | undefined;
|
|
48102
|
+
noise_level_nrs?: number | undefined;
|
|
48103
|
+
noise_threshold_id?: string | undefined;
|
|
48104
|
+
noise_threshold_name?: string | undefined;
|
|
48105
|
+
/** Metadata from the Noiseaware API. */
|
|
48106
|
+
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
48107
|
+
/** Metadata from the Minut API. */
|
|
48108
|
+
minut_metadata?: Record<string, unknown> | undefined;
|
|
48109
|
+
} | {
|
|
48110
|
+
/** The ID of the event. */
|
|
48111
|
+
event_id: string;
|
|
48112
|
+
/** The ID of the workspace. */
|
|
48113
|
+
workspace_id: string;
|
|
48114
|
+
/** The time when the event was created. */
|
|
48115
|
+
created_at: string;
|
|
48116
|
+
/** The time when the event occurred. */
|
|
48117
|
+
occurred_at: string;
|
|
48118
|
+
/** ID of the device. */
|
|
48119
|
+
device_id: string;
|
|
48120
|
+
/** ID of the connected account. */
|
|
48121
|
+
connected_account_id: string;
|
|
48122
|
+
event_type: 'lock.locked';
|
|
48123
|
+
access_code_id?: string | undefined;
|
|
44832
48124
|
action_attempt_id?: string | undefined;
|
|
44833
|
-
|
|
44834
|
-
|
|
44835
|
-
|
|
44836
|
-
|
|
44837
|
-
|
|
44838
|
-
|
|
48125
|
+
/** Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device. */
|
|
48126
|
+
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48127
|
+
} | {
|
|
48128
|
+
/** The ID of the event. */
|
|
48129
|
+
event_id: string;
|
|
48130
|
+
/** The ID of the workspace. */
|
|
44839
48131
|
workspace_id: string;
|
|
48132
|
+
/** The time when the event was created. */
|
|
44840
48133
|
created_at: string;
|
|
48134
|
+
/** The time when the event occurred. */
|
|
44841
48135
|
occurred_at: string;
|
|
44842
|
-
|
|
44843
|
-
|
|
44844
|
-
|
|
44845
|
-
|
|
44846
|
-
|
|
44847
|
-
|
|
44848
|
-
|
|
44849
|
-
|
|
44850
|
-
|
|
44851
|
-
|
|
44852
|
-
|
|
44853
|
-
|
|
48136
|
+
/** ID of the device. */
|
|
48137
|
+
device_id: string;
|
|
48138
|
+
/** ID of the connected account. */
|
|
48139
|
+
connected_account_id: string;
|
|
48140
|
+
event_type: 'lock.unlocked';
|
|
48141
|
+
access_code_id?: string | undefined;
|
|
48142
|
+
action_attempt_id?: string | undefined;
|
|
48143
|
+
/** Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device. */
|
|
48144
|
+
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48145
|
+
} | {
|
|
48146
|
+
/** The ID of the event. */
|
|
48147
|
+
event_id: string;
|
|
48148
|
+
/** The ID of the workspace. */
|
|
48149
|
+
workspace_id: string;
|
|
48150
|
+
/** The time when the event was created. */
|
|
48151
|
+
created_at: string;
|
|
48152
|
+
/** The time when the event occurred. */
|
|
48153
|
+
occurred_at: string;
|
|
48154
|
+
/** ID of the device. */
|
|
48155
|
+
device_id: string;
|
|
48156
|
+
/** ID of the connected account. */
|
|
48157
|
+
connected_account_id: string;
|
|
48158
|
+
event_type: 'lock.access_denied';
|
|
48159
|
+
access_code_id?: string | undefined;
|
|
48160
|
+
} | {
|
|
48161
|
+
/** The ID of the event. */
|
|
48162
|
+
event_id: string;
|
|
48163
|
+
/** The ID of the workspace. */
|
|
48164
|
+
workspace_id: string;
|
|
48165
|
+
/** The time when the event was created. */
|
|
48166
|
+
created_at: string;
|
|
48167
|
+
/** The time when the event occurred. */
|
|
48168
|
+
occurred_at: string;
|
|
48169
|
+
/** ID of the device. */
|
|
48170
|
+
device_id: string;
|
|
48171
|
+
/** ID of the connected account. */
|
|
48172
|
+
connected_account_id: string;
|
|
48173
|
+
event_type: 'thermostat.climate_preset_activated';
|
|
48174
|
+
thermostat_schedule_id: string | null;
|
|
48175
|
+
climate_preset_key: string;
|
|
48176
|
+
is_fallback_climate_preset: boolean;
|
|
48177
|
+
} | {
|
|
48178
|
+
/** The ID of the event. */
|
|
48179
|
+
event_id: string;
|
|
48180
|
+
/** The ID of the workspace. */
|
|
48181
|
+
workspace_id: string;
|
|
48182
|
+
/** The time when the event was created. */
|
|
48183
|
+
created_at: string;
|
|
48184
|
+
/** The time when the event occurred. */
|
|
48185
|
+
occurred_at: string;
|
|
48186
|
+
/** ID of the device. */
|
|
48187
|
+
device_id: string;
|
|
48188
|
+
/** ID of the connected account. */
|
|
48189
|
+
connected_account_id: string;
|
|
48190
|
+
event_type: 'thermostat.manually_adjusted';
|
|
48191
|
+
method: 'seam' | 'external';
|
|
48192
|
+
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
48193
|
+
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
48194
|
+
/** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
|
|
48195
|
+
hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
|
|
48196
|
+
/** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
48197
|
+
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
48198
|
+
/** Temperature to which the thermostat should heat (in °C). */
|
|
48199
|
+
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
48200
|
+
/** Temperature to which the thermostat should cool (in °F). */
|
|
48201
|
+
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
48202
|
+
/** Temperature to which the thermostat should heat (in °F). */
|
|
48203
|
+
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
48204
|
+
} | {
|
|
48205
|
+
/** The ID of the event. */
|
|
48206
|
+
event_id: string;
|
|
48207
|
+
/** The ID of the workspace. */
|
|
48208
|
+
workspace_id: string;
|
|
48209
|
+
/** The time when the event was created. */
|
|
48210
|
+
created_at: string;
|
|
48211
|
+
/** The time when the event occurred. */
|
|
48212
|
+
occurred_at: string;
|
|
48213
|
+
/** ID of the device. */
|
|
48214
|
+
device_id: string;
|
|
48215
|
+
/** ID of the connected account. */
|
|
48216
|
+
connected_account_id: string;
|
|
48217
|
+
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
48218
|
+
temperature_celsius: number;
|
|
48219
|
+
temperature_fahrenheit: number;
|
|
48220
|
+
upper_limit_celsius: number | null;
|
|
48221
|
+
upper_limit_fahrenheit: number | null;
|
|
48222
|
+
lower_limit_celsius: number | null;
|
|
48223
|
+
lower_limit_fahrenheit: number | null;
|
|
48224
|
+
} | {
|
|
48225
|
+
/** The ID of the event. */
|
|
48226
|
+
event_id: string;
|
|
48227
|
+
/** The ID of the workspace. */
|
|
48228
|
+
workspace_id: string;
|
|
48229
|
+
/** The time when the event was created. */
|
|
48230
|
+
created_at: string;
|
|
48231
|
+
/** The time when the event occurred. */
|
|
48232
|
+
occurred_at: string;
|
|
48233
|
+
/** ID of the device. */
|
|
48234
|
+
device_id: string;
|
|
48235
|
+
/** ID of the connected account. */
|
|
48236
|
+
connected_account_id: string;
|
|
48237
|
+
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
48238
|
+
temperature_celsius: number;
|
|
48239
|
+
temperature_fahrenheit: number;
|
|
48240
|
+
upper_limit_celsius: number | null;
|
|
48241
|
+
upper_limit_fahrenheit: number | null;
|
|
48242
|
+
lower_limit_celsius: number | null;
|
|
48243
|
+
lower_limit_fahrenheit: number | null;
|
|
48244
|
+
} | {
|
|
48245
|
+
/** The ID of the event. */
|
|
48246
|
+
event_id: string;
|
|
48247
|
+
/** The ID of the workspace. */
|
|
48248
|
+
workspace_id: string;
|
|
48249
|
+
/** The time when the event was created. */
|
|
48250
|
+
created_at: string;
|
|
48251
|
+
/** The time when the event occurred. */
|
|
48252
|
+
occurred_at: string;
|
|
48253
|
+
/** ID of the enrollment automation. */
|
|
48254
|
+
enrollment_automation_id: string;
|
|
48255
|
+
event_type: 'enrollment_automation.deleted';
|
|
48256
|
+
} | {
|
|
48257
|
+
/** The ID of the event. */
|
|
48258
|
+
event_id: string;
|
|
48259
|
+
/** The ID of the workspace. */
|
|
48260
|
+
workspace_id: string;
|
|
48261
|
+
/** The time when the event was created. */
|
|
48262
|
+
created_at: string;
|
|
48263
|
+
/** The time when the event occurred. */
|
|
48264
|
+
occurred_at: string;
|
|
48265
|
+
/** ID of the device. */
|
|
48266
|
+
device_id: string;
|
|
48267
|
+
event_type: 'phone.deactivated';
|
|
48268
|
+
}) | undefined;
|
|
44854
48269
|
message?: string | undefined;
|
|
44855
48270
|
};
|
|
44856
48271
|
};
|
|
@@ -44878,29 +48293,1102 @@ interface Routes {
|
|
|
44878
48293
|
formData: {};
|
|
44879
48294
|
jsonResponse: {
|
|
44880
48295
|
events: Array<{
|
|
48296
|
+
/** The ID of the event. */
|
|
44881
48297
|
event_id: string;
|
|
44882
|
-
|
|
48298
|
+
/** The ID of the workspace. */
|
|
48299
|
+
workspace_id: string;
|
|
48300
|
+
/** The time when the event was created. */
|
|
48301
|
+
created_at: string;
|
|
48302
|
+
/** The time when the event occurred. */
|
|
48303
|
+
occurred_at: string;
|
|
48304
|
+
/** The ID of the access code. */
|
|
48305
|
+
access_code_id: string;
|
|
48306
|
+
/** The ID of the device. */
|
|
48307
|
+
device_id: string;
|
|
48308
|
+
/** The ID of the connected account. */
|
|
48309
|
+
connected_account_id: string;
|
|
48310
|
+
event_type: 'access_code.created';
|
|
48311
|
+
} | {
|
|
48312
|
+
/** The ID of the event. */
|
|
48313
|
+
event_id: string;
|
|
48314
|
+
/** The ID of the workspace. */
|
|
48315
|
+
workspace_id: string;
|
|
48316
|
+
/** The time when the event was created. */
|
|
48317
|
+
created_at: string;
|
|
48318
|
+
/** The time when the event occurred. */
|
|
48319
|
+
occurred_at: string;
|
|
48320
|
+
/** The ID of the access code. */
|
|
48321
|
+
access_code_id: string;
|
|
48322
|
+
/** The ID of the device. */
|
|
48323
|
+
device_id: string;
|
|
48324
|
+
/** The ID of the connected account. */
|
|
48325
|
+
connected_account_id: string;
|
|
48326
|
+
event_type: 'access_code.changed';
|
|
48327
|
+
} | {
|
|
48328
|
+
/** The ID of the event. */
|
|
48329
|
+
event_id: string;
|
|
48330
|
+
/** The ID of the workspace. */
|
|
48331
|
+
workspace_id: string;
|
|
48332
|
+
/** The time when the event was created. */
|
|
48333
|
+
created_at: string;
|
|
48334
|
+
/** The time when the event occurred. */
|
|
48335
|
+
occurred_at: string;
|
|
48336
|
+
/** The ID of the access code. */
|
|
48337
|
+
access_code_id: string;
|
|
48338
|
+
/** The ID of the device. */
|
|
48339
|
+
device_id: string;
|
|
48340
|
+
/** The ID of the connected account. */
|
|
48341
|
+
connected_account_id: string;
|
|
48342
|
+
event_type: 'access_code.scheduled_on_device';
|
|
48343
|
+
/** The code of the access code. */
|
|
48344
|
+
code: string;
|
|
48345
|
+
} | {
|
|
48346
|
+
/** The ID of the event. */
|
|
48347
|
+
event_id: string;
|
|
48348
|
+
/** The ID of the workspace. */
|
|
48349
|
+
workspace_id: string;
|
|
48350
|
+
/** The time when the event was created. */
|
|
48351
|
+
created_at: string;
|
|
48352
|
+
/** The time when the event occurred. */
|
|
48353
|
+
occurred_at: string;
|
|
48354
|
+
/** The ID of the access code. */
|
|
48355
|
+
access_code_id: string;
|
|
48356
|
+
/** The ID of the device. */
|
|
48357
|
+
device_id: string;
|
|
48358
|
+
/** The ID of the connected account. */
|
|
48359
|
+
connected_account_id: string;
|
|
48360
|
+
event_type: 'access_code.set_on_device';
|
|
48361
|
+
/** The code of the access code. */
|
|
48362
|
+
code: string;
|
|
48363
|
+
} | {
|
|
48364
|
+
/** The ID of the event. */
|
|
48365
|
+
event_id: string;
|
|
48366
|
+
/** The ID of the workspace. */
|
|
48367
|
+
workspace_id: string;
|
|
48368
|
+
/** The time when the event was created. */
|
|
48369
|
+
created_at: string;
|
|
48370
|
+
/** The time when the event occurred. */
|
|
48371
|
+
occurred_at: string;
|
|
48372
|
+
/** The ID of the access code. */
|
|
48373
|
+
access_code_id: string;
|
|
48374
|
+
/** The ID of the device. */
|
|
48375
|
+
device_id: string;
|
|
48376
|
+
/** The ID of the connected account. */
|
|
48377
|
+
connected_account_id: string;
|
|
48378
|
+
event_type: 'access_code.removed_from_device';
|
|
48379
|
+
} | {
|
|
48380
|
+
/** The ID of the event. */
|
|
48381
|
+
event_id: string;
|
|
48382
|
+
/** The ID of the workspace. */
|
|
48383
|
+
workspace_id: string;
|
|
48384
|
+
/** The time when the event was created. */
|
|
48385
|
+
created_at: string;
|
|
48386
|
+
/** The time when the event occurred. */
|
|
48387
|
+
occurred_at: string;
|
|
48388
|
+
/** The ID of the access code. */
|
|
48389
|
+
access_code_id: string;
|
|
48390
|
+
/** The ID of the device. */
|
|
48391
|
+
device_id: string;
|
|
48392
|
+
/** The ID of the connected account. */
|
|
48393
|
+
connected_account_id: string;
|
|
48394
|
+
event_type: 'access_code.delay_in_setting_on_device';
|
|
48395
|
+
} | {
|
|
48396
|
+
/** The ID of the event. */
|
|
48397
|
+
event_id: string;
|
|
48398
|
+
/** The ID of the workspace. */
|
|
48399
|
+
workspace_id: string;
|
|
48400
|
+
/** The time when the event was created. */
|
|
48401
|
+
created_at: string;
|
|
48402
|
+
/** The time when the event occurred. */
|
|
48403
|
+
occurred_at: string;
|
|
48404
|
+
/** The ID of the access code. */
|
|
48405
|
+
access_code_id: string;
|
|
48406
|
+
/** The ID of the device. */
|
|
48407
|
+
device_id: string;
|
|
48408
|
+
/** The ID of the connected account. */
|
|
48409
|
+
connected_account_id: string;
|
|
48410
|
+
event_type: 'access_code.failed_to_set_on_device';
|
|
48411
|
+
} | {
|
|
48412
|
+
/** The ID of the event. */
|
|
48413
|
+
event_id: string;
|
|
48414
|
+
/** The ID of the workspace. */
|
|
48415
|
+
workspace_id: string;
|
|
48416
|
+
/** The time when the event was created. */
|
|
48417
|
+
created_at: string;
|
|
48418
|
+
/** The time when the event occurred. */
|
|
48419
|
+
occurred_at: string;
|
|
48420
|
+
/** The ID of the access code. */
|
|
48421
|
+
access_code_id: string;
|
|
48422
|
+
/** The ID of the device. */
|
|
48423
|
+
device_id: string;
|
|
48424
|
+
/** The ID of the connected account. */
|
|
48425
|
+
connected_account_id: string;
|
|
48426
|
+
event_type: 'access_code.deleted';
|
|
48427
|
+
/** The code of the access code. */
|
|
48428
|
+
code: string | null;
|
|
48429
|
+
} | {
|
|
48430
|
+
/** The ID of the event. */
|
|
48431
|
+
event_id: string;
|
|
48432
|
+
/** The ID of the workspace. */
|
|
48433
|
+
workspace_id: string;
|
|
48434
|
+
/** The time when the event was created. */
|
|
48435
|
+
created_at: string;
|
|
48436
|
+
/** The time when the event occurred. */
|
|
48437
|
+
occurred_at: string;
|
|
48438
|
+
/** The ID of the access code. */
|
|
48439
|
+
access_code_id: string;
|
|
48440
|
+
/** The ID of the device. */
|
|
48441
|
+
device_id: string;
|
|
48442
|
+
/** The ID of the connected account. */
|
|
48443
|
+
connected_account_id: string;
|
|
48444
|
+
event_type: 'access_code.delay_in_removing_from_device';
|
|
48445
|
+
} | {
|
|
48446
|
+
/** The ID of the event. */
|
|
48447
|
+
event_id: string;
|
|
48448
|
+
/** The ID of the workspace. */
|
|
48449
|
+
workspace_id: string;
|
|
48450
|
+
/** The time when the event was created. */
|
|
48451
|
+
created_at: string;
|
|
48452
|
+
/** The time when the event occurred. */
|
|
48453
|
+
occurred_at: string;
|
|
48454
|
+
/** The ID of the access code. */
|
|
48455
|
+
access_code_id: string;
|
|
48456
|
+
/** The ID of the device. */
|
|
48457
|
+
device_id: string;
|
|
48458
|
+
/** The ID of the connected account. */
|
|
48459
|
+
connected_account_id: string;
|
|
48460
|
+
event_type: 'access_code.failed_to_remove_from_device';
|
|
48461
|
+
} | {
|
|
48462
|
+
/** The ID of the event. */
|
|
48463
|
+
event_id: string;
|
|
48464
|
+
/** The ID of the workspace. */
|
|
48465
|
+
workspace_id: string;
|
|
48466
|
+
/** The time when the event was created. */
|
|
48467
|
+
created_at: string;
|
|
48468
|
+
/** The time when the event occurred. */
|
|
48469
|
+
occurred_at: string;
|
|
48470
|
+
/** The ID of the access code. */
|
|
48471
|
+
access_code_id: string;
|
|
48472
|
+
/** The ID of the device. */
|
|
48473
|
+
device_id: string;
|
|
48474
|
+
/** The ID of the connected account. */
|
|
48475
|
+
connected_account_id: string;
|
|
48476
|
+
event_type: 'access_code.modified_external_to_seam';
|
|
48477
|
+
} | {
|
|
48478
|
+
/** The ID of the event. */
|
|
48479
|
+
event_id: string;
|
|
48480
|
+
/** The ID of the workspace. */
|
|
48481
|
+
workspace_id: string;
|
|
48482
|
+
/** The time when the event was created. */
|
|
48483
|
+
created_at: string;
|
|
48484
|
+
/** The time when the event occurred. */
|
|
48485
|
+
occurred_at: string;
|
|
48486
|
+
/** The ID of the access code. */
|
|
48487
|
+
access_code_id: string;
|
|
48488
|
+
/** The ID of the device. */
|
|
48489
|
+
device_id: string;
|
|
48490
|
+
/** The ID of the connected account. */
|
|
48491
|
+
connected_account_id: string;
|
|
48492
|
+
event_type: 'access_code.deleted_external_to_seam';
|
|
48493
|
+
} | {
|
|
48494
|
+
/** The ID of the event. */
|
|
48495
|
+
event_id: string;
|
|
48496
|
+
/** The ID of the workspace. */
|
|
48497
|
+
workspace_id: string;
|
|
48498
|
+
/** The time when the event was created. */
|
|
48499
|
+
created_at: string;
|
|
48500
|
+
/** The time when the event occurred. */
|
|
48501
|
+
occurred_at: string;
|
|
48502
|
+
/** The ID of the access code. */
|
|
48503
|
+
access_code_id: string;
|
|
48504
|
+
/** The ID of the device. */
|
|
48505
|
+
device_id: string;
|
|
48506
|
+
/** The ID of the connected account. */
|
|
48507
|
+
connected_account_id: string;
|
|
48508
|
+
event_type: 'access_code.backup_access_code_pulled';
|
|
48509
|
+
backup_access_code_id: string;
|
|
48510
|
+
} | {
|
|
48511
|
+
/** The ID of the event. */
|
|
48512
|
+
event_id: string;
|
|
48513
|
+
/** The ID of the workspace. */
|
|
48514
|
+
workspace_id: string;
|
|
48515
|
+
/** The time when the event was created. */
|
|
48516
|
+
created_at: string;
|
|
48517
|
+
/** The time when the event occurred. */
|
|
48518
|
+
occurred_at: string;
|
|
48519
|
+
/** The ID of the access code. */
|
|
48520
|
+
access_code_id: string;
|
|
48521
|
+
/** The ID of the device. */
|
|
48522
|
+
device_id: string;
|
|
48523
|
+
/** The ID of the connected account. */
|
|
48524
|
+
connected_account_id: string;
|
|
48525
|
+
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
48526
|
+
} | {
|
|
48527
|
+
/** The ID of the event. */
|
|
48528
|
+
event_id: string;
|
|
48529
|
+
/** The ID of the workspace. */
|
|
48530
|
+
workspace_id: string;
|
|
48531
|
+
/** The time when the event was created. */
|
|
48532
|
+
created_at: string;
|
|
48533
|
+
/** The time when the event occurred. */
|
|
48534
|
+
occurred_at: string;
|
|
48535
|
+
/** The ID of the access code. */
|
|
48536
|
+
access_code_id: string;
|
|
48537
|
+
/** The ID of the device. */
|
|
48538
|
+
device_id: string;
|
|
48539
|
+
/** The ID of the connected account. */
|
|
48540
|
+
connected_account_id: string;
|
|
48541
|
+
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
48542
|
+
} | {
|
|
48543
|
+
/** The ID of the event. */
|
|
48544
|
+
event_id: string;
|
|
48545
|
+
/** The ID of the workspace. */
|
|
48546
|
+
workspace_id: string;
|
|
48547
|
+
/** The time when the event was created. */
|
|
48548
|
+
created_at: string;
|
|
48549
|
+
/** The time when the event occurred. */
|
|
48550
|
+
occurred_at: string;
|
|
48551
|
+
/** The ID of the access code. */
|
|
48552
|
+
access_code_id: string;
|
|
48553
|
+
/** The ID of the device. */
|
|
48554
|
+
device_id: string;
|
|
48555
|
+
/** The ID of the connected account. */
|
|
48556
|
+
connected_account_id: string;
|
|
48557
|
+
event_type: 'access_code.unmanaged.created';
|
|
48558
|
+
} | {
|
|
48559
|
+
/** The ID of the event. */
|
|
48560
|
+
event_id: string;
|
|
48561
|
+
/** The ID of the workspace. */
|
|
48562
|
+
workspace_id: string;
|
|
48563
|
+
/** The time when the event was created. */
|
|
48564
|
+
created_at: string;
|
|
48565
|
+
/** The time when the event occurred. */
|
|
48566
|
+
occurred_at: string;
|
|
48567
|
+
/** The ID of the access code. */
|
|
48568
|
+
access_code_id: string;
|
|
48569
|
+
/** The ID of the device. */
|
|
48570
|
+
device_id: string;
|
|
48571
|
+
/** The ID of the connected account. */
|
|
48572
|
+
connected_account_id: string;
|
|
48573
|
+
event_type: 'access_code.unmanaged.removed';
|
|
48574
|
+
} | {
|
|
48575
|
+
/** The ID of the event. */
|
|
48576
|
+
event_id: string;
|
|
48577
|
+
/** The ID of the workspace. */
|
|
48578
|
+
workspace_id: string;
|
|
48579
|
+
/** The time when the event was created. */
|
|
48580
|
+
created_at: string;
|
|
48581
|
+
/** The time when the event occurred. */
|
|
48582
|
+
occurred_at: string;
|
|
48583
|
+
/** ID of the connected account.
|
|
48584
|
+
* @deprecated Will be removed. */
|
|
48585
|
+
connected_account_id?: string | undefined;
|
|
48586
|
+
/** ID of the ACS system. */
|
|
48587
|
+
acs_system_id: string;
|
|
48588
|
+
event_type: 'acs_system.connected';
|
|
48589
|
+
} | {
|
|
48590
|
+
/** The ID of the event. */
|
|
48591
|
+
event_id: string;
|
|
48592
|
+
/** The ID of the workspace. */
|
|
48593
|
+
workspace_id: string;
|
|
48594
|
+
/** The time when the event was created. */
|
|
48595
|
+
created_at: string;
|
|
48596
|
+
/** The time when the event occurred. */
|
|
48597
|
+
occurred_at: string;
|
|
48598
|
+
/** ID of the connected account.
|
|
48599
|
+
* @deprecated Will be removed. */
|
|
48600
|
+
connected_account_id?: string | undefined;
|
|
48601
|
+
/** ID of the ACS system. */
|
|
48602
|
+
acs_system_id: string;
|
|
48603
|
+
event_type: 'acs_system.added';
|
|
48604
|
+
} | {
|
|
48605
|
+
/** The ID of the event. */
|
|
48606
|
+
event_id: string;
|
|
48607
|
+
/** The ID of the workspace. */
|
|
48608
|
+
workspace_id: string;
|
|
48609
|
+
/** The time when the event was created. */
|
|
48610
|
+
created_at: string;
|
|
48611
|
+
/** The time when the event occurred. */
|
|
48612
|
+
occurred_at: string;
|
|
48613
|
+
/** ID of the connected account.
|
|
48614
|
+
* @deprecated Will be removed. */
|
|
48615
|
+
connected_account_id?: string | undefined;
|
|
48616
|
+
/** ID of the ACS system. */
|
|
48617
|
+
acs_system_id: string;
|
|
48618
|
+
event_type: 'acs_system.disconnected';
|
|
48619
|
+
} | {
|
|
48620
|
+
/** The ID of the event. */
|
|
48621
|
+
event_id: string;
|
|
48622
|
+
/** The ID of the workspace. */
|
|
48623
|
+
workspace_id: string;
|
|
48624
|
+
/** The time when the event was created. */
|
|
48625
|
+
created_at: string;
|
|
48626
|
+
/** The time when the event occurred. */
|
|
48627
|
+
occurred_at: string;
|
|
48628
|
+
/** ID of the connected account.
|
|
48629
|
+
* @deprecated Will be removed. */
|
|
48630
|
+
connected_account_id?: string | undefined;
|
|
48631
|
+
/** ID of the ACS system. */
|
|
48632
|
+
acs_system_id: string;
|
|
48633
|
+
acs_credential_id: string;
|
|
48634
|
+
event_type: 'acs_credential.deleted';
|
|
48635
|
+
} | {
|
|
48636
|
+
/** The ID of the event. */
|
|
48637
|
+
event_id: string;
|
|
48638
|
+
/** The ID of the workspace. */
|
|
48639
|
+
workspace_id: string;
|
|
48640
|
+
/** The time when the event was created. */
|
|
48641
|
+
created_at: string;
|
|
48642
|
+
/** The time when the event occurred. */
|
|
48643
|
+
occurred_at: string;
|
|
48644
|
+
/** ID of the connected account.
|
|
48645
|
+
* @deprecated Will be removed. */
|
|
48646
|
+
connected_account_id?: string | undefined;
|
|
48647
|
+
/** ID of the ACS system. */
|
|
48648
|
+
acs_system_id: string;
|
|
48649
|
+
acs_credential_id: string;
|
|
48650
|
+
event_type: 'acs_credential.issued';
|
|
48651
|
+
} | {
|
|
48652
|
+
/** The ID of the event. */
|
|
48653
|
+
event_id: string;
|
|
48654
|
+
/** The ID of the workspace. */
|
|
48655
|
+
workspace_id: string;
|
|
48656
|
+
/** The time when the event was created. */
|
|
48657
|
+
created_at: string;
|
|
48658
|
+
/** The time when the event occurred. */
|
|
48659
|
+
occurred_at: string;
|
|
48660
|
+
/** ID of the connected account.
|
|
48661
|
+
* @deprecated Will be removed. */
|
|
48662
|
+
connected_account_id?: string | undefined;
|
|
48663
|
+
/** ID of the ACS system. */
|
|
48664
|
+
acs_system_id: string;
|
|
48665
|
+
acs_user_id: string;
|
|
48666
|
+
event_type: 'acs_user.deleted';
|
|
48667
|
+
} | {
|
|
48668
|
+
/** The ID of the event. */
|
|
48669
|
+
event_id: string;
|
|
48670
|
+
/** The ID of the workspace. */
|
|
48671
|
+
workspace_id: string;
|
|
48672
|
+
/** The time when the event was created. */
|
|
48673
|
+
created_at: string;
|
|
48674
|
+
/** The time when the event occurred. */
|
|
48675
|
+
occurred_at: string;
|
|
48676
|
+
/** ID of the connected account.
|
|
48677
|
+
* @deprecated Will be removed. */
|
|
48678
|
+
connected_account_id?: string | undefined;
|
|
48679
|
+
/** ID of the ACS system. */
|
|
48680
|
+
acs_system_id: string;
|
|
48681
|
+
/** ID of the ACS encoder. */
|
|
48682
|
+
acs_encoder_id: string;
|
|
48683
|
+
event_type: 'acs_encoder.added';
|
|
48684
|
+
} | {
|
|
48685
|
+
/** The ID of the event. */
|
|
48686
|
+
event_id: string;
|
|
48687
|
+
/** The ID of the workspace. */
|
|
48688
|
+
workspace_id: string;
|
|
48689
|
+
/** The time when the event was created. */
|
|
48690
|
+
created_at: string;
|
|
48691
|
+
/** The time when the event occurred. */
|
|
48692
|
+
occurred_at: string;
|
|
48693
|
+
/** ID of the connected account.
|
|
48694
|
+
* @deprecated Will be removed. */
|
|
48695
|
+
connected_account_id?: string | undefined;
|
|
48696
|
+
/** ID of the ACS system. */
|
|
48697
|
+
acs_system_id: string;
|
|
48698
|
+
/** ID of the ACS encoder. */
|
|
48699
|
+
acs_encoder_id: string;
|
|
48700
|
+
event_type: 'acs_encoder.removed';
|
|
48701
|
+
} | {
|
|
48702
|
+
/** The ID of the event. */
|
|
48703
|
+
event_id: string;
|
|
48704
|
+
/** The ID of the workspace. */
|
|
48705
|
+
workspace_id: string;
|
|
48706
|
+
/** The time when the event was created. */
|
|
48707
|
+
created_at: string;
|
|
48708
|
+
/** The time when the event occurred. */
|
|
48709
|
+
occurred_at: string;
|
|
48710
|
+
/** ID of the client session. */
|
|
48711
|
+
client_session_id: string;
|
|
48712
|
+
event_type: 'client_session.deleted';
|
|
48713
|
+
} | {
|
|
48714
|
+
/** The ID of the event. */
|
|
48715
|
+
event_id: string;
|
|
48716
|
+
/** The ID of the workspace. */
|
|
48717
|
+
workspace_id: string;
|
|
48718
|
+
/** The time when the event was created. */
|
|
48719
|
+
created_at: string;
|
|
48720
|
+
/** The time when the event occurred. */
|
|
48721
|
+
occurred_at: string;
|
|
48722
|
+
/** ID of the connected account. */
|
|
48723
|
+
connected_account_id: string;
|
|
48724
|
+
event_type: 'connected_account.connected';
|
|
48725
|
+
/** ID of the connect webview. */
|
|
48726
|
+
connect_webview_id: string;
|
|
48727
|
+
} | {
|
|
48728
|
+
/** The ID of the event. */
|
|
48729
|
+
event_id: string;
|
|
48730
|
+
/** The ID of the workspace. */
|
|
48731
|
+
workspace_id: string;
|
|
48732
|
+
/** The time when the event was created. */
|
|
48733
|
+
created_at: string;
|
|
48734
|
+
/** The time when the event occurred. */
|
|
48735
|
+
occurred_at: string;
|
|
48736
|
+
/** ID of the connected account. */
|
|
48737
|
+
connected_account_id: string;
|
|
48738
|
+
event_type: 'connected_account.created';
|
|
48739
|
+
/** ID of the connect webview. */
|
|
48740
|
+
connect_webview_id: string;
|
|
48741
|
+
} | {
|
|
48742
|
+
/** The ID of the event. */
|
|
48743
|
+
event_id: string;
|
|
48744
|
+
/** The ID of the workspace. */
|
|
48745
|
+
workspace_id: string;
|
|
48746
|
+
/** The time when the event was created. */
|
|
48747
|
+
created_at: string;
|
|
48748
|
+
/** The time when the event occurred. */
|
|
48749
|
+
occurred_at: string;
|
|
48750
|
+
/** ID of the connected account. */
|
|
48751
|
+
connected_account_id: string;
|
|
48752
|
+
event_type: 'connected_account.successful_login';
|
|
48753
|
+
/** ID of the connect webview. */
|
|
48754
|
+
connect_webview_id: string;
|
|
48755
|
+
} | {
|
|
48756
|
+
/** The ID of the event. */
|
|
48757
|
+
event_id: string;
|
|
48758
|
+
/** The ID of the workspace. */
|
|
48759
|
+
workspace_id: string;
|
|
48760
|
+
/** The time when the event was created. */
|
|
48761
|
+
created_at: string;
|
|
48762
|
+
/** The time when the event occurred. */
|
|
48763
|
+
occurred_at: string;
|
|
48764
|
+
/** ID of the connected account. */
|
|
48765
|
+
connected_account_id: string;
|
|
48766
|
+
event_type: 'connected_account.disconnected';
|
|
48767
|
+
} | {
|
|
48768
|
+
/** The ID of the event. */
|
|
48769
|
+
event_id: string;
|
|
48770
|
+
/** The ID of the workspace. */
|
|
48771
|
+
workspace_id: string;
|
|
48772
|
+
/** The time when the event was created. */
|
|
48773
|
+
created_at: string;
|
|
48774
|
+
/** The time when the event occurred. */
|
|
48775
|
+
occurred_at: string;
|
|
48776
|
+
/** ID of the connected account. */
|
|
48777
|
+
connected_account_id: string;
|
|
48778
|
+
event_type: 'connected_account.completed_first_sync';
|
|
48779
|
+
} | {
|
|
48780
|
+
/** The ID of the event. */
|
|
48781
|
+
event_id: string;
|
|
48782
|
+
/** The ID of the workspace. */
|
|
48783
|
+
workspace_id: string;
|
|
48784
|
+
/** The time when the event was created. */
|
|
48785
|
+
created_at: string;
|
|
48786
|
+
/** The time when the event occurred. */
|
|
48787
|
+
occurred_at: string;
|
|
48788
|
+
/** ID of the connected account. */
|
|
48789
|
+
connected_account_id: string;
|
|
48790
|
+
event_type: 'connected_account.deleted';
|
|
48791
|
+
} | {
|
|
48792
|
+
/** The ID of the event. */
|
|
48793
|
+
event_id: string;
|
|
48794
|
+
/** The ID of the workspace. */
|
|
48795
|
+
workspace_id: string;
|
|
48796
|
+
/** The time when the event was created. */
|
|
48797
|
+
created_at: string;
|
|
48798
|
+
/** The time when the event occurred. */
|
|
48799
|
+
occurred_at: string;
|
|
48800
|
+
/** ID of the connected account. */
|
|
48801
|
+
connected_account_id: string;
|
|
48802
|
+
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
48803
|
+
} | {
|
|
48804
|
+
/** The ID of the event. */
|
|
48805
|
+
event_id: string;
|
|
48806
|
+
/** The ID of the workspace. */
|
|
48807
|
+
workspace_id: string;
|
|
48808
|
+
/** The time when the event was created. */
|
|
48809
|
+
created_at: string;
|
|
48810
|
+
/** The time when the event occurred. */
|
|
48811
|
+
occurred_at: string;
|
|
48812
|
+
/** The ID of the action attempt. */
|
|
48813
|
+
action_attempt_id: string;
|
|
48814
|
+
/** The type of action. */
|
|
48815
|
+
action_type: string;
|
|
48816
|
+
/** The status of the action. */
|
|
48817
|
+
status: string;
|
|
48818
|
+
event_type: 'action_attempt.lock_door.succeeded';
|
|
48819
|
+
} | {
|
|
48820
|
+
/** The ID of the event. */
|
|
48821
|
+
event_id: string;
|
|
48822
|
+
/** The ID of the workspace. */
|
|
48823
|
+
workspace_id: string;
|
|
48824
|
+
/** The time when the event was created. */
|
|
48825
|
+
created_at: string;
|
|
48826
|
+
/** The time when the event occurred. */
|
|
48827
|
+
occurred_at: string;
|
|
48828
|
+
/** The ID of the action attempt. */
|
|
48829
|
+
action_attempt_id: string;
|
|
48830
|
+
/** The type of action. */
|
|
48831
|
+
action_type: string;
|
|
48832
|
+
/** The status of the action. */
|
|
48833
|
+
status: string;
|
|
48834
|
+
event_type: 'action_attempt.lock_door.failed';
|
|
48835
|
+
} | {
|
|
48836
|
+
/** The ID of the event. */
|
|
48837
|
+
event_id: string;
|
|
48838
|
+
/** The ID of the workspace. */
|
|
48839
|
+
workspace_id: string;
|
|
48840
|
+
/** The time when the event was created. */
|
|
48841
|
+
created_at: string;
|
|
48842
|
+
/** The time when the event occurred. */
|
|
48843
|
+
occurred_at: string;
|
|
48844
|
+
/** The ID of the action attempt. */
|
|
48845
|
+
action_attempt_id: string;
|
|
48846
|
+
/** The type of action. */
|
|
48847
|
+
action_type: string;
|
|
48848
|
+
/** The status of the action. */
|
|
48849
|
+
status: string;
|
|
48850
|
+
event_type: 'action_attempt.unlock_door.succeeded';
|
|
48851
|
+
} | {
|
|
48852
|
+
/** The ID of the event. */
|
|
48853
|
+
event_id: string;
|
|
48854
|
+
/** The ID of the workspace. */
|
|
48855
|
+
workspace_id: string;
|
|
48856
|
+
/** The time when the event was created. */
|
|
48857
|
+
created_at: string;
|
|
48858
|
+
/** The time when the event occurred. */
|
|
48859
|
+
occurred_at: string;
|
|
48860
|
+
/** The ID of the action attempt. */
|
|
48861
|
+
action_attempt_id: string;
|
|
48862
|
+
/** The type of action. */
|
|
48863
|
+
action_type: string;
|
|
48864
|
+
/** The status of the action. */
|
|
48865
|
+
status: string;
|
|
48866
|
+
event_type: 'action_attempt.unlock_door.failed';
|
|
48867
|
+
} | {
|
|
48868
|
+
/** The ID of the event. */
|
|
48869
|
+
event_id: string;
|
|
48870
|
+
/** The ID of the workspace. */
|
|
48871
|
+
workspace_id: string;
|
|
48872
|
+
/** The time when the event was created. */
|
|
48873
|
+
created_at: string;
|
|
48874
|
+
/** The time when the event occurred. */
|
|
48875
|
+
occurred_at: string;
|
|
48876
|
+
/** ID of the connect webview. */
|
|
48877
|
+
connect_webview_id: string;
|
|
48878
|
+
event_type: 'connect_webview.login_succeeded';
|
|
48879
|
+
/** ID of the connected account. */
|
|
48880
|
+
connected_account_id: string;
|
|
48881
|
+
} | {
|
|
48882
|
+
/** The ID of the event. */
|
|
48883
|
+
event_id: string;
|
|
48884
|
+
/** The ID of the workspace. */
|
|
48885
|
+
workspace_id: string;
|
|
48886
|
+
/** The time when the event was created. */
|
|
48887
|
+
created_at: string;
|
|
48888
|
+
/** The time when the event occurred. */
|
|
48889
|
+
occurred_at: string;
|
|
48890
|
+
/** ID of the connect webview. */
|
|
48891
|
+
connect_webview_id: string;
|
|
48892
|
+
event_type: 'connect_webview.login_failed';
|
|
48893
|
+
} | {
|
|
48894
|
+
/** The ID of the event. */
|
|
48895
|
+
event_id: string;
|
|
48896
|
+
/** The ID of the workspace. */
|
|
48897
|
+
workspace_id: string;
|
|
48898
|
+
/** The time when the event was created. */
|
|
48899
|
+
created_at: string;
|
|
48900
|
+
/** The time when the event occurred. */
|
|
48901
|
+
occurred_at: string;
|
|
48902
|
+
/** ID of the device. */
|
|
48903
|
+
device_id: string;
|
|
48904
|
+
/** ID of the connected account. */
|
|
48905
|
+
connected_account_id: string;
|
|
48906
|
+
event_type: 'device.connected';
|
|
48907
|
+
} | {
|
|
48908
|
+
/** The ID of the event. */
|
|
48909
|
+
event_id: string;
|
|
48910
|
+
/** The ID of the workspace. */
|
|
48911
|
+
workspace_id: string;
|
|
48912
|
+
/** The time when the event was created. */
|
|
48913
|
+
created_at: string;
|
|
48914
|
+
/** The time when the event occurred. */
|
|
48915
|
+
occurred_at: string;
|
|
48916
|
+
/** ID of the device. */
|
|
48917
|
+
device_id: string;
|
|
48918
|
+
/** ID of the connected account. */
|
|
48919
|
+
connected_account_id: string;
|
|
48920
|
+
event_type: 'device.added';
|
|
48921
|
+
} | {
|
|
48922
|
+
/** The ID of the event. */
|
|
48923
|
+
event_id: string;
|
|
48924
|
+
/** The ID of the workspace. */
|
|
48925
|
+
workspace_id: string;
|
|
48926
|
+
/** The time when the event was created. */
|
|
48927
|
+
created_at: string;
|
|
48928
|
+
/** The time when the event occurred. */
|
|
48929
|
+
occurred_at: string;
|
|
48930
|
+
/** ID of the device. */
|
|
48931
|
+
device_id: string;
|
|
48932
|
+
/** ID of the connected account. */
|
|
48933
|
+
connected_account_id: string;
|
|
48934
|
+
event_type: 'device.converted_to_unmanaged';
|
|
48935
|
+
} | {
|
|
48936
|
+
/** The ID of the event. */
|
|
48937
|
+
event_id: string;
|
|
48938
|
+
/** The ID of the workspace. */
|
|
48939
|
+
workspace_id: string;
|
|
48940
|
+
/** The time when the event was created. */
|
|
48941
|
+
created_at: string;
|
|
48942
|
+
/** The time when the event occurred. */
|
|
48943
|
+
occurred_at: string;
|
|
48944
|
+
/** ID of the device. */
|
|
48945
|
+
device_id: string;
|
|
48946
|
+
/** ID of the connected account. */
|
|
48947
|
+
connected_account_id: string;
|
|
48948
|
+
event_type: 'device.unmanaged.converted_to_managed';
|
|
48949
|
+
} | {
|
|
48950
|
+
/** The ID of the event. */
|
|
48951
|
+
event_id: string;
|
|
48952
|
+
/** The ID of the workspace. */
|
|
48953
|
+
workspace_id: string;
|
|
48954
|
+
/** The time when the event was created. */
|
|
48955
|
+
created_at: string;
|
|
48956
|
+
/** The time when the event occurred. */
|
|
48957
|
+
occurred_at: string;
|
|
48958
|
+
/** ID of the device. */
|
|
48959
|
+
device_id: string;
|
|
48960
|
+
/** ID of the connected account. */
|
|
48961
|
+
connected_account_id: string;
|
|
48962
|
+
event_type: 'device.unmanaged.connected';
|
|
48963
|
+
} | {
|
|
48964
|
+
/** The ID of the event. */
|
|
48965
|
+
event_id: string;
|
|
48966
|
+
/** The ID of the workspace. */
|
|
48967
|
+
workspace_id: string;
|
|
48968
|
+
/** The time when the event was created. */
|
|
48969
|
+
created_at: string;
|
|
48970
|
+
/** The time when the event occurred. */
|
|
48971
|
+
occurred_at: string;
|
|
48972
|
+
/** ID of the device. */
|
|
48973
|
+
device_id: string;
|
|
48974
|
+
/** ID of the connected account. */
|
|
48975
|
+
connected_account_id: string;
|
|
48976
|
+
event_type: 'device.disconnected';
|
|
48977
|
+
/** The error code associated with the event, if any. */
|
|
48978
|
+
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48979
|
+
} | {
|
|
48980
|
+
/** The ID of the event. */
|
|
48981
|
+
event_id: string;
|
|
48982
|
+
/** The ID of the workspace. */
|
|
48983
|
+
workspace_id: string;
|
|
48984
|
+
/** The time when the event was created. */
|
|
48985
|
+
created_at: string;
|
|
48986
|
+
/** The time when the event occurred. */
|
|
48987
|
+
occurred_at: string;
|
|
48988
|
+
/** ID of the device. */
|
|
48989
|
+
device_id: string;
|
|
48990
|
+
/** ID of the connected account. */
|
|
48991
|
+
connected_account_id: string;
|
|
48992
|
+
event_type: 'device.unmanaged.disconnected';
|
|
48993
|
+
/** The error code associated with the event, if any. */
|
|
48994
|
+
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48995
|
+
} | {
|
|
48996
|
+
/** The ID of the event. */
|
|
48997
|
+
event_id: string;
|
|
48998
|
+
/** The ID of the workspace. */
|
|
48999
|
+
workspace_id: string;
|
|
49000
|
+
/** The time when the event was created. */
|
|
49001
|
+
created_at: string;
|
|
49002
|
+
/** The time when the event occurred. */
|
|
49003
|
+
occurred_at: string;
|
|
49004
|
+
/** ID of the device. */
|
|
49005
|
+
device_id: string;
|
|
49006
|
+
/** ID of the connected account. */
|
|
49007
|
+
connected_account_id: string;
|
|
49008
|
+
event_type: 'device.tampered';
|
|
49009
|
+
} | {
|
|
49010
|
+
/** The ID of the event. */
|
|
49011
|
+
event_id: string;
|
|
49012
|
+
/** The ID of the workspace. */
|
|
49013
|
+
workspace_id: string;
|
|
49014
|
+
/** The time when the event was created. */
|
|
49015
|
+
created_at: string;
|
|
49016
|
+
/** The time when the event occurred. */
|
|
49017
|
+
occurred_at: string;
|
|
49018
|
+
/** ID of the device. */
|
|
49019
|
+
device_id: string;
|
|
49020
|
+
/** ID of the connected account. */
|
|
49021
|
+
connected_account_id: string;
|
|
49022
|
+
event_type: 'device.low_battery';
|
|
49023
|
+
/** Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device. */
|
|
49024
|
+
battery_level: number;
|
|
49025
|
+
} | {
|
|
49026
|
+
/** The ID of the event. */
|
|
49027
|
+
event_id: string;
|
|
49028
|
+
/** The ID of the workspace. */
|
|
49029
|
+
workspace_id: string;
|
|
49030
|
+
/** The time when the event was created. */
|
|
49031
|
+
created_at: string;
|
|
49032
|
+
/** The time when the event occurred. */
|
|
49033
|
+
occurred_at: string;
|
|
49034
|
+
/** ID of the device. */
|
|
49035
|
+
device_id: string;
|
|
49036
|
+
/** ID of the connected account. */
|
|
49037
|
+
connected_account_id: string;
|
|
49038
|
+
event_type: 'device.battery_status_changed';
|
|
49039
|
+
/** Enum representing the battery status calculated from numeric battery_level value, one of 'critical' | 'low' | 'good' | 'full' */
|
|
49040
|
+
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
49041
|
+
/** Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device. */
|
|
49042
|
+
battery_level: number;
|
|
49043
|
+
} | {
|
|
49044
|
+
/** The ID of the event. */
|
|
49045
|
+
event_id: string;
|
|
49046
|
+
/** The ID of the workspace. */
|
|
49047
|
+
workspace_id: string;
|
|
49048
|
+
/** The time when the event was created. */
|
|
49049
|
+
created_at: string;
|
|
49050
|
+
/** The time when the event occurred. */
|
|
49051
|
+
occurred_at: string;
|
|
49052
|
+
/** ID of the device. */
|
|
49053
|
+
device_id: string;
|
|
49054
|
+
/** ID of the connected account. */
|
|
49055
|
+
connected_account_id: string;
|
|
49056
|
+
event_type: 'device.removed';
|
|
49057
|
+
} | {
|
|
49058
|
+
/** The ID of the event. */
|
|
49059
|
+
event_id: string;
|
|
49060
|
+
/** The ID of the workspace. */
|
|
49061
|
+
workspace_id: string;
|
|
49062
|
+
/** The time when the event was created. */
|
|
49063
|
+
created_at: string;
|
|
49064
|
+
/** The time when the event occurred. */
|
|
49065
|
+
occurred_at: string;
|
|
49066
|
+
/** ID of the device. */
|
|
49067
|
+
device_id: string;
|
|
49068
|
+
/** ID of the connected account. */
|
|
49069
|
+
connected_account_id: string;
|
|
49070
|
+
event_type: 'device.deleted';
|
|
49071
|
+
} | {
|
|
49072
|
+
/** The ID of the event. */
|
|
49073
|
+
event_id: string;
|
|
49074
|
+
/** The ID of the workspace. */
|
|
49075
|
+
workspace_id: string;
|
|
49076
|
+
/** The time when the event was created. */
|
|
49077
|
+
created_at: string;
|
|
49078
|
+
/** The time when the event occurred. */
|
|
49079
|
+
occurred_at: string;
|
|
49080
|
+
/** ID of the device. */
|
|
49081
|
+
device_id: string;
|
|
49082
|
+
/** ID of the connected account. */
|
|
49083
|
+
connected_account_id: string;
|
|
49084
|
+
event_type: 'device.third_party_integration_detected';
|
|
49085
|
+
} | {
|
|
49086
|
+
/** The ID of the event. */
|
|
49087
|
+
event_id: string;
|
|
49088
|
+
/** The ID of the workspace. */
|
|
49089
|
+
workspace_id: string;
|
|
49090
|
+
/** The time when the event was created. */
|
|
49091
|
+
created_at: string;
|
|
49092
|
+
/** The time when the event occurred. */
|
|
49093
|
+
occurred_at: string;
|
|
49094
|
+
/** ID of the device. */
|
|
49095
|
+
device_id: string;
|
|
49096
|
+
/** ID of the connected account. */
|
|
49097
|
+
connected_account_id: string;
|
|
49098
|
+
event_type: 'device.third_party_integration_no_longer_detected';
|
|
49099
|
+
} | {
|
|
49100
|
+
/** The ID of the event. */
|
|
49101
|
+
event_id: string;
|
|
49102
|
+
/** The ID of the workspace. */
|
|
49103
|
+
workspace_id: string;
|
|
49104
|
+
/** The time when the event was created. */
|
|
49105
|
+
created_at: string;
|
|
49106
|
+
/** The time when the event occurred. */
|
|
49107
|
+
occurred_at: string;
|
|
49108
|
+
/** ID of the device. */
|
|
49109
|
+
device_id: string;
|
|
49110
|
+
/** ID of the connected account. */
|
|
49111
|
+
connected_account_id: string;
|
|
49112
|
+
event_type: 'device.salto.privacy_mode_activated';
|
|
49113
|
+
} | {
|
|
49114
|
+
/** The ID of the event. */
|
|
49115
|
+
event_id: string;
|
|
49116
|
+
/** The ID of the workspace. */
|
|
49117
|
+
workspace_id: string;
|
|
49118
|
+
/** The time when the event was created. */
|
|
49119
|
+
created_at: string;
|
|
49120
|
+
/** The time when the event occurred. */
|
|
49121
|
+
occurred_at: string;
|
|
49122
|
+
/** ID of the device. */
|
|
49123
|
+
device_id: string;
|
|
49124
|
+
/** ID of the connected account. */
|
|
49125
|
+
connected_account_id: string;
|
|
49126
|
+
event_type: 'device.salto.privacy_mode_deactivated';
|
|
49127
|
+
} | {
|
|
49128
|
+
/** The ID of the event. */
|
|
49129
|
+
event_id: string;
|
|
49130
|
+
/** The ID of the workspace. */
|
|
49131
|
+
workspace_id: string;
|
|
49132
|
+
/** The time when the event was created. */
|
|
49133
|
+
created_at: string;
|
|
49134
|
+
/** The time when the event occurred. */
|
|
49135
|
+
occurred_at: string;
|
|
49136
|
+
/** ID of the device. */
|
|
49137
|
+
device_id: string;
|
|
49138
|
+
/** ID of the connected account. */
|
|
49139
|
+
connected_account_id: string;
|
|
49140
|
+
event_type: 'device.connection_became_flaky';
|
|
49141
|
+
} | {
|
|
49142
|
+
/** The ID of the event. */
|
|
49143
|
+
event_id: string;
|
|
49144
|
+
/** The ID of the workspace. */
|
|
49145
|
+
workspace_id: string;
|
|
49146
|
+
/** The time when the event was created. */
|
|
49147
|
+
created_at: string;
|
|
49148
|
+
/** The time when the event occurred. */
|
|
49149
|
+
occurred_at: string;
|
|
49150
|
+
/** ID of the device. */
|
|
49151
|
+
device_id: string;
|
|
49152
|
+
/** ID of the connected account. */
|
|
49153
|
+
connected_account_id: string;
|
|
49154
|
+
event_type: 'device.connection_stabilized';
|
|
49155
|
+
} | {
|
|
49156
|
+
/** The ID of the event. */
|
|
49157
|
+
event_id: string;
|
|
49158
|
+
/** The ID of the workspace. */
|
|
49159
|
+
workspace_id: string;
|
|
49160
|
+
/** The time when the event was created. */
|
|
49161
|
+
created_at: string;
|
|
49162
|
+
/** The time when the event occurred. */
|
|
49163
|
+
occurred_at: string;
|
|
49164
|
+
/** ID of the device. */
|
|
49165
|
+
device_id: string;
|
|
49166
|
+
/** ID of the connected account. */
|
|
49167
|
+
connected_account_id: string;
|
|
49168
|
+
event_type: 'device.error.subscription_required';
|
|
49169
|
+
} | {
|
|
49170
|
+
/** The ID of the event. */
|
|
49171
|
+
event_id: string;
|
|
49172
|
+
/** The ID of the workspace. */
|
|
49173
|
+
workspace_id: string;
|
|
49174
|
+
/** The time when the event was created. */
|
|
49175
|
+
created_at: string;
|
|
49176
|
+
/** The time when the event occurred. */
|
|
49177
|
+
occurred_at: string;
|
|
49178
|
+
/** ID of the device. */
|
|
49179
|
+
device_id: string;
|
|
49180
|
+
/** ID of the connected account. */
|
|
49181
|
+
connected_account_id: string;
|
|
49182
|
+
event_type: 'device.error.subscription_required.resolved';
|
|
49183
|
+
} | {
|
|
49184
|
+
/** The ID of the event. */
|
|
49185
|
+
event_id: string;
|
|
49186
|
+
/** The ID of the workspace. */
|
|
49187
|
+
workspace_id: string;
|
|
49188
|
+
/** The time when the event was created. */
|
|
49189
|
+
created_at: string;
|
|
49190
|
+
/** The time when the event occurred. */
|
|
49191
|
+
occurred_at: string;
|
|
49192
|
+
/** ID of the device. */
|
|
49193
|
+
device_id: string;
|
|
49194
|
+
/** ID of the connected account. */
|
|
49195
|
+
connected_account_id: string;
|
|
49196
|
+
event_type: 'device.accessory_keypad_connected';
|
|
49197
|
+
} | {
|
|
49198
|
+
/** The ID of the event. */
|
|
49199
|
+
event_id: string;
|
|
49200
|
+
/** The ID of the workspace. */
|
|
49201
|
+
workspace_id: string;
|
|
49202
|
+
/** The time when the event was created. */
|
|
49203
|
+
created_at: string;
|
|
49204
|
+
/** The time when the event occurred. */
|
|
49205
|
+
occurred_at: string;
|
|
49206
|
+
/** ID of the device. */
|
|
49207
|
+
device_id: string;
|
|
49208
|
+
/** ID of the connected account. */
|
|
49209
|
+
connected_account_id: string;
|
|
49210
|
+
event_type: 'device.accessory_keypad_disconnected';
|
|
49211
|
+
} | {
|
|
49212
|
+
/** The ID of the event. */
|
|
49213
|
+
event_id: string;
|
|
49214
|
+
/** The ID of the workspace. */
|
|
49215
|
+
workspace_id: string;
|
|
49216
|
+
/** The time when the event was created. */
|
|
49217
|
+
created_at: string;
|
|
49218
|
+
/** The time when the event occurred. */
|
|
49219
|
+
occurred_at: string;
|
|
49220
|
+
/** ID of the device. */
|
|
49221
|
+
device_id: string;
|
|
49222
|
+
/** ID of the connected account. */
|
|
49223
|
+
connected_account_id: string;
|
|
49224
|
+
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
49225
|
+
noise_level_decibels?: number | undefined;
|
|
49226
|
+
noise_level_nrs?: number | undefined;
|
|
49227
|
+
noise_threshold_id?: string | undefined;
|
|
49228
|
+
noise_threshold_name?: string | undefined;
|
|
49229
|
+
/** Metadata from the Noiseaware API. */
|
|
49230
|
+
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
49231
|
+
/** Metadata from the Minut API. */
|
|
49232
|
+
minut_metadata?: Record<string, unknown> | undefined;
|
|
49233
|
+
} | {
|
|
49234
|
+
/** The ID of the event. */
|
|
49235
|
+
event_id: string;
|
|
49236
|
+
/** The ID of the workspace. */
|
|
49237
|
+
workspace_id: string;
|
|
49238
|
+
/** The time when the event was created. */
|
|
49239
|
+
created_at: string;
|
|
49240
|
+
/** The time when the event occurred. */
|
|
49241
|
+
occurred_at: string;
|
|
49242
|
+
/** ID of the device. */
|
|
49243
|
+
device_id: string;
|
|
49244
|
+
/** ID of the connected account. */
|
|
49245
|
+
connected_account_id: string;
|
|
49246
|
+
event_type: 'lock.locked';
|
|
49247
|
+
access_code_id?: string | undefined;
|
|
44883
49248
|
action_attempt_id?: string | undefined;
|
|
44884
|
-
|
|
44885
|
-
|
|
44886
|
-
|
|
44887
|
-
|
|
44888
|
-
|
|
44889
|
-
|
|
49249
|
+
/** Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device. */
|
|
49250
|
+
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49251
|
+
} | {
|
|
49252
|
+
/** The ID of the event. */
|
|
49253
|
+
event_id: string;
|
|
49254
|
+
/** The ID of the workspace. */
|
|
49255
|
+
workspace_id: string;
|
|
49256
|
+
/** The time when the event was created. */
|
|
49257
|
+
created_at: string;
|
|
49258
|
+
/** The time when the event occurred. */
|
|
49259
|
+
occurred_at: string;
|
|
49260
|
+
/** ID of the device. */
|
|
49261
|
+
device_id: string;
|
|
49262
|
+
/** ID of the connected account. */
|
|
49263
|
+
connected_account_id: string;
|
|
49264
|
+
event_type: 'lock.unlocked';
|
|
49265
|
+
access_code_id?: string | undefined;
|
|
49266
|
+
action_attempt_id?: string | undefined;
|
|
49267
|
+
/** Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device. */
|
|
49268
|
+
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49269
|
+
} | {
|
|
49270
|
+
/** The ID of the event. */
|
|
49271
|
+
event_id: string;
|
|
49272
|
+
/** The ID of the workspace. */
|
|
49273
|
+
workspace_id: string;
|
|
49274
|
+
/** The time when the event was created. */
|
|
49275
|
+
created_at: string;
|
|
49276
|
+
/** The time when the event occurred. */
|
|
49277
|
+
occurred_at: string;
|
|
49278
|
+
/** ID of the device. */
|
|
49279
|
+
device_id: string;
|
|
49280
|
+
/** ID of the connected account. */
|
|
49281
|
+
connected_account_id: string;
|
|
49282
|
+
event_type: 'lock.access_denied';
|
|
49283
|
+
access_code_id?: string | undefined;
|
|
49284
|
+
} | {
|
|
49285
|
+
/** The ID of the event. */
|
|
49286
|
+
event_id: string;
|
|
49287
|
+
/** The ID of the workspace. */
|
|
44890
49288
|
workspace_id: string;
|
|
49289
|
+
/** The time when the event was created. */
|
|
44891
49290
|
created_at: string;
|
|
49291
|
+
/** The time when the event occurred. */
|
|
44892
49292
|
occurred_at: string;
|
|
44893
|
-
|
|
44894
|
-
|
|
44895
|
-
|
|
44896
|
-
|
|
44897
|
-
|
|
44898
|
-
|
|
44899
|
-
|
|
44900
|
-
|
|
44901
|
-
|
|
44902
|
-
|
|
44903
|
-
|
|
49293
|
+
/** ID of the device. */
|
|
49294
|
+
device_id: string;
|
|
49295
|
+
/** ID of the connected account. */
|
|
49296
|
+
connected_account_id: string;
|
|
49297
|
+
event_type: 'thermostat.climate_preset_activated';
|
|
49298
|
+
thermostat_schedule_id: string | null;
|
|
49299
|
+
climate_preset_key: string;
|
|
49300
|
+
is_fallback_climate_preset: boolean;
|
|
49301
|
+
} | {
|
|
49302
|
+
/** The ID of the event. */
|
|
49303
|
+
event_id: string;
|
|
49304
|
+
/** The ID of the workspace. */
|
|
49305
|
+
workspace_id: string;
|
|
49306
|
+
/** The time when the event was created. */
|
|
49307
|
+
created_at: string;
|
|
49308
|
+
/** The time when the event occurred. */
|
|
49309
|
+
occurred_at: string;
|
|
49310
|
+
/** ID of the device. */
|
|
49311
|
+
device_id: string;
|
|
49312
|
+
/** ID of the connected account. */
|
|
49313
|
+
connected_account_id: string;
|
|
49314
|
+
event_type: 'thermostat.manually_adjusted';
|
|
49315
|
+
method: 'seam' | 'external';
|
|
49316
|
+
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
49317
|
+
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
49318
|
+
/** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
|
|
49319
|
+
hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
|
|
49320
|
+
/** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
49321
|
+
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
49322
|
+
/** Temperature to which the thermostat should heat (in °C). */
|
|
49323
|
+
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
49324
|
+
/** Temperature to which the thermostat should cool (in °F). */
|
|
49325
|
+
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
49326
|
+
/** Temperature to which the thermostat should heat (in °F). */
|
|
49327
|
+
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
49328
|
+
} | {
|
|
49329
|
+
/** The ID of the event. */
|
|
49330
|
+
event_id: string;
|
|
49331
|
+
/** The ID of the workspace. */
|
|
49332
|
+
workspace_id: string;
|
|
49333
|
+
/** The time when the event was created. */
|
|
49334
|
+
created_at: string;
|
|
49335
|
+
/** The time when the event occurred. */
|
|
49336
|
+
occurred_at: string;
|
|
49337
|
+
/** ID of the device. */
|
|
49338
|
+
device_id: string;
|
|
49339
|
+
/** ID of the connected account. */
|
|
49340
|
+
connected_account_id: string;
|
|
49341
|
+
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
49342
|
+
temperature_celsius: number;
|
|
49343
|
+
temperature_fahrenheit: number;
|
|
49344
|
+
upper_limit_celsius: number | null;
|
|
49345
|
+
upper_limit_fahrenheit: number | null;
|
|
49346
|
+
lower_limit_celsius: number | null;
|
|
49347
|
+
lower_limit_fahrenheit: number | null;
|
|
49348
|
+
} | {
|
|
49349
|
+
/** The ID of the event. */
|
|
49350
|
+
event_id: string;
|
|
49351
|
+
/** The ID of the workspace. */
|
|
49352
|
+
workspace_id: string;
|
|
49353
|
+
/** The time when the event was created. */
|
|
49354
|
+
created_at: string;
|
|
49355
|
+
/** The time when the event occurred. */
|
|
49356
|
+
occurred_at: string;
|
|
49357
|
+
/** ID of the device. */
|
|
49358
|
+
device_id: string;
|
|
49359
|
+
/** ID of the connected account. */
|
|
49360
|
+
connected_account_id: string;
|
|
49361
|
+
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
49362
|
+
temperature_celsius: number;
|
|
49363
|
+
temperature_fahrenheit: number;
|
|
49364
|
+
upper_limit_celsius: number | null;
|
|
49365
|
+
upper_limit_fahrenheit: number | null;
|
|
49366
|
+
lower_limit_celsius: number | null;
|
|
49367
|
+
lower_limit_fahrenheit: number | null;
|
|
49368
|
+
} | {
|
|
49369
|
+
/** The ID of the event. */
|
|
49370
|
+
event_id: string;
|
|
49371
|
+
/** The ID of the workspace. */
|
|
49372
|
+
workspace_id: string;
|
|
49373
|
+
/** The time when the event was created. */
|
|
49374
|
+
created_at: string;
|
|
49375
|
+
/** The time when the event occurred. */
|
|
49376
|
+
occurred_at: string;
|
|
49377
|
+
/** ID of the enrollment automation. */
|
|
49378
|
+
enrollment_automation_id: string;
|
|
49379
|
+
event_type: 'enrollment_automation.deleted';
|
|
49380
|
+
} | {
|
|
49381
|
+
/** The ID of the event. */
|
|
49382
|
+
event_id: string;
|
|
49383
|
+
/** The ID of the workspace. */
|
|
49384
|
+
workspace_id: string;
|
|
49385
|
+
/** The time when the event was created. */
|
|
49386
|
+
created_at: string;
|
|
49387
|
+
/** The time when the event occurred. */
|
|
49388
|
+
occurred_at: string;
|
|
49389
|
+
/** ID of the device. */
|
|
49390
|
+
device_id: string;
|
|
49391
|
+
event_type: 'phone.deactivated';
|
|
44904
49392
|
}>;
|
|
44905
49393
|
};
|
|
44906
49394
|
};
|
|
@@ -53827,6 +58315,8 @@ interface Routes {
|
|
|
53827
58315
|
jsonBody: {
|
|
53828
58316
|
/** ID of the desired thermostat device. */
|
|
53829
58317
|
device_id: string;
|
|
58318
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings.
|
|
58319
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
53830
58320
|
manual_override_allowed?: boolean;
|
|
53831
58321
|
/** Unique key to identify the climate preset. */
|
|
53832
58322
|
climate_preset_key: string;
|
|
@@ -57826,12 +62316,13 @@ interface Routes {
|
|
|
57826
62316
|
name?: string | undefined;
|
|
57827
62317
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
57828
62318
|
climate_preset_key: string;
|
|
57829
|
-
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
62319
|
+
/** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57830
62320
|
max_override_period_minutes?: number;
|
|
57831
62321
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
57832
62322
|
starts_at: string;
|
|
57833
62323
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
57834
62324
|
ends_at: string;
|
|
62325
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57835
62326
|
is_override_allowed?: boolean | undefined;
|
|
57836
62327
|
};
|
|
57837
62328
|
commonParams: {};
|
|
@@ -57958,12 +62449,13 @@ interface Routes {
|
|
|
57958
62449
|
name?: string | undefined;
|
|
57959
62450
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
57960
62451
|
climate_preset_key?: string | undefined;
|
|
57961
|
-
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
62452
|
+
/** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57962
62453
|
max_override_period_minutes?: number | undefined;
|
|
57963
62454
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
57964
62455
|
starts_at?: string | undefined;
|
|
57965
62456
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
57966
62457
|
ends_at?: string | undefined;
|
|
62458
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
57967
62459
|
is_override_allowed?: boolean | undefined;
|
|
57968
62460
|
};
|
|
57969
62461
|
commonParams: {};
|