@seamapi/types 1.577.0 → 1.579.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 +29 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +104 -30
- package/dist/index.cjs +29 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +41 -0
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +3 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +8 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +5 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -0
- package/lib/seam/connect/openapi.d.ts +41 -28
- package/lib/seam/connect/openapi.js +21 -13
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +24 -14
- package/src/lib/seam/connect/route-types.ts +79 -2
package/dist/connect.d.cts
CHANGED
|
@@ -12435,6 +12435,7 @@ declare const batch: z.ZodObject<{
|
|
|
12435
12435
|
upper_limit_fahrenheit: number | null;
|
|
12436
12436
|
}>>>;
|
|
12437
12437
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12438
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12438
12439
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12439
12440
|
}, "strip", z.ZodTypeAny, {
|
|
12440
12441
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -12567,6 +12568,7 @@ declare const batch: z.ZodObject<{
|
|
|
12567
12568
|
upper_limit_fahrenheit: number | null;
|
|
12568
12569
|
} | undefined;
|
|
12569
12570
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
12571
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
12570
12572
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
12571
12573
|
}, {
|
|
12572
12574
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -12699,6 +12701,7 @@ declare const batch: z.ZodObject<{
|
|
|
12699
12701
|
upper_limit_fahrenheit: number | null;
|
|
12700
12702
|
} | undefined;
|
|
12701
12703
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
12704
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
12702
12705
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
12703
12706
|
}>>>;
|
|
12704
12707
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -13922,6 +13925,7 @@ declare const batch: z.ZodObject<{
|
|
|
13922
13925
|
upper_limit_fahrenheit: number | null;
|
|
13923
13926
|
} | undefined;
|
|
13924
13927
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
13928
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
13925
13929
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
13926
13930
|
};
|
|
13927
13931
|
location: {
|
|
@@ -14577,6 +14581,7 @@ declare const batch: z.ZodObject<{
|
|
|
14577
14581
|
upper_limit_fahrenheit: number | null;
|
|
14578
14582
|
} | undefined;
|
|
14579
14583
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
14584
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
14580
14585
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
14581
14586
|
};
|
|
14582
14587
|
location: {
|
|
@@ -23030,6 +23035,7 @@ declare const batch: z.ZodObject<{
|
|
|
23030
23035
|
upper_limit_fahrenheit: number | null;
|
|
23031
23036
|
}>>>;
|
|
23032
23037
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23038
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23033
23039
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23034
23040
|
}, "strip", z.ZodTypeAny, {
|
|
23035
23041
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -23162,6 +23168,7 @@ declare const batch: z.ZodObject<{
|
|
|
23162
23168
|
upper_limit_fahrenheit: number | null;
|
|
23163
23169
|
} | undefined;
|
|
23164
23170
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
23171
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
23165
23172
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
23166
23173
|
}, {
|
|
23167
23174
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -23294,6 +23301,7 @@ declare const batch: z.ZodObject<{
|
|
|
23294
23301
|
upper_limit_fahrenheit: number | null;
|
|
23295
23302
|
} | undefined;
|
|
23296
23303
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
23304
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
23297
23305
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
23298
23306
|
}>>>;
|
|
23299
23307
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -31612,6 +31620,7 @@ declare const batch: z.ZodObject<{
|
|
|
31612
31620
|
upper_limit_fahrenheit: number | null;
|
|
31613
31621
|
} | undefined;
|
|
31614
31622
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
31623
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
31615
31624
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
31616
31625
|
};
|
|
31617
31626
|
location: {
|
|
@@ -35512,6 +35521,7 @@ declare const batch: z.ZodObject<{
|
|
|
35512
35521
|
upper_limit_fahrenheit: number | null;
|
|
35513
35522
|
} | undefined;
|
|
35514
35523
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
35524
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
35515
35525
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
35516
35526
|
};
|
|
35517
35527
|
location: {
|
|
@@ -42044,6 +42054,7 @@ declare const device: z.ZodObject<{
|
|
|
42044
42054
|
upper_limit_fahrenheit: number | null;
|
|
42045
42055
|
}>>>;
|
|
42046
42056
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42057
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42047
42058
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42048
42059
|
}, "strip", z.ZodTypeAny, {
|
|
42049
42060
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -42176,6 +42187,7 @@ declare const device: z.ZodObject<{
|
|
|
42176
42187
|
upper_limit_fahrenheit: number | null;
|
|
42177
42188
|
} | undefined;
|
|
42178
42189
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
42190
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
42179
42191
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
42180
42192
|
}, {
|
|
42181
42193
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -42308,6 +42320,7 @@ declare const device: z.ZodObject<{
|
|
|
42308
42320
|
upper_limit_fahrenheit: number | null;
|
|
42309
42321
|
} | undefined;
|
|
42310
42322
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
42323
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
42311
42324
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
42312
42325
|
}>>>;
|
|
42313
42326
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -43531,6 +43544,7 @@ declare const device: z.ZodObject<{
|
|
|
43531
43544
|
upper_limit_fahrenheit: number | null;
|
|
43532
43545
|
} | undefined;
|
|
43533
43546
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
43547
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
43534
43548
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
43535
43549
|
};
|
|
43536
43550
|
location: {
|
|
@@ -44186,6 +44200,7 @@ declare const device: z.ZodObject<{
|
|
|
44186
44200
|
upper_limit_fahrenheit: number | null;
|
|
44187
44201
|
} | undefined;
|
|
44188
44202
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
44203
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
44189
44204
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
44190
44205
|
};
|
|
44191
44206
|
location: {
|
|
@@ -46307,6 +46322,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46307
46322
|
upper_limit_fahrenheit: number | null;
|
|
46308
46323
|
}>>>;
|
|
46309
46324
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46325
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46310
46326
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46311
46327
|
}, "strip", z.ZodTypeAny, {
|
|
46312
46328
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -46439,6 +46455,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46439
46455
|
upper_limit_fahrenheit: number | null;
|
|
46440
46456
|
} | undefined;
|
|
46441
46457
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
46458
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
46442
46459
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
46443
46460
|
}, {
|
|
46444
46461
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -46571,6 +46588,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46571
46588
|
upper_limit_fahrenheit: number | null;
|
|
46572
46589
|
} | undefined;
|
|
46573
46590
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
46591
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
46574
46592
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
46575
46593
|
}>>>;
|
|
46576
46594
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -57496,6 +57514,7 @@ declare const _default: {
|
|
|
57496
57514
|
max_heating_set_point_celsius?: never;
|
|
57497
57515
|
max_heating_set_point_fahrenheit?: never;
|
|
57498
57516
|
max_thermostat_daily_program_periods_per_day?: never;
|
|
57517
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: never;
|
|
57499
57518
|
min_cooling_set_point_celsius?: never;
|
|
57500
57519
|
min_cooling_set_point_fahrenheit?: never;
|
|
57501
57520
|
min_heating_cooling_delta_celsius?: never;
|
|
@@ -57979,6 +57998,12 @@ declare const _default: {
|
|
|
57979
57998
|
type: string;
|
|
57980
57999
|
'x-property-group-key': string;
|
|
57981
58000
|
};
|
|
58001
|
+
max_unique_climate_presets_per_thermostat_weekly_program: {
|
|
58002
|
+
description: string;
|
|
58003
|
+
format: string;
|
|
58004
|
+
type: string;
|
|
58005
|
+
'x-property-group-key': string;
|
|
58006
|
+
};
|
|
57982
58007
|
min_cooling_set_point_celsius: {
|
|
57983
58008
|
description: string;
|
|
57984
58009
|
format: string;
|
|
@@ -84455,13 +84480,13 @@ declare const _default: {
|
|
|
84455
84480
|
items?: never;
|
|
84456
84481
|
oneOf?: never;
|
|
84457
84482
|
enum?: never;
|
|
84458
|
-
default?: never;
|
|
84459
84483
|
additionalProperties?: never;
|
|
84460
84484
|
nullable?: never;
|
|
84461
84485
|
'x-undocumented'?: never;
|
|
84462
84486
|
deprecated?: never;
|
|
84463
84487
|
'x-deprecated'?: never;
|
|
84464
84488
|
minLength?: never;
|
|
84489
|
+
default?: never;
|
|
84465
84490
|
};
|
|
84466
84491
|
} | {
|
|
84467
84492
|
in: string;
|
|
@@ -84473,13 +84498,13 @@ declare const _default: {
|
|
|
84473
84498
|
items?: never;
|
|
84474
84499
|
oneOf?: never;
|
|
84475
84500
|
enum?: never;
|
|
84476
|
-
default?: never;
|
|
84477
84501
|
additionalProperties?: never;
|
|
84478
84502
|
nullable?: never;
|
|
84479
84503
|
'x-undocumented'?: never;
|
|
84480
84504
|
deprecated?: never;
|
|
84481
84505
|
'x-deprecated'?: never;
|
|
84482
84506
|
minLength?: never;
|
|
84507
|
+
default?: never;
|
|
84483
84508
|
};
|
|
84484
84509
|
} | {
|
|
84485
84510
|
in: string;
|
|
@@ -84496,13 +84521,13 @@ declare const _default: {
|
|
|
84496
84521
|
format?: never;
|
|
84497
84522
|
oneOf?: never;
|
|
84498
84523
|
enum?: never;
|
|
84499
|
-
default?: never;
|
|
84500
84524
|
additionalProperties?: never;
|
|
84501
84525
|
nullable?: never;
|
|
84502
84526
|
'x-undocumented'?: never;
|
|
84503
84527
|
deprecated?: never;
|
|
84504
84528
|
'x-deprecated'?: never;
|
|
84505
84529
|
minLength?: never;
|
|
84530
|
+
default?: never;
|
|
84506
84531
|
};
|
|
84507
84532
|
} | {
|
|
84508
84533
|
in: string;
|
|
@@ -84518,13 +84543,13 @@ declare const _default: {
|
|
|
84518
84543
|
format?: never;
|
|
84519
84544
|
items?: never;
|
|
84520
84545
|
enum?: never;
|
|
84521
|
-
default?: never;
|
|
84522
84546
|
additionalProperties?: never;
|
|
84523
84547
|
nullable?: never;
|
|
84524
84548
|
'x-undocumented'?: never;
|
|
84525
84549
|
deprecated?: never;
|
|
84526
84550
|
'x-deprecated'?: never;
|
|
84527
84551
|
minLength?: never;
|
|
84552
|
+
default?: never;
|
|
84528
84553
|
};
|
|
84529
84554
|
} | {
|
|
84530
84555
|
in: string;
|
|
@@ -84545,13 +84570,13 @@ declare const _default: {
|
|
|
84545
84570
|
format?: never;
|
|
84546
84571
|
oneOf?: never;
|
|
84547
84572
|
enum?: never;
|
|
84548
|
-
default?: never;
|
|
84549
84573
|
additionalProperties?: never;
|
|
84550
84574
|
nullable?: never;
|
|
84551
84575
|
'x-undocumented'?: never;
|
|
84552
84576
|
deprecated?: never;
|
|
84553
84577
|
'x-deprecated'?: never;
|
|
84554
84578
|
minLength?: never;
|
|
84579
|
+
default?: never;
|
|
84555
84580
|
};
|
|
84556
84581
|
} | {
|
|
84557
84582
|
in: string;
|
|
@@ -84563,31 +84588,13 @@ declare const _default: {
|
|
|
84563
84588
|
format?: never;
|
|
84564
84589
|
items?: never;
|
|
84565
84590
|
oneOf?: never;
|
|
84566
|
-
default?: never;
|
|
84567
|
-
additionalProperties?: never;
|
|
84568
|
-
nullable?: never;
|
|
84569
|
-
'x-undocumented'?: never;
|
|
84570
|
-
deprecated?: never;
|
|
84571
|
-
'x-deprecated'?: never;
|
|
84572
|
-
minLength?: never;
|
|
84573
|
-
};
|
|
84574
|
-
} | {
|
|
84575
|
-
in: string;
|
|
84576
|
-
name: string;
|
|
84577
|
-
schema: {
|
|
84578
|
-
default: number;
|
|
84579
|
-
description: string;
|
|
84580
|
-
format: string;
|
|
84581
|
-
type: string;
|
|
84582
|
-
items?: never;
|
|
84583
|
-
oneOf?: never;
|
|
84584
|
-
enum?: never;
|
|
84585
84591
|
additionalProperties?: never;
|
|
84586
84592
|
nullable?: never;
|
|
84587
84593
|
'x-undocumented'?: never;
|
|
84588
84594
|
deprecated?: never;
|
|
84589
84595
|
'x-deprecated'?: never;
|
|
84590
84596
|
minLength?: never;
|
|
84597
|
+
default?: never;
|
|
84591
84598
|
};
|
|
84592
84599
|
} | {
|
|
84593
84600
|
in: string;
|
|
@@ -84604,12 +84611,12 @@ declare const _default: {
|
|
|
84604
84611
|
items?: never;
|
|
84605
84612
|
oneOf?: never;
|
|
84606
84613
|
enum?: never;
|
|
84607
|
-
default?: never;
|
|
84608
84614
|
nullable?: never;
|
|
84609
84615
|
'x-undocumented'?: never;
|
|
84610
84616
|
deprecated?: never;
|
|
84611
84617
|
'x-deprecated'?: never;
|
|
84612
84618
|
minLength?: never;
|
|
84619
|
+
default?: never;
|
|
84613
84620
|
};
|
|
84614
84621
|
} | {
|
|
84615
84622
|
in: string;
|
|
@@ -84622,12 +84629,12 @@ declare const _default: {
|
|
|
84622
84629
|
items?: never;
|
|
84623
84630
|
oneOf?: never;
|
|
84624
84631
|
enum?: never;
|
|
84625
|
-
default?: never;
|
|
84626
84632
|
additionalProperties?: never;
|
|
84627
84633
|
'x-undocumented'?: never;
|
|
84628
84634
|
deprecated?: never;
|
|
84629
84635
|
'x-deprecated'?: never;
|
|
84630
84636
|
minLength?: never;
|
|
84637
|
+
default?: never;
|
|
84631
84638
|
};
|
|
84632
84639
|
} | {
|
|
84633
84640
|
in: string;
|
|
@@ -84645,12 +84652,12 @@ declare const _default: {
|
|
|
84645
84652
|
format?: never;
|
|
84646
84653
|
oneOf?: never;
|
|
84647
84654
|
enum?: never;
|
|
84648
|
-
default?: never;
|
|
84649
84655
|
additionalProperties?: never;
|
|
84650
84656
|
nullable?: never;
|
|
84651
84657
|
deprecated?: never;
|
|
84652
84658
|
'x-deprecated'?: never;
|
|
84653
84659
|
minLength?: never;
|
|
84660
|
+
default?: never;
|
|
84654
84661
|
};
|
|
84655
84662
|
} | {
|
|
84656
84663
|
in: string;
|
|
@@ -84665,10 +84672,10 @@ declare const _default: {
|
|
|
84665
84672
|
items?: never;
|
|
84666
84673
|
oneOf?: never;
|
|
84667
84674
|
enum?: never;
|
|
84668
|
-
default?: never;
|
|
84669
84675
|
additionalProperties?: never;
|
|
84670
84676
|
'x-undocumented'?: never;
|
|
84671
84677
|
minLength?: never;
|
|
84678
|
+
default?: never;
|
|
84672
84679
|
};
|
|
84673
84680
|
} | {
|
|
84674
84681
|
in: string;
|
|
@@ -84681,12 +84688,30 @@ declare const _default: {
|
|
|
84681
84688
|
items?: never;
|
|
84682
84689
|
oneOf?: never;
|
|
84683
84690
|
enum?: never;
|
|
84691
|
+
additionalProperties?: never;
|
|
84692
|
+
nullable?: never;
|
|
84693
|
+
'x-undocumented'?: never;
|
|
84694
|
+
deprecated?: never;
|
|
84695
|
+
'x-deprecated'?: never;
|
|
84684
84696
|
default?: never;
|
|
84697
|
+
};
|
|
84698
|
+
} | {
|
|
84699
|
+
in: string;
|
|
84700
|
+
name: string;
|
|
84701
|
+
schema: {
|
|
84702
|
+
default: number;
|
|
84703
|
+
description: string;
|
|
84704
|
+
format: string;
|
|
84705
|
+
type: string;
|
|
84706
|
+
items?: never;
|
|
84707
|
+
oneOf?: never;
|
|
84708
|
+
enum?: never;
|
|
84685
84709
|
additionalProperties?: never;
|
|
84686
84710
|
nullable?: never;
|
|
84687
84711
|
'x-undocumented'?: never;
|
|
84688
84712
|
deprecated?: never;
|
|
84689
84713
|
'x-deprecated'?: never;
|
|
84714
|
+
minLength?: never;
|
|
84690
84715
|
};
|
|
84691
84716
|
})[];
|
|
84692
84717
|
responses: {
|
|
@@ -84704,6 +84729,9 @@ declare const _default: {
|
|
|
84704
84729
|
ok: {
|
|
84705
84730
|
type: string;
|
|
84706
84731
|
};
|
|
84732
|
+
pagination: {
|
|
84733
|
+
$ref: string;
|
|
84734
|
+
};
|
|
84707
84735
|
};
|
|
84708
84736
|
required: string[];
|
|
84709
84737
|
type: string;
|
|
@@ -84885,6 +84913,9 @@ declare const _default: {
|
|
|
84885
84913
|
ok: {
|
|
84886
84914
|
type: string;
|
|
84887
84915
|
};
|
|
84916
|
+
pagination: {
|
|
84917
|
+
$ref: string;
|
|
84918
|
+
};
|
|
84888
84919
|
};
|
|
84889
84920
|
required: string[];
|
|
84890
84921
|
type: string;
|
|
@@ -115330,6 +115361,8 @@ type Routes = {
|
|
|
115330
115361
|
} | undefined) | undefined;
|
|
115331
115362
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
115332
115363
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
115364
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
115365
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
115333
115366
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
115334
115367
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
115335
115368
|
});
|
|
@@ -118511,6 +118544,8 @@ type Routes = {
|
|
|
118511
118544
|
} | undefined) | undefined;
|
|
118512
118545
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
118513
118546
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
118547
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
118548
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
118514
118549
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
118515
118550
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
118516
118551
|
});
|
|
@@ -137005,6 +137040,8 @@ type Routes = {
|
|
|
137005
137040
|
} | undefined) | undefined;
|
|
137006
137041
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
137007
137042
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
137043
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
137044
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
137008
137045
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
137009
137046
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
137010
137047
|
});
|
|
@@ -138256,6 +138293,8 @@ type Routes = {
|
|
|
138256
138293
|
} | undefined) | undefined;
|
|
138257
138294
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
138258
138295
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
138296
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
138297
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
138259
138298
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
138260
138299
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
138261
138300
|
});
|
|
@@ -139097,8 +139136,6 @@ type Routes = {
|
|
|
139097
139136
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
139098
139137
|
/** Array of device IDs for which you want to list devices. */
|
|
139099
139138
|
device_ids?: string[] | undefined;
|
|
139100
|
-
/** Numerical limit on the number of devices to return. */
|
|
139101
|
-
limit?: number;
|
|
139102
139139
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
139103
139140
|
created_before?: Date | undefined;
|
|
139104
139141
|
/** Your own internal user ID for the user for which you want to list devices. */
|
|
@@ -139120,6 +139157,8 @@ type Routes = {
|
|
|
139120
139157
|
space_id?: string | undefined;
|
|
139121
139158
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
139122
139159
|
search?: string | undefined;
|
|
139160
|
+
/** Numerical limit on the number of devices to return. */
|
|
139161
|
+
limit?: number;
|
|
139123
139162
|
};
|
|
139124
139163
|
formData: {};
|
|
139125
139164
|
jsonResponse: {
|
|
@@ -139503,6 +139542,15 @@ type Routes = {
|
|
|
139503
139542
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
139504
139543
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
139505
139544
|
}[];
|
|
139545
|
+
/** Information about the current page of results. */
|
|
139546
|
+
pagination: {
|
|
139547
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
139548
|
+
next_page_cursor: string | null;
|
|
139549
|
+
/** Indicates whether there is another page of results after this one. */
|
|
139550
|
+
has_next_page: boolean;
|
|
139551
|
+
/** URL to get the next page of results. */
|
|
139552
|
+
next_page_url: string | null;
|
|
139553
|
+
};
|
|
139506
139554
|
};
|
|
139507
139555
|
};
|
|
139508
139556
|
'/devices/unmanaged/update': {
|
|
@@ -144410,6 +144458,8 @@ type Routes = {
|
|
|
144410
144458
|
} | undefined) | undefined;
|
|
144411
144459
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
144412
144460
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
144461
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
144462
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
144413
144463
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
144414
144464
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
144415
144465
|
});
|
|
@@ -145612,6 +145662,8 @@ type Routes = {
|
|
|
145612
145662
|
} | undefined) | undefined;
|
|
145613
145663
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
145614
145664
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
145665
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
145666
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
145615
145667
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
145616
145668
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
145617
145669
|
});
|
|
@@ -146863,6 +146915,8 @@ type Routes = {
|
|
|
146863
146915
|
} | undefined) | undefined;
|
|
146864
146916
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
146865
146917
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
146918
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
146919
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
146866
146920
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
146867
146921
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
146868
146922
|
});
|
|
@@ -148064,6 +148118,8 @@ type Routes = {
|
|
|
148064
148118
|
} | undefined) | undefined;
|
|
148065
148119
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
148066
148120
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
148121
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
148122
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
148067
148123
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
148068
148124
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
148069
148125
|
});
|
|
@@ -154353,6 +154409,8 @@ type Routes = {
|
|
|
154353
154409
|
} | undefined) | undefined;
|
|
154354
154410
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
154355
154411
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
154412
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
154413
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
154356
154414
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
154357
154415
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
154358
154416
|
});
|
|
@@ -155554,6 +155612,8 @@ type Routes = {
|
|
|
155554
155612
|
} | undefined) | undefined;
|
|
155555
155613
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
155556
155614
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
155615
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
155616
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
155557
155617
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
155558
155618
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
155559
155619
|
});
|
|
@@ -164275,6 +164335,8 @@ type Routes = {
|
|
|
164275
164335
|
} | undefined) | undefined;
|
|
164276
164336
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
164277
164337
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
164338
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
164339
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
164278
164340
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
164279
164341
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
164280
164342
|
});
|
|
@@ -169866,6 +169928,8 @@ type Routes = {
|
|
|
169866
169928
|
} | undefined) | undefined;
|
|
169867
169929
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
169868
169930
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
169931
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
169932
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
169869
169933
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
169870
169934
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
169871
169935
|
});
|
|
@@ -173649,6 +173713,8 @@ type Routes = {
|
|
|
173649
173713
|
} | undefined) | undefined;
|
|
173650
173714
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
173651
173715
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
173716
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
173717
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
173652
173718
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
173653
173719
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
173654
173720
|
});
|
|
@@ -174850,6 +174916,8 @@ type Routes = {
|
|
|
174850
174916
|
} | undefined) | undefined;
|
|
174851
174917
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
174852
174918
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
174919
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
174920
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
174853
174921
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
174854
174922
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
174855
174923
|
});
|
|
@@ -181994,6 +182062,8 @@ type Routes = {
|
|
|
181994
182062
|
} | undefined) | undefined;
|
|
181995
182063
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
181996
182064
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
182065
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
182066
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
181997
182067
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
181998
182068
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
181999
182069
|
});
|
|
@@ -183197,6 +183267,8 @@ type Routes = {
|
|
|
183197
183267
|
} | undefined) | undefined;
|
|
183198
183268
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
183199
183269
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
183270
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
183271
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
183200
183272
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
183201
183273
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
183202
183274
|
});
|
|
@@ -185170,6 +185242,8 @@ type Routes = {
|
|
|
185170
185242
|
} | undefined) | undefined;
|
|
185171
185243
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
185172
185244
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
185245
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
185246
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
185173
185247
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
185174
185248
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
185175
185249
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -522,6 +522,12 @@ var thermostat_capability_properties = zod.z.object({
|
|
|
522
522
|
---
|
|
523
523
|
Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.
|
|
524
524
|
`),
|
|
525
|
+
max_unique_climate_presets_per_thermostat_weekly_program: zod.z.number().optional().describe(`
|
|
526
|
+
---
|
|
527
|
+
property_group_key: thermostats
|
|
528
|
+
---
|
|
529
|
+
Maximum number of climate presets that the thermostat can support for weekly programming.
|
|
530
|
+
`),
|
|
525
531
|
max_thermostat_daily_program_periods_per_day: zod.z.number().optional().describe(`
|
|
526
532
|
---
|
|
527
533
|
property_group_key: thermostats
|
|
@@ -16608,6 +16614,12 @@ var openapi_default = {
|
|
|
16608
16614
|
type: "number",
|
|
16609
16615
|
"x-property-group-key": "thermostats"
|
|
16610
16616
|
},
|
|
16617
|
+
max_unique_climate_presets_per_thermostat_weekly_program: {
|
|
16618
|
+
description: "Maximum number of climate presets that the thermostat can support for weekly programming.",
|
|
16619
|
+
format: "float",
|
|
16620
|
+
type: "number",
|
|
16621
|
+
"x-property-group-key": "thermostats"
|
|
16622
|
+
},
|
|
16611
16623
|
min_cooling_set_point_celsius: {
|
|
16612
16624
|
description: "Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in \xB0C.",
|
|
16613
16625
|
format: "float",
|
|
@@ -44484,16 +44496,6 @@ var openapi_default = {
|
|
|
44484
44496
|
type: "array"
|
|
44485
44497
|
}
|
|
44486
44498
|
},
|
|
44487
|
-
{
|
|
44488
|
-
in: "query",
|
|
44489
|
-
name: "limit",
|
|
44490
|
-
schema: {
|
|
44491
|
-
default: 500,
|
|
44492
|
-
description: "Numerical limit on the number of devices to return.",
|
|
44493
|
-
format: "float",
|
|
44494
|
-
type: "number"
|
|
44495
|
-
}
|
|
44496
|
-
},
|
|
44497
44499
|
{
|
|
44498
44500
|
in: "query",
|
|
44499
44501
|
name: "created_before",
|
|
@@ -44617,6 +44619,16 @@ var openapi_default = {
|
|
|
44617
44619
|
minLength: 1,
|
|
44618
44620
|
type: "string"
|
|
44619
44621
|
}
|
|
44622
|
+
},
|
|
44623
|
+
{
|
|
44624
|
+
in: "query",
|
|
44625
|
+
name: "limit",
|
|
44626
|
+
schema: {
|
|
44627
|
+
default: 22900,
|
|
44628
|
+
description: "Numerical limit on the number of devices to return.",
|
|
44629
|
+
format: "float",
|
|
44630
|
+
type: "number"
|
|
44631
|
+
}
|
|
44620
44632
|
}
|
|
44621
44633
|
],
|
|
44622
44634
|
responses: {
|
|
@@ -44629,9 +44641,10 @@ var openapi_default = {
|
|
|
44629
44641
|
items: { $ref: "#/components/schemas/unmanaged_device" },
|
|
44630
44642
|
type: "array"
|
|
44631
44643
|
},
|
|
44632
|
-
ok: { type: "boolean" }
|
|
44644
|
+
ok: { type: "boolean" },
|
|
44645
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
44633
44646
|
},
|
|
44634
|
-
required: ["devices", "ok"],
|
|
44647
|
+
required: ["devices", "pagination", "ok"],
|
|
44635
44648
|
type: "object"
|
|
44636
44649
|
}
|
|
44637
44650
|
}
|
|
@@ -44882,7 +44895,7 @@ var openapi_default = {
|
|
|
44882
44895
|
"x-undocumented": "Only used internally."
|
|
44883
44896
|
},
|
|
44884
44897
|
limit: {
|
|
44885
|
-
default:
|
|
44898
|
+
default: 22900,
|
|
44886
44899
|
description: "Numerical limit on the number of devices to return.",
|
|
44887
44900
|
format: "float",
|
|
44888
44901
|
type: "number"
|
|
@@ -44975,9 +44988,10 @@ var openapi_default = {
|
|
|
44975
44988
|
items: { $ref: "#/components/schemas/unmanaged_device" },
|
|
44976
44989
|
type: "array"
|
|
44977
44990
|
},
|
|
44978
|
-
ok: { type: "boolean" }
|
|
44991
|
+
ok: { type: "boolean" },
|
|
44992
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
44979
44993
|
},
|
|
44980
|
-
required: ["devices", "ok"],
|
|
44994
|
+
required: ["devices", "pagination", "ok"],
|
|
44981
44995
|
type: "object"
|
|
44982
44996
|
}
|
|
44983
44997
|
}
|