@seamapi/types 1.855.0 → 1.856.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 +17 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +120 -0
- package/dist/index.cjs +17 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +28 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +7 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +14 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +10 -0
- package/lib/seam/connect/openapi.js +10 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +68 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +11 -0
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +68 -0
|
@@ -12704,6 +12704,10 @@ export type Routes = {
|
|
|
12704
12704
|
lock_mac: string;
|
|
12705
12705
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
12706
12706
|
has_gateway: boolean;
|
|
12707
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
12708
|
+
timezone_raw_offset_ms: number;
|
|
12709
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
12710
|
+
time_zone?: string | undefined;
|
|
12707
12711
|
} | undefined;
|
|
12708
12712
|
/** Metadata for a tado° device. */
|
|
12709
12713
|
tado_metadata?: {
|
|
@@ -17375,6 +17379,10 @@ export type Routes = {
|
|
|
17375
17379
|
lock_mac: string;
|
|
17376
17380
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
17377
17381
|
has_gateway: boolean;
|
|
17382
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
17383
|
+
timezone_raw_offset_ms: number;
|
|
17384
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
17385
|
+
time_zone?: string | undefined;
|
|
17378
17386
|
} | undefined;
|
|
17379
17387
|
/** Metadata for a tado° device. */
|
|
17380
17388
|
tado_metadata?: {
|
|
@@ -36722,6 +36730,10 @@ export type Routes = {
|
|
|
36722
36730
|
lock_mac: string;
|
|
36723
36731
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
36724
36732
|
has_gateway: boolean;
|
|
36733
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
36734
|
+
timezone_raw_offset_ms: number;
|
|
36735
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
36736
|
+
time_zone?: string | undefined;
|
|
36725
36737
|
} | undefined;
|
|
36726
36738
|
/** Metadata for a tado° device. */
|
|
36727
36739
|
tado_metadata?: {
|
|
@@ -38117,6 +38129,10 @@ export type Routes = {
|
|
|
38117
38129
|
lock_mac: string;
|
|
38118
38130
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
38119
38131
|
has_gateway: boolean;
|
|
38132
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
38133
|
+
timezone_raw_offset_ms: number;
|
|
38134
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
38135
|
+
time_zone?: string | undefined;
|
|
38120
38136
|
} | undefined;
|
|
38121
38137
|
/** Metadata for a tado° device. */
|
|
38122
38138
|
tado_metadata?: {
|
|
@@ -47894,6 +47910,10 @@ export type Routes = {
|
|
|
47894
47910
|
lock_mac: string;
|
|
47895
47911
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
47896
47912
|
has_gateway: boolean;
|
|
47913
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
47914
|
+
timezone_raw_offset_ms: number;
|
|
47915
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
47916
|
+
time_zone?: string | undefined;
|
|
47897
47917
|
} | undefined;
|
|
47898
47918
|
/** Metadata for a tado° device. */
|
|
47899
47919
|
tado_metadata?: {
|
|
@@ -49239,6 +49259,10 @@ export type Routes = {
|
|
|
49239
49259
|
lock_mac: string;
|
|
49240
49260
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
49241
49261
|
has_gateway: boolean;
|
|
49262
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
49263
|
+
timezone_raw_offset_ms: number;
|
|
49264
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
49265
|
+
time_zone?: string | undefined;
|
|
49242
49266
|
} | undefined;
|
|
49243
49267
|
/** Metadata for a tado° device. */
|
|
49244
49268
|
tado_metadata?: {
|
|
@@ -50634,6 +50658,10 @@ export type Routes = {
|
|
|
50634
50658
|
lock_mac: string;
|
|
50635
50659
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
50636
50660
|
has_gateway: boolean;
|
|
50661
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
50662
|
+
timezone_raw_offset_ms: number;
|
|
50663
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
50664
|
+
time_zone?: string | undefined;
|
|
50637
50665
|
} | undefined;
|
|
50638
50666
|
/** Metadata for a tado° device. */
|
|
50639
50667
|
tado_metadata?: {
|
|
@@ -51978,6 +52006,10 @@ export type Routes = {
|
|
|
51978
52006
|
lock_mac: string;
|
|
51979
52007
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
51980
52008
|
has_gateway: boolean;
|
|
52009
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
52010
|
+
timezone_raw_offset_ms: number;
|
|
52011
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
52012
|
+
time_zone?: string | undefined;
|
|
51981
52013
|
} | undefined;
|
|
51982
52014
|
/** Metadata for a tado° device. */
|
|
51983
52015
|
tado_metadata?: {
|
|
@@ -59435,6 +59467,10 @@ export type Routes = {
|
|
|
59435
59467
|
lock_mac: string;
|
|
59436
59468
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
59437
59469
|
has_gateway: boolean;
|
|
59470
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
59471
|
+
timezone_raw_offset_ms: number;
|
|
59472
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
59473
|
+
time_zone?: string | undefined;
|
|
59438
59474
|
} | undefined;
|
|
59439
59475
|
/** Metadata for a tado° device. */
|
|
59440
59476
|
tado_metadata?: {
|
|
@@ -60779,6 +60815,10 @@ export type Routes = {
|
|
|
60779
60815
|
lock_mac: string;
|
|
60780
60816
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
60781
60817
|
has_gateway: boolean;
|
|
60818
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
60819
|
+
timezone_raw_offset_ms: number;
|
|
60820
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
60821
|
+
time_zone?: string | undefined;
|
|
60782
60822
|
} | undefined;
|
|
60783
60823
|
/** Metadata for a tado° device. */
|
|
60784
60824
|
tado_metadata?: {
|
|
@@ -75033,6 +75073,10 @@ export type Routes = {
|
|
|
75033
75073
|
lock_mac: string;
|
|
75034
75074
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
75035
75075
|
has_gateway: boolean;
|
|
75076
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
75077
|
+
timezone_raw_offset_ms: number;
|
|
75078
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
75079
|
+
time_zone?: string | undefined;
|
|
75036
75080
|
} | undefined;
|
|
75037
75081
|
/** Metadata for a tado° device. */
|
|
75038
75082
|
tado_metadata?: {
|
|
@@ -81800,6 +81844,10 @@ export type Routes = {
|
|
|
81800
81844
|
lock_mac: string;
|
|
81801
81845
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
81802
81846
|
has_gateway: boolean;
|
|
81847
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
81848
|
+
timezone_raw_offset_ms: number;
|
|
81849
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
81850
|
+
time_zone?: string | undefined;
|
|
81803
81851
|
} | undefined;
|
|
81804
81852
|
/** Metadata for a tado° device. */
|
|
81805
81853
|
tado_metadata?: {
|
|
@@ -86239,6 +86287,10 @@ export type Routes = {
|
|
|
86239
86287
|
lock_mac: string;
|
|
86240
86288
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
86241
86289
|
has_gateway: boolean;
|
|
86290
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
86291
|
+
timezone_raw_offset_ms: number;
|
|
86292
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
86293
|
+
time_zone?: string | undefined;
|
|
86242
86294
|
} | undefined;
|
|
86243
86295
|
/** Metadata for a tado° device. */
|
|
86244
86296
|
tado_metadata?: {
|
|
@@ -87583,6 +87635,10 @@ export type Routes = {
|
|
|
87583
87635
|
lock_mac: string;
|
|
87584
87636
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
87585
87637
|
has_gateway: boolean;
|
|
87638
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
87639
|
+
timezone_raw_offset_ms: number;
|
|
87640
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
87641
|
+
time_zone?: string | undefined;
|
|
87586
87642
|
} | undefined;
|
|
87587
87643
|
/** Metadata for a tado° device. */
|
|
87588
87644
|
tado_metadata?: {
|
|
@@ -95937,6 +95993,10 @@ export type Routes = {
|
|
|
95937
95993
|
lock_mac: string;
|
|
95938
95994
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
95939
95995
|
has_gateway: boolean;
|
|
95996
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
95997
|
+
timezone_raw_offset_ms: number;
|
|
95998
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
95999
|
+
time_zone?: string | undefined;
|
|
95940
96000
|
} | undefined;
|
|
95941
96001
|
/** Metadata for a tado° device. */
|
|
95942
96002
|
tado_metadata?: {
|
|
@@ -97283,6 +97343,10 @@ export type Routes = {
|
|
|
97283
97343
|
lock_mac: string;
|
|
97284
97344
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
97285
97345
|
has_gateway: boolean;
|
|
97346
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
97347
|
+
timezone_raw_offset_ms: number;
|
|
97348
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
97349
|
+
time_zone?: string | undefined;
|
|
97286
97350
|
} | undefined;
|
|
97287
97351
|
/** Metadata for a tado° device. */
|
|
97288
97352
|
tado_metadata?: {
|
|
@@ -99809,6 +99873,10 @@ export type Routes = {
|
|
|
99809
99873
|
lock_mac: string;
|
|
99810
99874
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
99811
99875
|
has_gateway: boolean;
|
|
99876
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
99877
|
+
timezone_raw_offset_ms: number;
|
|
99878
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
99879
|
+
time_zone?: string | undefined;
|
|
99812
99880
|
} | undefined;
|
|
99813
99881
|
/** Metadata for a tado° device. */
|
|
99814
99882
|
tado_metadata?: {
|
package/package.json
CHANGED
|
@@ -645,6 +645,17 @@ export const device_metadata = z
|
|
|
645
645
|
.describe(
|
|
646
646
|
`Whether the Omnitec lock has a connected gateway for remote operations.`,
|
|
647
647
|
),
|
|
648
|
+
timezone_raw_offset_ms: z
|
|
649
|
+
.number()
|
|
650
|
+
.describe(
|
|
651
|
+
`Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST.`,
|
|
652
|
+
),
|
|
653
|
+
time_zone: z
|
|
654
|
+
.string()
|
|
655
|
+
.optional()
|
|
656
|
+
.describe(
|
|
657
|
+
`IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment.`,
|
|
658
|
+
),
|
|
648
659
|
})
|
|
649
660
|
.describe(`Metadata for an Omnitec device.`),
|
|
650
661
|
|
|
@@ -14227,12 +14227,24 @@ const openapi: OpenAPISpec = {
|
|
|
14227
14227
|
description: 'Lock name for an Omnitec device.',
|
|
14228
14228
|
type: 'string',
|
|
14229
14229
|
},
|
|
14230
|
+
time_zone: {
|
|
14231
|
+
description:
|
|
14232
|
+
'IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment.',
|
|
14233
|
+
type: 'string',
|
|
14234
|
+
},
|
|
14235
|
+
timezone_raw_offset_ms: {
|
|
14236
|
+
description:
|
|
14237
|
+
'Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST.',
|
|
14238
|
+
format: 'float',
|
|
14239
|
+
type: 'number',
|
|
14240
|
+
},
|
|
14230
14241
|
},
|
|
14231
14242
|
required: [
|
|
14232
14243
|
'lock_id',
|
|
14233
14244
|
'lock_name',
|
|
14234
14245
|
'lock_mac',
|
|
14235
14246
|
'has_gateway',
|
|
14247
|
+
'timezone_raw_offset_ms',
|
|
14236
14248
|
],
|
|
14237
14249
|
type: 'object',
|
|
14238
14250
|
},
|
|
@@ -14502,6 +14502,10 @@ export type Routes = {
|
|
|
14502
14502
|
lock_mac: string
|
|
14503
14503
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
14504
14504
|
has_gateway: boolean
|
|
14505
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
14506
|
+
timezone_raw_offset_ms: number
|
|
14507
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
14508
|
+
time_zone?: string | undefined
|
|
14505
14509
|
}
|
|
14506
14510
|
| undefined
|
|
14507
14511
|
/** Metadata for a tado° device. */
|
|
@@ -20044,6 +20048,10 @@ export type Routes = {
|
|
|
20044
20048
|
lock_mac: string
|
|
20045
20049
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
20046
20050
|
has_gateway: boolean
|
|
20051
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
20052
|
+
timezone_raw_offset_ms: number
|
|
20053
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
20054
|
+
time_zone?: string | undefined
|
|
20047
20055
|
}
|
|
20048
20056
|
| undefined
|
|
20049
20057
|
/** Metadata for a tado° device. */
|
|
@@ -42693,6 +42701,10 @@ export type Routes = {
|
|
|
42693
42701
|
lock_mac: string
|
|
42694
42702
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
42695
42703
|
has_gateway: boolean
|
|
42704
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
42705
|
+
timezone_raw_offset_ms: number
|
|
42706
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
42707
|
+
time_zone?: string | undefined
|
|
42696
42708
|
}
|
|
42697
42709
|
| undefined
|
|
42698
42710
|
/** Metadata for a tado° device. */
|
|
@@ -44605,6 +44617,10 @@ export type Routes = {
|
|
|
44605
44617
|
lock_mac: string
|
|
44606
44618
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
44607
44619
|
has_gateway: boolean
|
|
44620
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
44621
|
+
timezone_raw_offset_ms: number
|
|
44622
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
44623
|
+
time_zone?: string | undefined
|
|
44608
44624
|
}
|
|
44609
44625
|
| undefined
|
|
44610
44626
|
/** Metadata for a tado° device. */
|
|
@@ -57223,6 +57239,10 @@ export type Routes = {
|
|
|
57223
57239
|
lock_mac: string
|
|
57224
57240
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
57225
57241
|
has_gateway: boolean
|
|
57242
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
57243
|
+
timezone_raw_offset_ms: number
|
|
57244
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
57245
|
+
time_zone?: string | undefined
|
|
57226
57246
|
}
|
|
57227
57247
|
| undefined
|
|
57228
57248
|
/** Metadata for a tado° device. */
|
|
@@ -58897,6 +58917,10 @@ export type Routes = {
|
|
|
58897
58917
|
lock_mac: string
|
|
58898
58918
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
58899
58919
|
has_gateway: boolean
|
|
58920
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
58921
|
+
timezone_raw_offset_ms: number
|
|
58922
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
58923
|
+
time_zone?: string | undefined
|
|
58900
58924
|
}
|
|
58901
58925
|
| undefined
|
|
58902
58926
|
/** Metadata for a tado° device. */
|
|
@@ -60764,6 +60788,10 @@ export type Routes = {
|
|
|
60764
60788
|
lock_mac: string
|
|
60765
60789
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
60766
60790
|
has_gateway: boolean
|
|
60791
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
60792
|
+
timezone_raw_offset_ms: number
|
|
60793
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
60794
|
+
time_zone?: string | undefined
|
|
60767
60795
|
}
|
|
60768
60796
|
| undefined
|
|
60769
60797
|
/** Metadata for a tado° device. */
|
|
@@ -62437,6 +62465,10 @@ export type Routes = {
|
|
|
62437
62465
|
lock_mac: string
|
|
62438
62466
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
62439
62467
|
has_gateway: boolean
|
|
62468
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
62469
|
+
timezone_raw_offset_ms: number
|
|
62470
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
62471
|
+
time_zone?: string | undefined
|
|
62440
62472
|
}
|
|
62441
62473
|
| undefined
|
|
62442
62474
|
/** Metadata for a tado° device. */
|
|
@@ -71279,6 +71311,10 @@ export type Routes = {
|
|
|
71279
71311
|
lock_mac: string
|
|
71280
71312
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
71281
71313
|
has_gateway: boolean
|
|
71314
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
71315
|
+
timezone_raw_offset_ms: number
|
|
71316
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
71317
|
+
time_zone?: string | undefined
|
|
71282
71318
|
}
|
|
71283
71319
|
| undefined
|
|
71284
71320
|
/** Metadata for a tado° device. */
|
|
@@ -72952,6 +72988,10 @@ export type Routes = {
|
|
|
72952
72988
|
lock_mac: string
|
|
72953
72989
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
72954
72990
|
has_gateway: boolean
|
|
72991
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
72992
|
+
timezone_raw_offset_ms: number
|
|
72993
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
72994
|
+
time_zone?: string | undefined
|
|
72955
72995
|
}
|
|
72956
72996
|
| undefined
|
|
72957
72997
|
/** Metadata for a tado° device. */
|
|
@@ -89627,6 +89667,10 @@ export type Routes = {
|
|
|
89627
89667
|
lock_mac: string
|
|
89628
89668
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
89629
89669
|
has_gateway: boolean
|
|
89670
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
89671
|
+
timezone_raw_offset_ms: number
|
|
89672
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
89673
|
+
time_zone?: string | undefined
|
|
89630
89674
|
}
|
|
89631
89675
|
| undefined
|
|
89632
89676
|
/** Metadata for a tado° device. */
|
|
@@ -97642,6 +97686,10 @@ export type Routes = {
|
|
|
97642
97686
|
lock_mac: string
|
|
97643
97687
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
97644
97688
|
has_gateway: boolean
|
|
97689
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
97690
|
+
timezone_raw_offset_ms: number
|
|
97691
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
97692
|
+
time_zone?: string | undefined
|
|
97645
97693
|
}
|
|
97646
97694
|
| undefined
|
|
97647
97695
|
/** Metadata for a tado° device. */
|
|
@@ -102989,6 +103037,10 @@ export type Routes = {
|
|
|
102989
103037
|
lock_mac: string
|
|
102990
103038
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
102991
103039
|
has_gateway: boolean
|
|
103040
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
103041
|
+
timezone_raw_offset_ms: number
|
|
103042
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
103043
|
+
time_zone?: string | undefined
|
|
102992
103044
|
}
|
|
102993
103045
|
| undefined
|
|
102994
103046
|
/** Metadata for a tado° device. */
|
|
@@ -104662,6 +104714,10 @@ export type Routes = {
|
|
|
104662
104714
|
lock_mac: string
|
|
104663
104715
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
104664
104716
|
has_gateway: boolean
|
|
104717
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
104718
|
+
timezone_raw_offset_ms: number
|
|
104719
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
104720
|
+
time_zone?: string | undefined
|
|
104665
104721
|
}
|
|
104666
104722
|
| undefined
|
|
104667
104723
|
/** Metadata for a tado° device. */
|
|
@@ -114389,6 +114445,10 @@ export type Routes = {
|
|
|
114389
114445
|
lock_mac: string
|
|
114390
114446
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
114391
114447
|
has_gateway: boolean
|
|
114448
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
114449
|
+
timezone_raw_offset_ms: number
|
|
114450
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
114451
|
+
time_zone?: string | undefined
|
|
114392
114452
|
}
|
|
114393
114453
|
| undefined
|
|
114394
114454
|
/** Metadata for a tado° device. */
|
|
@@ -116064,6 +116124,10 @@ export type Routes = {
|
|
|
116064
116124
|
lock_mac: string
|
|
116065
116125
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
116066
116126
|
has_gateway: boolean
|
|
116127
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
116128
|
+
timezone_raw_offset_ms: number
|
|
116129
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
116130
|
+
time_zone?: string | undefined
|
|
116067
116131
|
}
|
|
116068
116132
|
| undefined
|
|
116069
116133
|
/** Metadata for a tado° device. */
|
|
@@ -119071,6 +119135,10 @@ export type Routes = {
|
|
|
119071
119135
|
lock_mac: string
|
|
119072
119136
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
119073
119137
|
has_gateway: boolean
|
|
119138
|
+
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
119139
|
+
timezone_raw_offset_ms: number
|
|
119140
|
+
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
119141
|
+
time_zone?: string | undefined
|
|
119074
119142
|
}
|
|
119075
119143
|
| undefined
|
|
119076
119144
|
/** Metadata for a tado° device. */
|