@seamapi/types 1.941.0 → 1.943.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 +116 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +436 -167
- package/dist/index.cjs +116 -64
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -14
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -26
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +123 -0
- package/lib/seam/connect/models/devices/device.js +24 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +47 -0
- package/lib/seam/connect/openapi.js +93 -54
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +314 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -15
- package/src/lib/seam/connect/models/devices/device-metadata.ts +7 -0
- package/src/lib/seam/connect/models/devices/device.ts +26 -0
- package/src/lib/seam/connect/openapi.ts +110 -64
- package/src/lib/seam/connect/route-types.ts +354 -110
|
@@ -2081,16 +2081,6 @@ export type Routes = {
|
|
|
2081
2081
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2082
2082
|
error_code: 'no_space_for_access_code_on_device'
|
|
2083
2083
|
}
|
|
2084
|
-
| {
|
|
2085
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2086
|
-
message: string
|
|
2087
|
-
/** Indicates that this is an access code error. */
|
|
2088
|
-
is_access_code_error: true
|
|
2089
|
-
/** Date and time at which Seam created the error. */
|
|
2090
|
-
created_at?: string | undefined
|
|
2091
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2092
|
-
error_code: 'access_code_state_unconfirmed'
|
|
2093
|
-
}
|
|
2094
2084
|
| {
|
|
2095
2085
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2096
2086
|
message: string
|
|
@@ -2666,16 +2656,6 @@ export type Routes = {
|
|
|
2666
2656
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2667
2657
|
error_code: 'no_space_for_access_code_on_device'
|
|
2668
2658
|
}
|
|
2669
|
-
| {
|
|
2670
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2671
|
-
message: string
|
|
2672
|
-
/** Indicates that this is an access code error. */
|
|
2673
|
-
is_access_code_error: true
|
|
2674
|
-
/** Date and time at which Seam created the error. */
|
|
2675
|
-
created_at?: string | undefined
|
|
2676
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2677
|
-
error_code: 'access_code_state_unconfirmed'
|
|
2678
|
-
}
|
|
2679
2659
|
| {
|
|
2680
2660
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2681
2661
|
message: string
|
|
@@ -5210,16 +5190,6 @@ export type Routes = {
|
|
|
5210
5190
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5211
5191
|
error_code: 'no_space_for_access_code_on_device'
|
|
5212
5192
|
}
|
|
5213
|
-
| {
|
|
5214
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5215
|
-
message: string
|
|
5216
|
-
/** Indicates that this is an access code error. */
|
|
5217
|
-
is_access_code_error: true
|
|
5218
|
-
/** Date and time at which Seam created the error. */
|
|
5219
|
-
created_at?: string | undefined
|
|
5220
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5221
|
-
error_code: 'access_code_state_unconfirmed'
|
|
5222
|
-
}
|
|
5223
5193
|
| {
|
|
5224
5194
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5225
5195
|
message: string
|
|
@@ -5894,16 +5864,6 @@ export type Routes = {
|
|
|
5894
5864
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5895
5865
|
error_code: 'no_space_for_access_code_on_device'
|
|
5896
5866
|
}
|
|
5897
|
-
| {
|
|
5898
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5899
|
-
message: string
|
|
5900
|
-
/** Indicates that this is an access code error. */
|
|
5901
|
-
is_access_code_error: true
|
|
5902
|
-
/** Date and time at which Seam created the error. */
|
|
5903
|
-
created_at?: string | undefined
|
|
5904
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5905
|
-
error_code: 'access_code_state_unconfirmed'
|
|
5906
|
-
}
|
|
5907
5867
|
| {
|
|
5908
5868
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5909
5869
|
message: string
|
|
@@ -6470,16 +6430,6 @@ export type Routes = {
|
|
|
6470
6430
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6471
6431
|
error_code: 'no_space_for_access_code_on_device'
|
|
6472
6432
|
}
|
|
6473
|
-
| {
|
|
6474
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6475
|
-
message: string
|
|
6476
|
-
/** Indicates that this is an access code error. */
|
|
6477
|
-
is_access_code_error: true
|
|
6478
|
-
/** Date and time at which Seam created the error. */
|
|
6479
|
-
created_at?: string | undefined
|
|
6480
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6481
|
-
error_code: 'access_code_state_unconfirmed'
|
|
6482
|
-
}
|
|
6483
6433
|
| {
|
|
6484
6434
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6485
6435
|
message: string
|
|
@@ -7023,16 +6973,6 @@ export type Routes = {
|
|
|
7023
6973
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7024
6974
|
error_code: 'no_space_for_access_code_on_device'
|
|
7025
6975
|
}
|
|
7026
|
-
| {
|
|
7027
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7028
|
-
message: string
|
|
7029
|
-
/** Indicates that this is an access code error. */
|
|
7030
|
-
is_access_code_error: true
|
|
7031
|
-
/** Date and time at which Seam created the error. */
|
|
7032
|
-
created_at?: string | undefined
|
|
7033
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7034
|
-
error_code: 'access_code_state_unconfirmed'
|
|
7035
|
-
}
|
|
7036
6976
|
| {
|
|
7037
6977
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7038
6978
|
message: string
|
|
@@ -7609,16 +7549,6 @@ export type Routes = {
|
|
|
7609
7549
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7610
7550
|
error_code: 'no_space_for_access_code_on_device'
|
|
7611
7551
|
}
|
|
7612
|
-
| {
|
|
7613
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7614
|
-
message: string
|
|
7615
|
-
/** Indicates that this is an access code error. */
|
|
7616
|
-
is_access_code_error: true
|
|
7617
|
-
/** Date and time at which Seam created the error. */
|
|
7618
|
-
created_at?: string | undefined
|
|
7619
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7620
|
-
error_code: 'access_code_state_unconfirmed'
|
|
7621
|
-
}
|
|
7622
7552
|
| {
|
|
7623
7553
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7624
7554
|
message: string
|
|
@@ -10055,16 +9985,6 @@ export type Routes = {
|
|
|
10055
9985
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10056
9986
|
error_code: 'no_space_for_access_code_on_device'
|
|
10057
9987
|
}
|
|
10058
|
-
| {
|
|
10059
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10060
|
-
message: string
|
|
10061
|
-
/** Indicates that this is an access code error. */
|
|
10062
|
-
is_access_code_error: true
|
|
10063
|
-
/** Date and time at which Seam created the error. */
|
|
10064
|
-
created_at?: string | undefined
|
|
10065
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10066
|
-
error_code: 'access_code_state_unconfirmed'
|
|
10067
|
-
}
|
|
10068
9988
|
| {
|
|
10069
9989
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10070
9990
|
message: string
|
|
@@ -10520,16 +10440,6 @@ export type Routes = {
|
|
|
10520
10440
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10521
10441
|
error_code: 'no_space_for_access_code_on_device'
|
|
10522
10442
|
}
|
|
10523
|
-
| {
|
|
10524
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10525
|
-
message: string
|
|
10526
|
-
/** Indicates that this is an access code error. */
|
|
10527
|
-
is_access_code_error: true
|
|
10528
|
-
/** Date and time at which Seam created the error. */
|
|
10529
|
-
created_at?: string | undefined
|
|
10530
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10531
|
-
error_code: 'access_code_state_unconfirmed'
|
|
10532
|
-
}
|
|
10533
10443
|
| {
|
|
10534
10444
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10535
10445
|
message: string
|
|
@@ -14202,6 +14112,8 @@ export type Routes = {
|
|
|
14202
14112
|
has_gateway: boolean
|
|
14203
14113
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
14204
14114
|
timezone_raw_offset_ms: number
|
|
14115
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
14116
|
+
time_zone?: (string | null) | undefined
|
|
14205
14117
|
}
|
|
14206
14118
|
| undefined
|
|
14207
14119
|
/** Metadata for a tado° device. */
|
|
@@ -15208,6 +15120,22 @@ export type Routes = {
|
|
|
15208
15120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15209
15121
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
15210
15122
|
}
|
|
15123
|
+
| {
|
|
15124
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15125
|
+
message: string
|
|
15126
|
+
/** Date and time at which Seam created the warning. */
|
|
15127
|
+
created_at: string
|
|
15128
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15129
|
+
warning_code: 'time_zone_unknown'
|
|
15130
|
+
}
|
|
15131
|
+
| {
|
|
15132
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15133
|
+
message: string
|
|
15134
|
+
/** Date and time at which Seam created the warning. */
|
|
15135
|
+
created_at: string
|
|
15136
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15137
|
+
warning_code: 'time_zone_mismatch'
|
|
15138
|
+
}
|
|
15211
15139
|
| {
|
|
15212
15140
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15213
15141
|
message: string
|
|
@@ -22110,6 +22038,8 @@ export type Routes = {
|
|
|
22110
22038
|
has_gateway: boolean
|
|
22111
22039
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
22112
22040
|
timezone_raw_offset_ms: number
|
|
22041
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
22042
|
+
time_zone?: (string | null) | undefined
|
|
22113
22043
|
}
|
|
22114
22044
|
| undefined
|
|
22115
22045
|
/** Metadata for a tado° device. */
|
|
@@ -23116,6 +23046,22 @@ export type Routes = {
|
|
|
23116
23046
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23117
23047
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
23118
23048
|
}
|
|
23049
|
+
| {
|
|
23050
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23051
|
+
message: string
|
|
23052
|
+
/** Date and time at which Seam created the warning. */
|
|
23053
|
+
created_at: string
|
|
23054
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23055
|
+
warning_code: 'time_zone_unknown'
|
|
23056
|
+
}
|
|
23057
|
+
| {
|
|
23058
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23059
|
+
message: string
|
|
23060
|
+
/** Date and time at which Seam created the warning. */
|
|
23061
|
+
created_at: string
|
|
23062
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23063
|
+
warning_code: 'time_zone_mismatch'
|
|
23064
|
+
}
|
|
23119
23065
|
| {
|
|
23120
23066
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23121
23067
|
message: string
|
|
@@ -48387,6 +48333,8 @@ export type Routes = {
|
|
|
48387
48333
|
has_gateway: boolean
|
|
48388
48334
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
48389
48335
|
timezone_raw_offset_ms: number
|
|
48336
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
48337
|
+
time_zone?: (string | null) | undefined
|
|
48390
48338
|
}
|
|
48391
48339
|
| undefined
|
|
48392
48340
|
/** Metadata for a tado° device. */
|
|
@@ -49369,6 +49317,22 @@ export type Routes = {
|
|
|
49369
49317
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49370
49318
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
49371
49319
|
}
|
|
49320
|
+
| {
|
|
49321
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49322
|
+
message: string
|
|
49323
|
+
/** Date and time at which Seam created the warning. */
|
|
49324
|
+
created_at: string
|
|
49325
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49326
|
+
warning_code: 'time_zone_unknown'
|
|
49327
|
+
}
|
|
49328
|
+
| {
|
|
49329
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49330
|
+
message: string
|
|
49331
|
+
/** Date and time at which Seam created the warning. */
|
|
49332
|
+
created_at: string
|
|
49333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49334
|
+
warning_code: 'time_zone_mismatch'
|
|
49335
|
+
}
|
|
49372
49336
|
| {
|
|
49373
49337
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49374
49338
|
message: string
|
|
@@ -50439,6 +50403,8 @@ export type Routes = {
|
|
|
50439
50403
|
has_gateway: boolean
|
|
50440
50404
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
50441
50405
|
timezone_raw_offset_ms: number
|
|
50406
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
50407
|
+
time_zone?: (string | null) | undefined
|
|
50442
50408
|
}
|
|
50443
50409
|
| undefined
|
|
50444
50410
|
/** Metadata for a tado° device. */
|
|
@@ -51421,6 +51387,22 @@ export type Routes = {
|
|
|
51421
51387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51422
51388
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
51423
51389
|
}
|
|
51390
|
+
| {
|
|
51391
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51392
|
+
message: string
|
|
51393
|
+
/** Date and time at which Seam created the warning. */
|
|
51394
|
+
created_at: string
|
|
51395
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51396
|
+
warning_code: 'time_zone_unknown'
|
|
51397
|
+
}
|
|
51398
|
+
| {
|
|
51399
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51400
|
+
message: string
|
|
51401
|
+
/** Date and time at which Seam created the warning. */
|
|
51402
|
+
created_at: string
|
|
51403
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51404
|
+
warning_code: 'time_zone_mismatch'
|
|
51405
|
+
}
|
|
51424
51406
|
| {
|
|
51425
51407
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51426
51408
|
message: string
|
|
@@ -53534,6 +53516,22 @@ export type Routes = {
|
|
|
53534
53516
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53535
53517
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
53536
53518
|
}
|
|
53519
|
+
| {
|
|
53520
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53521
|
+
message: string
|
|
53522
|
+
/** Date and time at which Seam created the warning. */
|
|
53523
|
+
created_at: string
|
|
53524
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53525
|
+
warning_code: 'time_zone_unknown'
|
|
53526
|
+
}
|
|
53527
|
+
| {
|
|
53528
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53529
|
+
message: string
|
|
53530
|
+
/** Date and time at which Seam created the warning. */
|
|
53531
|
+
created_at: string
|
|
53532
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53533
|
+
warning_code: 'time_zone_mismatch'
|
|
53534
|
+
}
|
|
53537
53535
|
| {
|
|
53538
53536
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53539
53537
|
message: string
|
|
@@ -54369,6 +54367,22 @@ export type Routes = {
|
|
|
54369
54367
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54370
54368
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
54371
54369
|
}
|
|
54370
|
+
| {
|
|
54371
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54372
|
+
message: string
|
|
54373
|
+
/** Date and time at which Seam created the warning. */
|
|
54374
|
+
created_at: string
|
|
54375
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54376
|
+
warning_code: 'time_zone_unknown'
|
|
54377
|
+
}
|
|
54378
|
+
| {
|
|
54379
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54380
|
+
message: string
|
|
54381
|
+
/** Date and time at which Seam created the warning. */
|
|
54382
|
+
created_at: string
|
|
54383
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54384
|
+
warning_code: 'time_zone_mismatch'
|
|
54385
|
+
}
|
|
54372
54386
|
| {
|
|
54373
54387
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54374
54388
|
message: string
|
|
@@ -64420,6 +64434,8 @@ export type Routes = {
|
|
|
64420
64434
|
has_gateway: boolean
|
|
64421
64435
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
64422
64436
|
timezone_raw_offset_ms: number
|
|
64437
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
64438
|
+
time_zone?: (string | null) | undefined
|
|
64423
64439
|
}
|
|
64424
64440
|
| undefined
|
|
64425
64441
|
/** Metadata for a tado° device. */
|
|
@@ -65402,6 +65418,22 @@ export type Routes = {
|
|
|
65402
65418
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65403
65419
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
65404
65420
|
}
|
|
65421
|
+
| {
|
|
65422
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65423
|
+
message: string
|
|
65424
|
+
/** Date and time at which Seam created the warning. */
|
|
65425
|
+
created_at: string
|
|
65426
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65427
|
+
warning_code: 'time_zone_unknown'
|
|
65428
|
+
}
|
|
65429
|
+
| {
|
|
65430
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65431
|
+
message: string
|
|
65432
|
+
/** Date and time at which Seam created the warning. */
|
|
65433
|
+
created_at: string
|
|
65434
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65435
|
+
warning_code: 'time_zone_mismatch'
|
|
65436
|
+
}
|
|
65405
65437
|
| {
|
|
65406
65438
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65407
65439
|
message: string
|
|
@@ -66228,6 +66260,8 @@ export type Routes = {
|
|
|
66228
66260
|
has_gateway: boolean
|
|
66229
66261
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
66230
66262
|
timezone_raw_offset_ms: number
|
|
66263
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
66264
|
+
time_zone?: (string | null) | undefined
|
|
66231
66265
|
}
|
|
66232
66266
|
| undefined
|
|
66233
66267
|
/** Metadata for a tado° device. */
|
|
@@ -67210,6 +67244,22 @@ export type Routes = {
|
|
|
67210
67244
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67211
67245
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
67212
67246
|
}
|
|
67247
|
+
| {
|
|
67248
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67249
|
+
message: string
|
|
67250
|
+
/** Date and time at which Seam created the warning. */
|
|
67251
|
+
created_at: string
|
|
67252
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67253
|
+
warning_code: 'time_zone_unknown'
|
|
67254
|
+
}
|
|
67255
|
+
| {
|
|
67256
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67257
|
+
message: string
|
|
67258
|
+
/** Date and time at which Seam created the warning. */
|
|
67259
|
+
created_at: string
|
|
67260
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67261
|
+
warning_code: 'time_zone_mismatch'
|
|
67262
|
+
}
|
|
67213
67263
|
| {
|
|
67214
67264
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67215
67265
|
message: string
|
|
@@ -68233,6 +68283,8 @@ export type Routes = {
|
|
|
68233
68283
|
has_gateway: boolean
|
|
68234
68284
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
68235
68285
|
timezone_raw_offset_ms: number
|
|
68286
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
68287
|
+
time_zone?: (string | null) | undefined
|
|
68236
68288
|
}
|
|
68237
68289
|
| undefined
|
|
68238
68290
|
/** Metadata for a tado° device. */
|
|
@@ -69215,6 +69267,22 @@ export type Routes = {
|
|
|
69215
69267
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69216
69268
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
69217
69269
|
}
|
|
69270
|
+
| {
|
|
69271
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69272
|
+
message: string
|
|
69273
|
+
/** Date and time at which Seam created the warning. */
|
|
69274
|
+
created_at: string
|
|
69275
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69276
|
+
warning_code: 'time_zone_unknown'
|
|
69277
|
+
}
|
|
69278
|
+
| {
|
|
69279
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69280
|
+
message: string
|
|
69281
|
+
/** Date and time at which Seam created the warning. */
|
|
69282
|
+
created_at: string
|
|
69283
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69284
|
+
warning_code: 'time_zone_mismatch'
|
|
69285
|
+
}
|
|
69218
69286
|
| {
|
|
69219
69287
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69220
69288
|
message: string
|
|
@@ -70040,6 +70108,8 @@ export type Routes = {
|
|
|
70040
70108
|
has_gateway: boolean
|
|
70041
70109
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
70042
70110
|
timezone_raw_offset_ms: number
|
|
70111
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
70112
|
+
time_zone?: (string | null) | undefined
|
|
70043
70113
|
}
|
|
70044
70114
|
| undefined
|
|
70045
70115
|
/** Metadata for a tado° device. */
|
|
@@ -71022,6 +71092,22 @@ export type Routes = {
|
|
|
71022
71092
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71023
71093
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
71024
71094
|
}
|
|
71095
|
+
| {
|
|
71096
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71097
|
+
message: string
|
|
71098
|
+
/** Date and time at which Seam created the warning. */
|
|
71099
|
+
created_at: string
|
|
71100
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71101
|
+
warning_code: 'time_zone_unknown'
|
|
71102
|
+
}
|
|
71103
|
+
| {
|
|
71104
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71105
|
+
message: string
|
|
71106
|
+
/** Date and time at which Seam created the warning. */
|
|
71107
|
+
created_at: string
|
|
71108
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71109
|
+
warning_code: 'time_zone_mismatch'
|
|
71110
|
+
}
|
|
71025
71111
|
| {
|
|
71026
71112
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71027
71113
|
message: string
|
|
@@ -79756,6 +79842,8 @@ export type Routes = {
|
|
|
79756
79842
|
has_gateway: boolean
|
|
79757
79843
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
79758
79844
|
timezone_raw_offset_ms: number
|
|
79845
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
79846
|
+
time_zone?: (string | null) | undefined
|
|
79759
79847
|
}
|
|
79760
79848
|
| undefined
|
|
79761
79849
|
/** Metadata for a tado° device. */
|
|
@@ -80738,6 +80826,22 @@ export type Routes = {
|
|
|
80738
80826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80739
80827
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
80740
80828
|
}
|
|
80829
|
+
| {
|
|
80830
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80831
|
+
message: string
|
|
80832
|
+
/** Date and time at which Seam created the warning. */
|
|
80833
|
+
created_at: string
|
|
80834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80835
|
+
warning_code: 'time_zone_unknown'
|
|
80836
|
+
}
|
|
80837
|
+
| {
|
|
80838
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80839
|
+
message: string
|
|
80840
|
+
/** Date and time at which Seam created the warning. */
|
|
80841
|
+
created_at: string
|
|
80842
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80843
|
+
warning_code: 'time_zone_mismatch'
|
|
80844
|
+
}
|
|
80741
80845
|
| {
|
|
80742
80846
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80743
80847
|
message: string
|
|
@@ -81563,6 +81667,8 @@ export type Routes = {
|
|
|
81563
81667
|
has_gateway: boolean
|
|
81564
81668
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
81565
81669
|
timezone_raw_offset_ms: number
|
|
81670
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
81671
|
+
time_zone?: (string | null) | undefined
|
|
81566
81672
|
}
|
|
81567
81673
|
| undefined
|
|
81568
81674
|
/** Metadata for a tado° device. */
|
|
@@ -82545,6 +82651,22 @@ export type Routes = {
|
|
|
82545
82651
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82546
82652
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
82547
82653
|
}
|
|
82654
|
+
| {
|
|
82655
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82656
|
+
message: string
|
|
82657
|
+
/** Date and time at which Seam created the warning. */
|
|
82658
|
+
created_at: string
|
|
82659
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82660
|
+
warning_code: 'time_zone_unknown'
|
|
82661
|
+
}
|
|
82662
|
+
| {
|
|
82663
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82664
|
+
message: string
|
|
82665
|
+
/** Date and time at which Seam created the warning. */
|
|
82666
|
+
created_at: string
|
|
82667
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82668
|
+
warning_code: 'time_zone_mismatch'
|
|
82669
|
+
}
|
|
82548
82670
|
| {
|
|
82549
82671
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82550
82672
|
message: string
|
|
@@ -99832,6 +99954,8 @@ export type Routes = {
|
|
|
99832
99954
|
has_gateway: boolean
|
|
99833
99955
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
99834
99956
|
timezone_raw_offset_ms: number
|
|
99957
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
99958
|
+
time_zone?: (string | null) | undefined
|
|
99835
99959
|
}
|
|
99836
99960
|
| undefined
|
|
99837
99961
|
/** Metadata for a tado° device. */
|
|
@@ -100838,6 +100962,22 @@ export type Routes = {
|
|
|
100838
100962
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100839
100963
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
100840
100964
|
}
|
|
100965
|
+
| {
|
|
100966
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100967
|
+
message: string
|
|
100968
|
+
/** Date and time at which Seam created the warning. */
|
|
100969
|
+
created_at: string
|
|
100970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100971
|
+
warning_code: 'time_zone_unknown'
|
|
100972
|
+
}
|
|
100973
|
+
| {
|
|
100974
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100975
|
+
message: string
|
|
100976
|
+
/** Date and time at which Seam created the warning. */
|
|
100977
|
+
created_at: string
|
|
100978
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100979
|
+
warning_code: 'time_zone_mismatch'
|
|
100980
|
+
}
|
|
100841
100981
|
| {
|
|
100842
100982
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100843
100983
|
message: string
|
|
@@ -108637,6 +108777,8 @@ export type Routes = {
|
|
|
108637
108777
|
has_gateway: boolean
|
|
108638
108778
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
108639
108779
|
timezone_raw_offset_ms: number
|
|
108780
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
108781
|
+
time_zone?: (string | null) | undefined
|
|
108640
108782
|
}
|
|
108641
108783
|
| undefined
|
|
108642
108784
|
/** Metadata for a tado° device. */
|
|
@@ -109619,6 +109761,22 @@ export type Routes = {
|
|
|
109619
109761
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109620
109762
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
109621
109763
|
}
|
|
109764
|
+
| {
|
|
109765
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109766
|
+
message: string
|
|
109767
|
+
/** Date and time at which Seam created the warning. */
|
|
109768
|
+
created_at: string
|
|
109769
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109770
|
+
warning_code: 'time_zone_unknown'
|
|
109771
|
+
}
|
|
109772
|
+
| {
|
|
109773
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109774
|
+
message: string
|
|
109775
|
+
/** Date and time at which Seam created the warning. */
|
|
109776
|
+
created_at: string
|
|
109777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109778
|
+
warning_code: 'time_zone_mismatch'
|
|
109779
|
+
}
|
|
109622
109780
|
| {
|
|
109623
109781
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109624
109782
|
message: string
|
|
@@ -114488,6 +114646,8 @@ export type Routes = {
|
|
|
114488
114646
|
has_gateway: boolean
|
|
114489
114647
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
114490
114648
|
timezone_raw_offset_ms: number
|
|
114649
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
114650
|
+
time_zone?: (string | null) | undefined
|
|
114491
114651
|
}
|
|
114492
114652
|
| undefined
|
|
114493
114653
|
/** Metadata for a tado° device. */
|
|
@@ -115470,6 +115630,22 @@ export type Routes = {
|
|
|
115470
115630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115471
115631
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
115472
115632
|
}
|
|
115633
|
+
| {
|
|
115634
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115635
|
+
message: string
|
|
115636
|
+
/** Date and time at which Seam created the warning. */
|
|
115637
|
+
created_at: string
|
|
115638
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115639
|
+
warning_code: 'time_zone_unknown'
|
|
115640
|
+
}
|
|
115641
|
+
| {
|
|
115642
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115643
|
+
message: string
|
|
115644
|
+
/** Date and time at which Seam created the warning. */
|
|
115645
|
+
created_at: string
|
|
115646
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115647
|
+
warning_code: 'time_zone_mismatch'
|
|
115648
|
+
}
|
|
115473
115649
|
| {
|
|
115474
115650
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115475
115651
|
message: string
|
|
@@ -116295,6 +116471,8 @@ export type Routes = {
|
|
|
116295
116471
|
has_gateway: boolean
|
|
116296
116472
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
116297
116473
|
timezone_raw_offset_ms: number
|
|
116474
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
116475
|
+
time_zone?: (string | null) | undefined
|
|
116298
116476
|
}
|
|
116299
116477
|
| undefined
|
|
116300
116478
|
/** Metadata for a tado° device. */
|
|
@@ -117277,6 +117455,22 @@ export type Routes = {
|
|
|
117277
117455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117278
117456
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
117279
117457
|
}
|
|
117458
|
+
| {
|
|
117459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117460
|
+
message: string
|
|
117461
|
+
/** Date and time at which Seam created the warning. */
|
|
117462
|
+
created_at: string
|
|
117463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117464
|
+
warning_code: 'time_zone_unknown'
|
|
117465
|
+
}
|
|
117466
|
+
| {
|
|
117467
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117468
|
+
message: string
|
|
117469
|
+
/** Date and time at which Seam created the warning. */
|
|
117470
|
+
created_at: string
|
|
117471
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117472
|
+
warning_code: 'time_zone_mismatch'
|
|
117473
|
+
}
|
|
117280
117474
|
| {
|
|
117281
117475
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117282
117476
|
message: string
|
|
@@ -126946,6 +127140,8 @@ export type Routes = {
|
|
|
126946
127140
|
has_gateway: boolean
|
|
126947
127141
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
126948
127142
|
timezone_raw_offset_ms: number
|
|
127143
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
127144
|
+
time_zone?: (string | null) | undefined
|
|
126949
127145
|
}
|
|
126950
127146
|
| undefined
|
|
126951
127147
|
/** Metadata for a tado° device. */
|
|
@@ -127928,6 +128124,22 @@ export type Routes = {
|
|
|
127928
128124
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127929
128125
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
127930
128126
|
}
|
|
128127
|
+
| {
|
|
128128
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128129
|
+
message: string
|
|
128130
|
+
/** Date and time at which Seam created the warning. */
|
|
128131
|
+
created_at: string
|
|
128132
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128133
|
+
warning_code: 'time_zone_unknown'
|
|
128134
|
+
}
|
|
128135
|
+
| {
|
|
128136
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128137
|
+
message: string
|
|
128138
|
+
/** Date and time at which Seam created the warning. */
|
|
128139
|
+
created_at: string
|
|
128140
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128141
|
+
warning_code: 'time_zone_mismatch'
|
|
128142
|
+
}
|
|
127931
128143
|
| {
|
|
127932
128144
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127933
128145
|
message: string
|
|
@@ -128755,6 +128967,8 @@ export type Routes = {
|
|
|
128755
128967
|
has_gateway: boolean
|
|
128756
128968
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
128757
128969
|
timezone_raw_offset_ms: number
|
|
128970
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
128971
|
+
time_zone?: (string | null) | undefined
|
|
128758
128972
|
}
|
|
128759
128973
|
| undefined
|
|
128760
128974
|
/** Metadata for a tado° device. */
|
|
@@ -129737,6 +129951,22 @@ export type Routes = {
|
|
|
129737
129951
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129738
129952
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
129739
129953
|
}
|
|
129954
|
+
| {
|
|
129955
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129956
|
+
message: string
|
|
129957
|
+
/** Date and time at which Seam created the warning. */
|
|
129958
|
+
created_at: string
|
|
129959
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129960
|
+
warning_code: 'time_zone_unknown'
|
|
129961
|
+
}
|
|
129962
|
+
| {
|
|
129963
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129964
|
+
message: string
|
|
129965
|
+
/** Date and time at which Seam created the warning. */
|
|
129966
|
+
created_at: string
|
|
129967
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129968
|
+
warning_code: 'time_zone_mismatch'
|
|
129969
|
+
}
|
|
129740
129970
|
| {
|
|
129741
129971
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129742
129972
|
message: string
|
|
@@ -131990,6 +132220,8 @@ export type Routes = {
|
|
|
131990
132220
|
has_gateway: boolean
|
|
131991
132221
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
131992
132222
|
timezone_raw_offset_ms: number
|
|
132223
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
132224
|
+
time_zone?: (string | null) | undefined
|
|
131993
132225
|
}
|
|
131994
132226
|
| undefined
|
|
131995
132227
|
/** Metadata for a tado° device. */
|
|
@@ -132996,6 +133228,22 @@ export type Routes = {
|
|
|
132996
133228
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132997
133229
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
132998
133230
|
}
|
|
133231
|
+
| {
|
|
133232
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133233
|
+
message: string
|
|
133234
|
+
/** Date and time at which Seam created the warning. */
|
|
133235
|
+
created_at: string
|
|
133236
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133237
|
+
warning_code: 'time_zone_unknown'
|
|
133238
|
+
}
|
|
133239
|
+
| {
|
|
133240
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133241
|
+
message: string
|
|
133242
|
+
/** Date and time at which Seam created the warning. */
|
|
133243
|
+
created_at: string
|
|
133244
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133245
|
+
warning_code: 'time_zone_mismatch'
|
|
133246
|
+
}
|
|
132999
133247
|
| {
|
|
133000
133248
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133001
133249
|
message: string
|
|
@@ -136966,6 +137214,22 @@ export type Routes = {
|
|
|
136966
137214
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
136967
137215
|
warning_code: 'ultraloq_time_zone_unknown'
|
|
136968
137216
|
}
|
|
137217
|
+
| {
|
|
137218
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137219
|
+
message: string
|
|
137220
|
+
/** Date and time at which Seam created the warning. */
|
|
137221
|
+
created_at: string
|
|
137222
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137223
|
+
warning_code: 'time_zone_unknown'
|
|
137224
|
+
}
|
|
137225
|
+
| {
|
|
137226
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137227
|
+
message: string
|
|
137228
|
+
/** Date and time at which Seam created the warning. */
|
|
137229
|
+
created_at: string
|
|
137230
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137231
|
+
warning_code: 'time_zone_mismatch'
|
|
137232
|
+
}
|
|
136969
137233
|
| {
|
|
136970
137234
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
136971
137235
|
message: string
|
|
@@ -141615,16 +141879,6 @@ export type Routes = {
|
|
|
141615
141879
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141616
141880
|
error_code: 'no_space_for_access_code_on_device'
|
|
141617
141881
|
}
|
|
141618
|
-
| {
|
|
141619
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141620
|
-
message: string
|
|
141621
|
-
/** Indicates that this is an access code error. */
|
|
141622
|
-
is_access_code_error: true
|
|
141623
|
-
/** Date and time at which Seam created the error. */
|
|
141624
|
-
created_at?: string | undefined
|
|
141625
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141626
|
-
error_code: 'access_code_state_unconfirmed'
|
|
141627
|
-
}
|
|
141628
141882
|
| {
|
|
141629
141883
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141630
141884
|
message: string
|
|
@@ -142066,16 +142320,6 @@ export type Routes = {
|
|
|
142066
142320
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
142067
142321
|
error_code: 'no_space_for_access_code_on_device'
|
|
142068
142322
|
}
|
|
142069
|
-
| {
|
|
142070
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142071
|
-
message: string
|
|
142072
|
-
/** Indicates that this is an access code error. */
|
|
142073
|
-
is_access_code_error: true
|
|
142074
|
-
/** Date and time at which Seam created the error. */
|
|
142075
|
-
created_at?: string | undefined
|
|
142076
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
142077
|
-
error_code: 'access_code_state_unconfirmed'
|
|
142078
|
-
}
|
|
142079
142323
|
| {
|
|
142080
142324
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142081
142325
|
message: string
|