@seamapi/types 1.785.0 → 1.786.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 +6 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +3 -0
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +42 -0
|
@@ -11347,6 +11347,8 @@ export type Routes = {
|
|
|
11347
11347
|
product_type: string;
|
|
11348
11348
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
11349
11349
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
11350
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
11351
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
11350
11352
|
} | undefined;
|
|
11351
11353
|
/** Metadata for a KeyNest device. */
|
|
11352
11354
|
keynest_metadata?: {
|
|
@@ -15667,6 +15669,8 @@ export type Routes = {
|
|
|
15667
15669
|
product_type: string;
|
|
15668
15670
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
15669
15671
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
15672
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
15673
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
15670
15674
|
} | undefined;
|
|
15671
15675
|
/** Metadata for a KeyNest device. */
|
|
15672
15676
|
keynest_metadata?: {
|
|
@@ -32174,6 +32178,8 @@ export type Routes = {
|
|
|
32174
32178
|
product_type: string;
|
|
32175
32179
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
32176
32180
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
32181
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
32182
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
32177
32183
|
} | undefined;
|
|
32178
32184
|
/** Metadata for a KeyNest device. */
|
|
32179
32185
|
keynest_metadata?: {
|
|
@@ -33547,6 +33553,8 @@ export type Routes = {
|
|
|
33547
33553
|
product_type: string;
|
|
33548
33554
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
33549
33555
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
33556
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
33557
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
33550
33558
|
} | undefined;
|
|
33551
33559
|
/** Metadata for a KeyNest device. */
|
|
33552
33560
|
keynest_metadata?: {
|
|
@@ -43068,6 +43076,8 @@ export type Routes = {
|
|
|
43068
43076
|
product_type: string;
|
|
43069
43077
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
43070
43078
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
43079
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
43080
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
43071
43081
|
} | undefined;
|
|
43072
43082
|
/** Metadata for a KeyNest device. */
|
|
43073
43083
|
keynest_metadata?: {
|
|
@@ -44391,6 +44401,8 @@ export type Routes = {
|
|
|
44391
44401
|
product_type: string;
|
|
44392
44402
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
44393
44403
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
44404
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
44405
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
44394
44406
|
} | undefined;
|
|
44395
44407
|
/** Metadata for a KeyNest device. */
|
|
44396
44408
|
keynest_metadata?: {
|
|
@@ -45764,6 +45776,8 @@ export type Routes = {
|
|
|
45764
45776
|
product_type: string;
|
|
45765
45777
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
45766
45778
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
45779
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
45780
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
45767
45781
|
} | undefined;
|
|
45768
45782
|
/** Metadata for a KeyNest device. */
|
|
45769
45783
|
keynest_metadata?: {
|
|
@@ -47086,6 +47100,8 @@ export type Routes = {
|
|
|
47086
47100
|
product_type: string;
|
|
47087
47101
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
47088
47102
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
47103
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
47104
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
47089
47105
|
} | undefined;
|
|
47090
47106
|
/** Metadata for a KeyNest device. */
|
|
47091
47107
|
keynest_metadata?: {
|
|
@@ -53805,6 +53821,8 @@ export type Routes = {
|
|
|
53805
53821
|
product_type: string;
|
|
53806
53822
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
53807
53823
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
53824
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
53825
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
53808
53826
|
} | undefined;
|
|
53809
53827
|
/** Metadata for a KeyNest device. */
|
|
53810
53828
|
keynest_metadata?: {
|
|
@@ -55127,6 +55145,8 @@ export type Routes = {
|
|
|
55127
55145
|
product_type: string;
|
|
55128
55146
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
55129
55147
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
55148
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
55149
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
55130
55150
|
} | undefined;
|
|
55131
55151
|
/** Metadata for a KeyNest device. */
|
|
55132
55152
|
keynest_metadata?: {
|
|
@@ -68464,6 +68484,8 @@ export type Routes = {
|
|
|
68464
68484
|
product_type: string;
|
|
68465
68485
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
68466
68486
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
68487
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
68488
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
68467
68489
|
} | undefined;
|
|
68468
68490
|
/** Metadata for a KeyNest device. */
|
|
68469
68491
|
keynest_metadata?: {
|
|
@@ -74577,6 +74599,8 @@ export type Routes = {
|
|
|
74577
74599
|
product_type: string;
|
|
74578
74600
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
74579
74601
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
74602
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
74603
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
74580
74604
|
} | undefined;
|
|
74581
74605
|
/** Metadata for a KeyNest device. */
|
|
74582
74606
|
keynest_metadata?: {
|
|
@@ -78636,6 +78660,8 @@ export type Routes = {
|
|
|
78636
78660
|
product_type: string;
|
|
78637
78661
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
78638
78662
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
78663
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
78664
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
78639
78665
|
} | undefined;
|
|
78640
78666
|
/** Metadata for a KeyNest device. */
|
|
78641
78667
|
keynest_metadata?: {
|
|
@@ -79958,6 +79984,8 @@ export type Routes = {
|
|
|
79958
79984
|
product_type: string;
|
|
79959
79985
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
79960
79986
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
79987
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
79988
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
79961
79989
|
} | undefined;
|
|
79962
79990
|
/** Metadata for a KeyNest device. */
|
|
79963
79991
|
keynest_metadata?: {
|
|
@@ -87570,6 +87598,8 @@ export type Routes = {
|
|
|
87570
87598
|
product_type: string;
|
|
87571
87599
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
87572
87600
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
87601
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
87602
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
87573
87603
|
} | undefined;
|
|
87574
87604
|
/** Metadata for a KeyNest device. */
|
|
87575
87605
|
keynest_metadata?: {
|
|
@@ -88894,6 +88924,8 @@ export type Routes = {
|
|
|
88894
88924
|
product_type: string;
|
|
88895
88925
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
88896
88926
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
88927
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
88928
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
88897
88929
|
} | undefined;
|
|
88898
88930
|
/** Metadata for a KeyNest device. */
|
|
88899
88931
|
keynest_metadata?: {
|
|
@@ -91341,6 +91373,8 @@ export type Routes = {
|
|
|
91341
91373
|
product_type: string;
|
|
91342
91374
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
91343
91375
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
91376
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
91377
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
91344
91378
|
} | undefined;
|
|
91345
91379
|
/** Metadata for a KeyNest device. */
|
|
91346
91380
|
keynest_metadata?: {
|
package/package.json
CHANGED
|
@@ -644,6 +644,12 @@ export const device_metadata = z
|
|
|
644
644
|
.describe(
|
|
645
645
|
`Set to true when the device does not support the /dual-setpoints API endpoint.`,
|
|
646
646
|
),
|
|
647
|
+
enforced_setpoint_range_celsius: z
|
|
648
|
+
.tuple([z.number(), z.number()])
|
|
649
|
+
.optional()
|
|
650
|
+
.describe(
|
|
651
|
+
`Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.`,
|
|
652
|
+
),
|
|
647
653
|
})
|
|
648
654
|
.describe(`Metadata for a Sensi device.`),
|
|
649
655
|
|
|
@@ -13098,6 +13098,10 @@ export default {
|
|
|
13098
13098
|
'Set to true when the device does not support the /dual-setpoints API endpoint.',
|
|
13099
13099
|
type: 'boolean',
|
|
13100
13100
|
},
|
|
13101
|
+
enforced_setpoint_range_celsius: {
|
|
13102
|
+
description:
|
|
13103
|
+
'Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.',
|
|
13104
|
+
},
|
|
13101
13105
|
product_type: {
|
|
13102
13106
|
description: 'Product type for a Sensi device.',
|
|
13103
13107
|
type: 'string',
|
|
@@ -12917,6 +12917,10 @@ export type Routes = {
|
|
|
12917
12917
|
product_type: string
|
|
12918
12918
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
12919
12919
|
dual_setpoints_not_supported?: boolean | undefined
|
|
12920
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
12921
|
+
enforced_setpoint_range_celsius?:
|
|
12922
|
+
| [number, number]
|
|
12923
|
+
| undefined
|
|
12920
12924
|
}
|
|
12921
12925
|
| undefined
|
|
12922
12926
|
/** Metadata for a KeyNest device. */
|
|
@@ -18026,6 +18030,10 @@ export type Routes = {
|
|
|
18026
18030
|
product_type: string
|
|
18027
18031
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
18028
18032
|
dual_setpoints_not_supported?: boolean | undefined
|
|
18033
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
18034
|
+
enforced_setpoint_range_celsius?:
|
|
18035
|
+
| [number, number]
|
|
18036
|
+
| undefined
|
|
18029
18037
|
}
|
|
18030
18038
|
| undefined
|
|
18031
18039
|
/** Metadata for a KeyNest device. */
|
|
@@ -37292,6 +37300,8 @@ export type Routes = {
|
|
|
37292
37300
|
product_type: string
|
|
37293
37301
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
37294
37302
|
dual_setpoints_not_supported?: boolean | undefined
|
|
37303
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
37304
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
37295
37305
|
}
|
|
37296
37306
|
| undefined
|
|
37297
37307
|
/** Metadata for a KeyNest device. */
|
|
@@ -39171,6 +39181,8 @@ export type Routes = {
|
|
|
39171
39181
|
product_type: string
|
|
39172
39182
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
39173
39183
|
dual_setpoints_not_supported?: boolean | undefined
|
|
39184
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
39185
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
39174
39186
|
}
|
|
39175
39187
|
| undefined
|
|
39176
39188
|
/** Metadata for a KeyNest device. */
|
|
@@ -51038,6 +51050,8 @@ export type Routes = {
|
|
|
51038
51050
|
product_type: string
|
|
51039
51051
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
51040
51052
|
dual_setpoints_not_supported?: boolean | undefined
|
|
51053
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
51054
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
51041
51055
|
}
|
|
51042
51056
|
| undefined
|
|
51043
51057
|
/** Metadata for a KeyNest device. */
|
|
@@ -52686,6 +52700,8 @@ export type Routes = {
|
|
|
52686
52700
|
product_type: string
|
|
52687
52701
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
52688
52702
|
dual_setpoints_not_supported?: boolean | undefined
|
|
52703
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
52704
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
52689
52705
|
}
|
|
52690
52706
|
| undefined
|
|
52691
52707
|
/** Metadata for a KeyNest device. */
|
|
@@ -54524,6 +54540,8 @@ export type Routes = {
|
|
|
54524
54540
|
product_type: string
|
|
54525
54541
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
54526
54542
|
dual_setpoints_not_supported?: boolean | undefined
|
|
54543
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
54544
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
54527
54545
|
}
|
|
54528
54546
|
| undefined
|
|
54529
54547
|
/** Metadata for a KeyNest device. */
|
|
@@ -56171,6 +56189,8 @@ export type Routes = {
|
|
|
56171
56189
|
product_type: string
|
|
56172
56190
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
56173
56191
|
dual_setpoints_not_supported?: boolean | undefined
|
|
56192
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
56193
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
56174
56194
|
}
|
|
56175
56195
|
| undefined
|
|
56176
56196
|
/** Metadata for a KeyNest device. */
|
|
@@ -64107,6 +64127,8 @@ export type Routes = {
|
|
|
64107
64127
|
product_type: string
|
|
64108
64128
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
64109
64129
|
dual_setpoints_not_supported?: boolean | undefined
|
|
64130
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
64131
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
64110
64132
|
}
|
|
64111
64133
|
| undefined
|
|
64112
64134
|
/** Metadata for a KeyNest device. */
|
|
@@ -65754,6 +65776,8 @@ export type Routes = {
|
|
|
65754
65776
|
product_type: string
|
|
65755
65777
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
65756
65778
|
dual_setpoints_not_supported?: boolean | undefined
|
|
65779
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
65780
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
65757
65781
|
}
|
|
65758
65782
|
| undefined
|
|
65759
65783
|
/** Metadata for a KeyNest device. */
|
|
@@ -81312,6 +81336,10 @@ export type Routes = {
|
|
|
81312
81336
|
product_type: string
|
|
81313
81337
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
81314
81338
|
dual_setpoints_not_supported?: boolean | undefined
|
|
81339
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
81340
|
+
enforced_setpoint_range_celsius?:
|
|
81341
|
+
| [number, number]
|
|
81342
|
+
| undefined
|
|
81315
81343
|
}
|
|
81316
81344
|
| undefined
|
|
81317
81345
|
/** Metadata for a KeyNest device. */
|
|
@@ -88531,6 +88559,8 @@ export type Routes = {
|
|
|
88531
88559
|
product_type: string
|
|
88532
88560
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
88533
88561
|
dual_setpoints_not_supported?: boolean | undefined
|
|
88562
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
88563
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
88534
88564
|
}
|
|
88535
88565
|
| undefined
|
|
88536
88566
|
/** Metadata for a KeyNest device. */
|
|
@@ -93412,6 +93442,8 @@ export type Routes = {
|
|
|
93412
93442
|
product_type: string
|
|
93413
93443
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
93414
93444
|
dual_setpoints_not_supported?: boolean | undefined
|
|
93445
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
93446
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
93415
93447
|
}
|
|
93416
93448
|
| undefined
|
|
93417
93449
|
/** Metadata for a KeyNest device. */
|
|
@@ -95059,6 +95091,8 @@ export type Routes = {
|
|
|
95059
95091
|
product_type: string
|
|
95060
95092
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
95061
95093
|
dual_setpoints_not_supported?: boolean | undefined
|
|
95094
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
95095
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
95062
95096
|
}
|
|
95063
95097
|
| undefined
|
|
95064
95098
|
/** Metadata for a KeyNest device. */
|
|
@@ -103876,6 +103910,8 @@ export type Routes = {
|
|
|
103876
103910
|
product_type: string
|
|
103877
103911
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
103878
103912
|
dual_setpoints_not_supported?: boolean | undefined
|
|
103913
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
103914
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
103879
103915
|
}
|
|
103880
103916
|
| undefined
|
|
103881
103917
|
/** Metadata for a KeyNest device. */
|
|
@@ -105525,6 +105561,8 @@ export type Routes = {
|
|
|
105525
105561
|
product_type: string
|
|
105526
105562
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
105527
105563
|
dual_setpoints_not_supported?: boolean | undefined
|
|
105564
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
105565
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
105528
105566
|
}
|
|
105529
105567
|
| undefined
|
|
105530
105568
|
/** Metadata for a KeyNest device. */
|
|
@@ -108441,6 +108479,10 @@ export type Routes = {
|
|
|
108441
108479
|
product_type: string
|
|
108442
108480
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
108443
108481
|
dual_setpoints_not_supported?: boolean | undefined
|
|
108482
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
108483
|
+
enforced_setpoint_range_celsius?:
|
|
108484
|
+
| [number, number]
|
|
108485
|
+
| undefined
|
|
108444
108486
|
}
|
|
108445
108487
|
| undefined
|
|
108446
108488
|
/** Metadata for a KeyNest device. */
|