@seamapi/types 1.852.0 → 1.854.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.
@@ -13859,6 +13859,7 @@ export type Routes = {
13859
13859
  | 'akiles_lock'
13860
13860
  | 'ultraloq_lock'
13861
13861
  | 'korelock_lock'
13862
+ | 'omnitec_lock'
13862
13863
  )
13863
13864
  | 'keynest_key'
13864
13865
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -14490,6 +14491,19 @@ export type Routes = {
14490
14491
  encoder_name: string
14491
14492
  }
14492
14493
  | undefined
14494
+ /** Metadata for an Omnitec device. */
14495
+ omnitec_metadata?:
14496
+ | {
14497
+ /** Lock ID for an Omnitec device. */
14498
+ lock_id: number
14499
+ /** Lock name for an Omnitec device. */
14500
+ lock_name: string
14501
+ /** Bluetooth MAC address for an Omnitec device. */
14502
+ lock_mac: string
14503
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
14504
+ has_gateway: boolean
14505
+ }
14506
+ | undefined
14493
14507
  /** Metadata for a tado° device. */
14494
14508
  tado_metadata?:
14495
14509
  | {
@@ -19387,6 +19401,7 @@ export type Routes = {
19387
19401
  | 'akiles_lock'
19388
19402
  | 'ultraloq_lock'
19389
19403
  | 'korelock_lock'
19404
+ | 'omnitec_lock'
19390
19405
  )
19391
19406
  | 'keynest_key'
19392
19407
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -20018,6 +20033,19 @@ export type Routes = {
20018
20033
  encoder_name: string
20019
20034
  }
20020
20035
  | undefined
20036
+ /** Metadata for an Omnitec device. */
20037
+ omnitec_metadata?:
20038
+ | {
20039
+ /** Lock ID for an Omnitec device. */
20040
+ lock_id: number
20041
+ /** Lock name for an Omnitec device. */
20042
+ lock_name: string
20043
+ /** Bluetooth MAC address for an Omnitec device. */
20044
+ lock_mac: string
20045
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
20046
+ has_gateway: boolean
20047
+ }
20048
+ | undefined
20021
20049
  /** Metadata for a tado° device. */
20022
20050
  tado_metadata?:
20023
20051
  | {
@@ -40081,6 +40109,7 @@ export type Routes = {
40081
40109
  | 'lodgify'
40082
40110
  | 'hostaway'
40083
40111
  | 'acuity_scheduling'
40112
+ | 'omnitec'
40084
40113
  | 'yale_access'
40085
40114
  | 'hid_cm'
40086
40115
  | 'google_nest'
@@ -42021,6 +42050,7 @@ export type Routes = {
42021
42050
  | 'akiles_lock'
42022
42051
  | 'ultraloq_lock'
42023
42052
  | 'korelock_lock'
42053
+ | 'omnitec_lock'
42024
42054
  )
42025
42055
  | 'keynest_key'
42026
42056
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -42652,6 +42682,19 @@ export type Routes = {
42652
42682
  encoder_name: string
42653
42683
  }
42654
42684
  | undefined
42685
+ /** Metadata for an Omnitec device. */
42686
+ omnitec_metadata?:
42687
+ | {
42688
+ /** Lock ID for an Omnitec device. */
42689
+ lock_id: number
42690
+ /** Lock name for an Omnitec device. */
42691
+ lock_name: string
42692
+ /** Bluetooth MAC address for an Omnitec device. */
42693
+ lock_mac: string
42694
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
42695
+ has_gateway: boolean
42696
+ }
42697
+ | undefined
42655
42698
  /** Metadata for a tado° device. */
42656
42699
  tado_metadata?:
42657
42700
  | {
@@ -43695,6 +43738,7 @@ export type Routes = {
43695
43738
  | 'akiles_lock'
43696
43739
  | 'ultraloq_lock'
43697
43740
  | 'korelock_lock'
43741
+ | 'omnitec_lock'
43698
43742
  )
43699
43743
  | 'keynest_key'
43700
43744
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -43741,6 +43785,7 @@ export type Routes = {
43741
43785
  | 'akiles_lock'
43742
43786
  | 'ultraloq_lock'
43743
43787
  | 'korelock_lock'
43788
+ | 'omnitec_lock'
43744
43789
  )
43745
43790
  | 'keynest_key'
43746
43791
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -43805,6 +43850,7 @@ export type Routes = {
43805
43850
  | 'lodgify'
43806
43851
  | 'hostaway'
43807
43852
  | 'acuity_scheduling'
43853
+ | 'omnitec'
43808
43854
  )
43809
43855
  | undefined
43810
43856
  /** Array of device IDs for which you want to list devices. */
@@ -43916,6 +43962,7 @@ export type Routes = {
43916
43962
  | 'akiles_lock'
43917
43963
  | 'ultraloq_lock'
43918
43964
  | 'korelock_lock'
43965
+ | 'omnitec_lock'
43919
43966
  )
43920
43967
  | 'keynest_key'
43921
43968
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -44547,6 +44594,19 @@ export type Routes = {
44547
44594
  encoder_name: string
44548
44595
  }
44549
44596
  | undefined
44597
+ /** Metadata for an Omnitec device. */
44598
+ omnitec_metadata?:
44599
+ | {
44600
+ /** Lock ID for an Omnitec device. */
44601
+ lock_id: number
44602
+ /** Lock name for an Omnitec device. */
44603
+ lock_name: string
44604
+ /** Bluetooth MAC address for an Omnitec device. */
44605
+ lock_mac: string
44606
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
44607
+ has_gateway: boolean
44608
+ }
44609
+ | undefined
44550
44610
  /** Metadata for a tado° device. */
44551
44611
  tado_metadata?:
44552
44612
  | {
@@ -45632,6 +45692,7 @@ export type Routes = {
45632
45692
  | 'lodgify'
45633
45693
  | 'hostaway'
45634
45694
  | 'acuity_scheduling'
45695
+ | 'omnitec'
45635
45696
  display_name: string
45636
45697
  image_url: string
45637
45698
  provider_categories: (
@@ -46683,6 +46744,7 @@ export type Routes = {
46683
46744
  | 'akiles_lock'
46684
46745
  | 'ultraloq_lock'
46685
46746
  | 'korelock_lock'
46747
+ | 'omnitec_lock'
46686
46748
  )
46687
46749
  | 'keynest_key'
46688
46750
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -47237,6 +47299,7 @@ export type Routes = {
47237
47299
  | 'akiles_lock'
47238
47300
  | 'ultraloq_lock'
47239
47301
  | 'korelock_lock'
47302
+ | 'omnitec_lock'
47240
47303
  )
47241
47304
  | 'keynest_key'
47242
47305
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -47283,6 +47346,7 @@ export type Routes = {
47283
47346
  | 'akiles_lock'
47284
47347
  | 'ultraloq_lock'
47285
47348
  | 'korelock_lock'
47349
+ | 'omnitec_lock'
47286
47350
  )
47287
47351
  | 'keynest_key'
47288
47352
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -47347,6 +47411,7 @@ export type Routes = {
47347
47411
  | 'lodgify'
47348
47412
  | 'hostaway'
47349
47413
  | 'acuity_scheduling'
47414
+ | 'omnitec'
47350
47415
  )
47351
47416
  | undefined
47352
47417
  /** Array of device IDs for which you want to list devices. */
@@ -47458,6 +47523,7 @@ export type Routes = {
47458
47523
  | 'akiles_lock'
47459
47524
  | 'ultraloq_lock'
47460
47525
  | 'korelock_lock'
47526
+ | 'omnitec_lock'
47461
47527
  )
47462
47528
  | 'keynest_key'
47463
47529
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -56514,6 +56580,7 @@ export type Routes = {
56514
56580
  | 'akiles_lock'
56515
56581
  | 'ultraloq_lock'
56516
56582
  | 'korelock_lock'
56583
+ | 'omnitec_lock'
56517
56584
  )
56518
56585
  | 'keynest_key'
56519
56586
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -57145,6 +57212,19 @@ export type Routes = {
57145
57212
  encoder_name: string
57146
57213
  }
57147
57214
  | undefined
57215
+ /** Metadata for an Omnitec device. */
57216
+ omnitec_metadata?:
57217
+ | {
57218
+ /** Lock ID for an Omnitec device. */
57219
+ lock_id: number
57220
+ /** Lock name for an Omnitec device. */
57221
+ lock_name: string
57222
+ /** Bluetooth MAC address for an Omnitec device. */
57223
+ lock_mac: string
57224
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
57225
+ has_gateway: boolean
57226
+ }
57227
+ | undefined
57148
57228
  /** Metadata for a tado° device. */
57149
57229
  tado_metadata?:
57150
57230
  | {
@@ -58174,6 +58254,7 @@ export type Routes = {
58174
58254
  | 'akiles_lock'
58175
58255
  | 'ultraloq_lock'
58176
58256
  | 'korelock_lock'
58257
+ | 'omnitec_lock'
58177
58258
  )
58178
58259
  | 'keynest_key'
58179
58260
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -58805,6 +58886,19 @@ export type Routes = {
58805
58886
  encoder_name: string
58806
58887
  }
58807
58888
  | undefined
58889
+ /** Metadata for an Omnitec device. */
58890
+ omnitec_metadata?:
58891
+ | {
58892
+ /** Lock ID for an Omnitec device. */
58893
+ lock_id: number
58894
+ /** Lock name for an Omnitec device. */
58895
+ lock_name: string
58896
+ /** Bluetooth MAC address for an Omnitec device. */
58897
+ lock_mac: string
58898
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
58899
+ has_gateway: boolean
58900
+ }
58901
+ | undefined
58808
58902
  /** Metadata for a tado° device. */
58809
58903
  tado_metadata?:
58810
58904
  | {
@@ -59847,6 +59941,7 @@ export type Routes = {
59847
59941
  | 'akiles_lock'
59848
59942
  | 'ultraloq_lock'
59849
59943
  | 'korelock_lock'
59944
+ | 'omnitec_lock'
59850
59945
  )
59851
59946
  | undefined
59852
59947
  /** Device types of the locks that you want to list. */
@@ -59879,6 +59974,7 @@ export type Routes = {
59879
59974
  | 'akiles_lock'
59880
59975
  | 'ultraloq_lock'
59881
59976
  | 'korelock_lock'
59977
+ | 'omnitec_lock'
59882
59978
  )[]
59883
59979
  | undefined
59884
59980
  /** Manufacturer of the locks that you want to list. */
@@ -59913,6 +60009,7 @@ export type Routes = {
59913
60009
  | 'korelock'
59914
60010
  | 'smartthings'
59915
60011
  | 'ultraloq'
60012
+ | 'omnitec'
59916
60013
  )
59917
60014
  | undefined
59918
60015
  /** Array of device IDs for which you want to list devices. */
@@ -60024,6 +60121,7 @@ export type Routes = {
60024
60121
  | 'akiles_lock'
60025
60122
  | 'ultraloq_lock'
60026
60123
  | 'korelock_lock'
60124
+ | 'omnitec_lock'
60027
60125
  )
60028
60126
  | 'keynest_key'
60029
60127
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -60655,6 +60753,19 @@ export type Routes = {
60655
60753
  encoder_name: string
60656
60754
  }
60657
60755
  | undefined
60756
+ /** Metadata for an Omnitec device. */
60757
+ omnitec_metadata?:
60758
+ | {
60759
+ /** Lock ID for an Omnitec device. */
60760
+ lock_id: number
60761
+ /** Lock name for an Omnitec device. */
60762
+ lock_name: string
60763
+ /** Bluetooth MAC address for an Omnitec device. */
60764
+ lock_mac: string
60765
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
60766
+ has_gateway: boolean
60767
+ }
60768
+ | undefined
60658
60769
  /** Metadata for a tado° device. */
60659
60770
  tado_metadata?:
60660
60771
  | {
@@ -61683,6 +61794,7 @@ export type Routes = {
61683
61794
  | 'akiles_lock'
61684
61795
  | 'ultraloq_lock'
61685
61796
  | 'korelock_lock'
61797
+ | 'omnitec_lock'
61686
61798
  )
61687
61799
  | 'keynest_key'
61688
61800
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -62314,6 +62426,19 @@ export type Routes = {
62314
62426
  encoder_name: string
62315
62427
  }
62316
62428
  | undefined
62429
+ /** Metadata for an Omnitec device. */
62430
+ omnitec_metadata?:
62431
+ | {
62432
+ /** Lock ID for an Omnitec device. */
62433
+ lock_id: number
62434
+ /** Lock name for an Omnitec device. */
62435
+ lock_name: string
62436
+ /** Bluetooth MAC address for an Omnitec device. */
62437
+ lock_mac: string
62438
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
62439
+ has_gateway: boolean
62440
+ }
62441
+ | undefined
62317
62442
  /** Metadata for a tado° device. */
62318
62443
  tado_metadata?:
62319
62444
  | {
@@ -70511,6 +70636,7 @@ export type Routes = {
70511
70636
  | 'akiles_lock'
70512
70637
  | 'ultraloq_lock'
70513
70638
  | 'korelock_lock'
70639
+ | 'omnitec_lock'
70514
70640
  )
70515
70641
  | 'keynest_key'
70516
70642
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -71142,6 +71268,19 @@ export type Routes = {
71142
71268
  encoder_name: string
71143
71269
  }
71144
71270
  | undefined
71271
+ /** Metadata for an Omnitec device. */
71272
+ omnitec_metadata?:
71273
+ | {
71274
+ /** Lock ID for an Omnitec device. */
71275
+ lock_id: number
71276
+ /** Lock name for an Omnitec device. */
71277
+ lock_name: string
71278
+ /** Bluetooth MAC address for an Omnitec device. */
71279
+ lock_mac: string
71280
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
71281
+ has_gateway: boolean
71282
+ }
71283
+ | undefined
71145
71284
  /** Metadata for a tado° device. */
71146
71285
  tado_metadata?:
71147
71286
  | {
@@ -72170,6 +72309,7 @@ export type Routes = {
72170
72309
  | 'akiles_lock'
72171
72310
  | 'ultraloq_lock'
72172
72311
  | 'korelock_lock'
72312
+ | 'omnitec_lock'
72173
72313
  )
72174
72314
  | 'keynest_key'
72175
72315
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -72801,6 +72941,19 @@ export type Routes = {
72801
72941
  encoder_name: string
72802
72942
  }
72803
72943
  | undefined
72944
+ /** Metadata for an Omnitec device. */
72945
+ omnitec_metadata?:
72946
+ | {
72947
+ /** Lock ID for an Omnitec device. */
72948
+ lock_id: number
72949
+ /** Lock name for an Omnitec device. */
72950
+ lock_name: string
72951
+ /** Bluetooth MAC address for an Omnitec device. */
72952
+ lock_mac: string
72953
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
72954
+ has_gateway: boolean
72955
+ }
72956
+ | undefined
72804
72957
  /** Metadata for a tado° device. */
72805
72958
  tado_metadata?:
72806
72959
  | {
@@ -88831,6 +88984,7 @@ export type Routes = {
88831
88984
  | 'akiles_lock'
88832
88985
  | 'ultraloq_lock'
88833
88986
  | 'korelock_lock'
88987
+ | 'omnitec_lock'
88834
88988
  )
88835
88989
  | 'keynest_key'
88836
88990
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -89462,6 +89616,19 @@ export type Routes = {
89462
89616
  encoder_name: string
89463
89617
  }
89464
89618
  | undefined
89619
+ /** Metadata for an Omnitec device. */
89620
+ omnitec_metadata?:
89621
+ | {
89622
+ /** Lock ID for an Omnitec device. */
89623
+ lock_id: number
89624
+ /** Lock name for an Omnitec device. */
89625
+ lock_name: string
89626
+ /** Bluetooth MAC address for an Omnitec device. */
89627
+ lock_mac: string
89628
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
89629
+ has_gateway: boolean
89630
+ }
89631
+ | undefined
89465
89632
  /** Metadata for a tado° device. */
89466
89633
  tado_metadata?:
89467
89634
  | {
@@ -96832,6 +96999,7 @@ export type Routes = {
96832
96999
  | 'akiles_lock'
96833
97000
  | 'ultraloq_lock'
96834
97001
  | 'korelock_lock'
97002
+ | 'omnitec_lock'
96835
97003
  )
96836
97004
  | 'keynest_key'
96837
97005
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -97463,6 +97631,19 @@ export type Routes = {
97463
97631
  encoder_name: string
97464
97632
  }
97465
97633
  | undefined
97634
+ /** Metadata for an Omnitec device. */
97635
+ omnitec_metadata?:
97636
+ | {
97637
+ /** Lock ID for an Omnitec device. */
97638
+ lock_id: number
97639
+ /** Lock name for an Omnitec device. */
97640
+ lock_name: string
97641
+ /** Bluetooth MAC address for an Omnitec device. */
97642
+ lock_mac: string
97643
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
97644
+ has_gateway: boolean
97645
+ }
97646
+ | undefined
97466
97647
  /** Metadata for a tado° device. */
97467
97648
  tado_metadata?:
97468
97649
  | {
@@ -102165,6 +102346,7 @@ export type Routes = {
102165
102346
  | 'akiles_lock'
102166
102347
  | 'ultraloq_lock'
102167
102348
  | 'korelock_lock'
102349
+ | 'omnitec_lock'
102168
102350
  )
102169
102351
  | 'keynest_key'
102170
102352
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -102796,6 +102978,19 @@ export type Routes = {
102796
102978
  encoder_name: string
102797
102979
  }
102798
102980
  | undefined
102981
+ /** Metadata for an Omnitec device. */
102982
+ omnitec_metadata?:
102983
+ | {
102984
+ /** Lock ID for an Omnitec device. */
102985
+ lock_id: number
102986
+ /** Lock name for an Omnitec device. */
102987
+ lock_name: string
102988
+ /** Bluetooth MAC address for an Omnitec device. */
102989
+ lock_mac: string
102990
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
102991
+ has_gateway: boolean
102992
+ }
102993
+ | undefined
102799
102994
  /** Metadata for a tado° device. */
102800
102995
  tado_metadata?:
102801
102996
  | {
@@ -103824,6 +104019,7 @@ export type Routes = {
103824
104019
  | 'akiles_lock'
103825
104020
  | 'ultraloq_lock'
103826
104021
  | 'korelock_lock'
104022
+ | 'omnitec_lock'
103827
104023
  )
103828
104024
  | 'keynest_key'
103829
104025
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -104455,6 +104651,19 @@ export type Routes = {
104455
104651
  encoder_name: string
104456
104652
  }
104457
104653
  | undefined
104654
+ /** Metadata for an Omnitec device. */
104655
+ omnitec_metadata?:
104656
+ | {
104657
+ /** Lock ID for an Omnitec device. */
104658
+ lock_id: number
104659
+ /** Lock name for an Omnitec device. */
104660
+ lock_name: string
104661
+ /** Bluetooth MAC address for an Omnitec device. */
104662
+ lock_mac: string
104663
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
104664
+ has_gateway: boolean
104665
+ }
104666
+ | undefined
104458
104667
  /** Metadata for a tado° device. */
104459
104668
  tado_metadata?:
104460
104669
  | {
@@ -113537,6 +113746,7 @@ export type Routes = {
113537
113746
  | 'akiles_lock'
113538
113747
  | 'ultraloq_lock'
113539
113748
  | 'korelock_lock'
113749
+ | 'omnitec_lock'
113540
113750
  )
113541
113751
  | 'keynest_key'
113542
113752
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -114168,6 +114378,19 @@ export type Routes = {
114168
114378
  encoder_name: string
114169
114379
  }
114170
114380
  | undefined
114381
+ /** Metadata for an Omnitec device. */
114382
+ omnitec_metadata?:
114383
+ | {
114384
+ /** Lock ID for an Omnitec device. */
114385
+ lock_id: number
114386
+ /** Lock name for an Omnitec device. */
114387
+ lock_name: string
114388
+ /** Bluetooth MAC address for an Omnitec device. */
114389
+ lock_mac: string
114390
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
114391
+ has_gateway: boolean
114392
+ }
114393
+ | undefined
114171
114394
  /** Metadata for a tado° device. */
114172
114395
  tado_metadata?:
114173
114396
  | {
@@ -115198,6 +115421,7 @@ export type Routes = {
115198
115421
  | 'akiles_lock'
115199
115422
  | 'ultraloq_lock'
115200
115423
  | 'korelock_lock'
115424
+ | 'omnitec_lock'
115201
115425
  )
115202
115426
  | 'keynest_key'
115203
115427
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -115829,6 +116053,19 @@ export type Routes = {
115829
116053
  encoder_name: string
115830
116054
  }
115831
116055
  | undefined
116056
+ /** Metadata for an Omnitec device. */
116057
+ omnitec_metadata?:
116058
+ | {
116059
+ /** Lock ID for an Omnitec device. */
116060
+ lock_id: number
116061
+ /** Lock name for an Omnitec device. */
116062
+ lock_name: string
116063
+ /** Bluetooth MAC address for an Omnitec device. */
116064
+ lock_mac: string
116065
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
116066
+ has_gateway: boolean
116067
+ }
116068
+ | undefined
115832
116069
  /** Metadata for a tado° device. */
115833
116070
  tado_metadata?:
115834
116071
  | {
@@ -118191,6 +118428,7 @@ export type Routes = {
118191
118428
  | 'akiles_lock'
118192
118429
  | 'ultraloq_lock'
118193
118430
  | 'korelock_lock'
118431
+ | 'omnitec_lock'
118194
118432
  )
118195
118433
  | 'keynest_key'
118196
118434
  | ('noiseaware_activity_zone' | 'minut_sensor')
@@ -118822,6 +119060,19 @@ export type Routes = {
118822
119060
  encoder_name: string
118823
119061
  }
118824
119062
  | undefined
119063
+ /** Metadata for an Omnitec device. */
119064
+ omnitec_metadata?:
119065
+ | {
119066
+ /** Lock ID for an Omnitec device. */
119067
+ lock_id: number
119068
+ /** Lock name for an Omnitec device. */
119069
+ lock_name: string
119070
+ /** Bluetooth MAC address for an Omnitec device. */
119071
+ lock_mac: string
119072
+ /** Whether the Omnitec lock has a connected gateway for remote operations. */
119073
+ has_gateway: boolean
119074
+ }
119075
+ | undefined
118825
119076
  /** Metadata for a tado° device. */
118826
119077
  tado_metadata?:
118827
119078
  | {
@@ -123078,6 +123329,7 @@ export type Routes = {
123078
123329
  | 'akiles_lock'
123079
123330
  | 'ultraloq_lock'
123080
123331
  | 'korelock_lock'
123332
+ | 'omnitec_lock'
123081
123333
  )
123082
123334
  | 'keynest_key'
123083
123335
  | ('noiseaware_activity_zone' | 'minut_sensor')