@seamapi/types 1.243.1 → 1.244.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 +30 -120
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +53 -144
- package/lib/seam/connect/openapi.d.ts +53 -144
- package/lib/seam/connect/openapi.js +30 -120
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +30 -120
package/dist/connect.d.cts
CHANGED
|
@@ -10363,6 +10363,56 @@ declare const _default: {
|
|
|
10363
10363
|
required: string[];
|
|
10364
10364
|
type: string;
|
|
10365
10365
|
};
|
|
10366
|
+
climate_preset: {
|
|
10367
|
+
properties: {
|
|
10368
|
+
can_delete: {
|
|
10369
|
+
type: string;
|
|
10370
|
+
};
|
|
10371
|
+
can_edit: {
|
|
10372
|
+
type: string;
|
|
10373
|
+
};
|
|
10374
|
+
climate_preset_key: {
|
|
10375
|
+
type: string;
|
|
10376
|
+
};
|
|
10377
|
+
cooling_set_point_celsius: {
|
|
10378
|
+
format: string;
|
|
10379
|
+
type: string;
|
|
10380
|
+
};
|
|
10381
|
+
cooling_set_point_fahrenheit: {
|
|
10382
|
+
format: string;
|
|
10383
|
+
type: string;
|
|
10384
|
+
};
|
|
10385
|
+
display_name: {
|
|
10386
|
+
type: string;
|
|
10387
|
+
};
|
|
10388
|
+
fan_mode_setting: {
|
|
10389
|
+
enum: string[];
|
|
10390
|
+
type: string;
|
|
10391
|
+
};
|
|
10392
|
+
heating_set_point_celsius: {
|
|
10393
|
+
format: string;
|
|
10394
|
+
type: string;
|
|
10395
|
+
};
|
|
10396
|
+
heating_set_point_fahrenheit: {
|
|
10397
|
+
format: string;
|
|
10398
|
+
type: string;
|
|
10399
|
+
};
|
|
10400
|
+
hvac_mode_setting: {
|
|
10401
|
+
enum: string[];
|
|
10402
|
+
type: string;
|
|
10403
|
+
};
|
|
10404
|
+
manual_override_allowed: {
|
|
10405
|
+
type: string;
|
|
10406
|
+
};
|
|
10407
|
+
name: {
|
|
10408
|
+
default: null;
|
|
10409
|
+
nullable: boolean;
|
|
10410
|
+
type: string;
|
|
10411
|
+
};
|
|
10412
|
+
};
|
|
10413
|
+
required: string[];
|
|
10414
|
+
type: string;
|
|
10415
|
+
};
|
|
10366
10416
|
connect_webview: {
|
|
10367
10417
|
properties: {
|
|
10368
10418
|
accepted_devices: {
|
|
@@ -23504,54 +23554,7 @@ declare const _default: {
|
|
|
23504
23554
|
schema: {
|
|
23505
23555
|
properties: {
|
|
23506
23556
|
climate_preset: {
|
|
23507
|
-
|
|
23508
|
-
can_delete: {
|
|
23509
|
-
type: string;
|
|
23510
|
-
};
|
|
23511
|
-
can_edit: {
|
|
23512
|
-
type: string;
|
|
23513
|
-
};
|
|
23514
|
-
climate_preset_key: {
|
|
23515
|
-
type: string;
|
|
23516
|
-
};
|
|
23517
|
-
cooling_set_point_celsius: {
|
|
23518
|
-
format: string;
|
|
23519
|
-
type: string;
|
|
23520
|
-
};
|
|
23521
|
-
cooling_set_point_fahrenheit: {
|
|
23522
|
-
format: string;
|
|
23523
|
-
type: string;
|
|
23524
|
-
};
|
|
23525
|
-
display_name: {
|
|
23526
|
-
type: string;
|
|
23527
|
-
};
|
|
23528
|
-
fan_mode_setting: {
|
|
23529
|
-
enum: string[];
|
|
23530
|
-
type: string;
|
|
23531
|
-
};
|
|
23532
|
-
heating_set_point_celsius: {
|
|
23533
|
-
format: string;
|
|
23534
|
-
type: string;
|
|
23535
|
-
};
|
|
23536
|
-
heating_set_point_fahrenheit: {
|
|
23537
|
-
format: string;
|
|
23538
|
-
type: string;
|
|
23539
|
-
};
|
|
23540
|
-
hvac_mode_setting: {
|
|
23541
|
-
enum: string[];
|
|
23542
|
-
type: string;
|
|
23543
|
-
};
|
|
23544
|
-
manual_override_allowed: {
|
|
23545
|
-
type: string;
|
|
23546
|
-
};
|
|
23547
|
-
name: {
|
|
23548
|
-
default: null;
|
|
23549
|
-
nullable: boolean;
|
|
23550
|
-
type: string;
|
|
23551
|
-
};
|
|
23552
|
-
};
|
|
23553
|
-
required: string[];
|
|
23554
|
-
type: string;
|
|
23557
|
+
$ref: string;
|
|
23555
23558
|
};
|
|
23556
23559
|
ok: {
|
|
23557
23560
|
type: string;
|
|
@@ -24841,54 +24844,7 @@ declare const _default: {
|
|
|
24841
24844
|
schema: {
|
|
24842
24845
|
properties: {
|
|
24843
24846
|
climate_preset: {
|
|
24844
|
-
|
|
24845
|
-
can_delete: {
|
|
24846
|
-
type: string;
|
|
24847
|
-
};
|
|
24848
|
-
can_edit: {
|
|
24849
|
-
type: string;
|
|
24850
|
-
};
|
|
24851
|
-
climate_preset_key: {
|
|
24852
|
-
type: string;
|
|
24853
|
-
};
|
|
24854
|
-
cooling_set_point_celsius: {
|
|
24855
|
-
format: string;
|
|
24856
|
-
type: string;
|
|
24857
|
-
};
|
|
24858
|
-
cooling_set_point_fahrenheit: {
|
|
24859
|
-
format: string;
|
|
24860
|
-
type: string;
|
|
24861
|
-
};
|
|
24862
|
-
display_name: {
|
|
24863
|
-
type: string;
|
|
24864
|
-
};
|
|
24865
|
-
fan_mode_setting: {
|
|
24866
|
-
enum: string[];
|
|
24867
|
-
type: string;
|
|
24868
|
-
};
|
|
24869
|
-
heating_set_point_celsius: {
|
|
24870
|
-
format: string;
|
|
24871
|
-
type: string;
|
|
24872
|
-
};
|
|
24873
|
-
heating_set_point_fahrenheit: {
|
|
24874
|
-
format: string;
|
|
24875
|
-
type: string;
|
|
24876
|
-
};
|
|
24877
|
-
hvac_mode_setting: {
|
|
24878
|
-
enum: string[];
|
|
24879
|
-
type: string;
|
|
24880
|
-
};
|
|
24881
|
-
manual_override_allowed: {
|
|
24882
|
-
type: string;
|
|
24883
|
-
};
|
|
24884
|
-
name: {
|
|
24885
|
-
default: null;
|
|
24886
|
-
nullable: boolean;
|
|
24887
|
-
type: string;
|
|
24888
|
-
};
|
|
24889
|
-
};
|
|
24890
|
-
required: string[];
|
|
24891
|
-
type: string;
|
|
24847
|
+
$ref: string;
|
|
24892
24848
|
};
|
|
24893
24849
|
ok: {
|
|
24894
24850
|
type: string;
|
|
@@ -24985,54 +24941,7 @@ declare const _default: {
|
|
|
24985
24941
|
schema: {
|
|
24986
24942
|
properties: {
|
|
24987
24943
|
climate_preset: {
|
|
24988
|
-
|
|
24989
|
-
can_delete: {
|
|
24990
|
-
type: string;
|
|
24991
|
-
};
|
|
24992
|
-
can_edit: {
|
|
24993
|
-
type: string;
|
|
24994
|
-
};
|
|
24995
|
-
climate_preset_key: {
|
|
24996
|
-
type: string;
|
|
24997
|
-
};
|
|
24998
|
-
cooling_set_point_celsius: {
|
|
24999
|
-
format: string;
|
|
25000
|
-
type: string;
|
|
25001
|
-
};
|
|
25002
|
-
cooling_set_point_fahrenheit: {
|
|
25003
|
-
format: string;
|
|
25004
|
-
type: string;
|
|
25005
|
-
};
|
|
25006
|
-
display_name: {
|
|
25007
|
-
type: string;
|
|
25008
|
-
};
|
|
25009
|
-
fan_mode_setting: {
|
|
25010
|
-
enum: string[];
|
|
25011
|
-
type: string;
|
|
25012
|
-
};
|
|
25013
|
-
heating_set_point_celsius: {
|
|
25014
|
-
format: string;
|
|
25015
|
-
type: string;
|
|
25016
|
-
};
|
|
25017
|
-
heating_set_point_fahrenheit: {
|
|
25018
|
-
format: string;
|
|
25019
|
-
type: string;
|
|
25020
|
-
};
|
|
25021
|
-
hvac_mode_setting: {
|
|
25022
|
-
enum: string[];
|
|
25023
|
-
type: string;
|
|
25024
|
-
};
|
|
25025
|
-
manual_override_allowed: {
|
|
25026
|
-
type: string;
|
|
25027
|
-
};
|
|
25028
|
-
name: {
|
|
25029
|
-
default: null;
|
|
25030
|
-
nullable: boolean;
|
|
25031
|
-
type: string;
|
|
25032
|
-
};
|
|
25033
|
-
};
|
|
25034
|
-
required: string[];
|
|
25035
|
-
type: string;
|
|
24944
|
+
$ref: string;
|
|
25036
24945
|
};
|
|
25037
24946
|
ok: {
|
|
25038
24947
|
type: string;
|
|
@@ -1071,6 +1071,56 @@ declare const _default: {
|
|
|
1071
1071
|
required: string[];
|
|
1072
1072
|
type: string;
|
|
1073
1073
|
};
|
|
1074
|
+
climate_preset: {
|
|
1075
|
+
properties: {
|
|
1076
|
+
can_delete: {
|
|
1077
|
+
type: string;
|
|
1078
|
+
};
|
|
1079
|
+
can_edit: {
|
|
1080
|
+
type: string;
|
|
1081
|
+
};
|
|
1082
|
+
climate_preset_key: {
|
|
1083
|
+
type: string;
|
|
1084
|
+
};
|
|
1085
|
+
cooling_set_point_celsius: {
|
|
1086
|
+
format: string;
|
|
1087
|
+
type: string;
|
|
1088
|
+
};
|
|
1089
|
+
cooling_set_point_fahrenheit: {
|
|
1090
|
+
format: string;
|
|
1091
|
+
type: string;
|
|
1092
|
+
};
|
|
1093
|
+
display_name: {
|
|
1094
|
+
type: string;
|
|
1095
|
+
};
|
|
1096
|
+
fan_mode_setting: {
|
|
1097
|
+
enum: string[];
|
|
1098
|
+
type: string;
|
|
1099
|
+
};
|
|
1100
|
+
heating_set_point_celsius: {
|
|
1101
|
+
format: string;
|
|
1102
|
+
type: string;
|
|
1103
|
+
};
|
|
1104
|
+
heating_set_point_fahrenheit: {
|
|
1105
|
+
format: string;
|
|
1106
|
+
type: string;
|
|
1107
|
+
};
|
|
1108
|
+
hvac_mode_setting: {
|
|
1109
|
+
enum: string[];
|
|
1110
|
+
type: string;
|
|
1111
|
+
};
|
|
1112
|
+
manual_override_allowed: {
|
|
1113
|
+
type: string;
|
|
1114
|
+
};
|
|
1115
|
+
name: {
|
|
1116
|
+
default: null;
|
|
1117
|
+
nullable: boolean;
|
|
1118
|
+
type: string;
|
|
1119
|
+
};
|
|
1120
|
+
};
|
|
1121
|
+
required: string[];
|
|
1122
|
+
type: string;
|
|
1123
|
+
};
|
|
1074
1124
|
connect_webview: {
|
|
1075
1125
|
properties: {
|
|
1076
1126
|
accepted_devices: {
|
|
@@ -14212,54 +14262,7 @@ declare const _default: {
|
|
|
14212
14262
|
schema: {
|
|
14213
14263
|
properties: {
|
|
14214
14264
|
climate_preset: {
|
|
14215
|
-
|
|
14216
|
-
can_delete: {
|
|
14217
|
-
type: string;
|
|
14218
|
-
};
|
|
14219
|
-
can_edit: {
|
|
14220
|
-
type: string;
|
|
14221
|
-
};
|
|
14222
|
-
climate_preset_key: {
|
|
14223
|
-
type: string;
|
|
14224
|
-
};
|
|
14225
|
-
cooling_set_point_celsius: {
|
|
14226
|
-
format: string;
|
|
14227
|
-
type: string;
|
|
14228
|
-
};
|
|
14229
|
-
cooling_set_point_fahrenheit: {
|
|
14230
|
-
format: string;
|
|
14231
|
-
type: string;
|
|
14232
|
-
};
|
|
14233
|
-
display_name: {
|
|
14234
|
-
type: string;
|
|
14235
|
-
};
|
|
14236
|
-
fan_mode_setting: {
|
|
14237
|
-
enum: string[];
|
|
14238
|
-
type: string;
|
|
14239
|
-
};
|
|
14240
|
-
heating_set_point_celsius: {
|
|
14241
|
-
format: string;
|
|
14242
|
-
type: string;
|
|
14243
|
-
};
|
|
14244
|
-
heating_set_point_fahrenheit: {
|
|
14245
|
-
format: string;
|
|
14246
|
-
type: string;
|
|
14247
|
-
};
|
|
14248
|
-
hvac_mode_setting: {
|
|
14249
|
-
enum: string[];
|
|
14250
|
-
type: string;
|
|
14251
|
-
};
|
|
14252
|
-
manual_override_allowed: {
|
|
14253
|
-
type: string;
|
|
14254
|
-
};
|
|
14255
|
-
name: {
|
|
14256
|
-
default: null;
|
|
14257
|
-
nullable: boolean;
|
|
14258
|
-
type: string;
|
|
14259
|
-
};
|
|
14260
|
-
};
|
|
14261
|
-
required: string[];
|
|
14262
|
-
type: string;
|
|
14265
|
+
$ref: string;
|
|
14263
14266
|
};
|
|
14264
14267
|
ok: {
|
|
14265
14268
|
type: string;
|
|
@@ -15549,54 +15552,7 @@ declare const _default: {
|
|
|
15549
15552
|
schema: {
|
|
15550
15553
|
properties: {
|
|
15551
15554
|
climate_preset: {
|
|
15552
|
-
|
|
15553
|
-
can_delete: {
|
|
15554
|
-
type: string;
|
|
15555
|
-
};
|
|
15556
|
-
can_edit: {
|
|
15557
|
-
type: string;
|
|
15558
|
-
};
|
|
15559
|
-
climate_preset_key: {
|
|
15560
|
-
type: string;
|
|
15561
|
-
};
|
|
15562
|
-
cooling_set_point_celsius: {
|
|
15563
|
-
format: string;
|
|
15564
|
-
type: string;
|
|
15565
|
-
};
|
|
15566
|
-
cooling_set_point_fahrenheit: {
|
|
15567
|
-
format: string;
|
|
15568
|
-
type: string;
|
|
15569
|
-
};
|
|
15570
|
-
display_name: {
|
|
15571
|
-
type: string;
|
|
15572
|
-
};
|
|
15573
|
-
fan_mode_setting: {
|
|
15574
|
-
enum: string[];
|
|
15575
|
-
type: string;
|
|
15576
|
-
};
|
|
15577
|
-
heating_set_point_celsius: {
|
|
15578
|
-
format: string;
|
|
15579
|
-
type: string;
|
|
15580
|
-
};
|
|
15581
|
-
heating_set_point_fahrenheit: {
|
|
15582
|
-
format: string;
|
|
15583
|
-
type: string;
|
|
15584
|
-
};
|
|
15585
|
-
hvac_mode_setting: {
|
|
15586
|
-
enum: string[];
|
|
15587
|
-
type: string;
|
|
15588
|
-
};
|
|
15589
|
-
manual_override_allowed: {
|
|
15590
|
-
type: string;
|
|
15591
|
-
};
|
|
15592
|
-
name: {
|
|
15593
|
-
default: null;
|
|
15594
|
-
nullable: boolean;
|
|
15595
|
-
type: string;
|
|
15596
|
-
};
|
|
15597
|
-
};
|
|
15598
|
-
required: string[];
|
|
15599
|
-
type: string;
|
|
15555
|
+
$ref: string;
|
|
15600
15556
|
};
|
|
15601
15557
|
ok: {
|
|
15602
15558
|
type: string;
|
|
@@ -15693,54 +15649,7 @@ declare const _default: {
|
|
|
15693
15649
|
schema: {
|
|
15694
15650
|
properties: {
|
|
15695
15651
|
climate_preset: {
|
|
15696
|
-
|
|
15697
|
-
can_delete: {
|
|
15698
|
-
type: string;
|
|
15699
|
-
};
|
|
15700
|
-
can_edit: {
|
|
15701
|
-
type: string;
|
|
15702
|
-
};
|
|
15703
|
-
climate_preset_key: {
|
|
15704
|
-
type: string;
|
|
15705
|
-
};
|
|
15706
|
-
cooling_set_point_celsius: {
|
|
15707
|
-
format: string;
|
|
15708
|
-
type: string;
|
|
15709
|
-
};
|
|
15710
|
-
cooling_set_point_fahrenheit: {
|
|
15711
|
-
format: string;
|
|
15712
|
-
type: string;
|
|
15713
|
-
};
|
|
15714
|
-
display_name: {
|
|
15715
|
-
type: string;
|
|
15716
|
-
};
|
|
15717
|
-
fan_mode_setting: {
|
|
15718
|
-
enum: string[];
|
|
15719
|
-
type: string;
|
|
15720
|
-
};
|
|
15721
|
-
heating_set_point_celsius: {
|
|
15722
|
-
format: string;
|
|
15723
|
-
type: string;
|
|
15724
|
-
};
|
|
15725
|
-
heating_set_point_fahrenheit: {
|
|
15726
|
-
format: string;
|
|
15727
|
-
type: string;
|
|
15728
|
-
};
|
|
15729
|
-
hvac_mode_setting: {
|
|
15730
|
-
enum: string[];
|
|
15731
|
-
type: string;
|
|
15732
|
-
};
|
|
15733
|
-
manual_override_allowed: {
|
|
15734
|
-
type: string;
|
|
15735
|
-
};
|
|
15736
|
-
name: {
|
|
15737
|
-
default: null;
|
|
15738
|
-
nullable: boolean;
|
|
15739
|
-
type: string;
|
|
15740
|
-
};
|
|
15741
|
-
};
|
|
15742
|
-
required: string[];
|
|
15743
|
-
type: string;
|
|
15652
|
+
$ref: string;
|
|
15744
15653
|
};
|
|
15745
15654
|
ok: {
|
|
15746
15655
|
type: string;
|
|
@@ -2083,6 +2083,33 @@ export default {
|
|
|
2083
2083
|
],
|
|
2084
2084
|
type: 'object',
|
|
2085
2085
|
},
|
|
2086
|
+
climate_preset: {
|
|
2087
|
+
properties: {
|
|
2088
|
+
can_delete: { type: 'boolean' },
|
|
2089
|
+
can_edit: { type: 'boolean' },
|
|
2090
|
+
climate_preset_key: { type: 'string' },
|
|
2091
|
+
cooling_set_point_celsius: { format: 'float', type: 'number' },
|
|
2092
|
+
cooling_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2093
|
+
display_name: { type: 'string' },
|
|
2094
|
+
fan_mode_setting: { enum: ['auto', 'on'], type: 'string' },
|
|
2095
|
+
heating_set_point_celsius: { format: 'float', type: 'number' },
|
|
2096
|
+
heating_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2097
|
+
hvac_mode_setting: {
|
|
2098
|
+
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
2099
|
+
type: 'string',
|
|
2100
|
+
},
|
|
2101
|
+
manual_override_allowed: { type: 'boolean' },
|
|
2102
|
+
name: { default: null, nullable: true, type: 'string' },
|
|
2103
|
+
},
|
|
2104
|
+
required: [
|
|
2105
|
+
'climate_preset_key',
|
|
2106
|
+
'can_edit',
|
|
2107
|
+
'can_delete',
|
|
2108
|
+
'display_name',
|
|
2109
|
+
'manual_override_allowed',
|
|
2110
|
+
],
|
|
2111
|
+
type: 'object',
|
|
2112
|
+
},
|
|
2086
2113
|
connect_webview: {
|
|
2087
2114
|
properties: {
|
|
2088
2115
|
accepted_devices: {
|
|
@@ -12481,46 +12508,7 @@ export default {
|
|
|
12481
12508
|
schema: {
|
|
12482
12509
|
properties: {
|
|
12483
12510
|
climate_preset: {
|
|
12484
|
-
|
|
12485
|
-
can_delete: { type: 'boolean' },
|
|
12486
|
-
can_edit: { type: 'boolean' },
|
|
12487
|
-
climate_preset_key: { type: 'string' },
|
|
12488
|
-
cooling_set_point_celsius: {
|
|
12489
|
-
format: 'float',
|
|
12490
|
-
type: 'number',
|
|
12491
|
-
},
|
|
12492
|
-
cooling_set_point_fahrenheit: {
|
|
12493
|
-
format: 'float',
|
|
12494
|
-
type: 'number',
|
|
12495
|
-
},
|
|
12496
|
-
display_name: { type: 'string' },
|
|
12497
|
-
fan_mode_setting: {
|
|
12498
|
-
enum: ['auto', 'on'],
|
|
12499
|
-
type: 'string',
|
|
12500
|
-
},
|
|
12501
|
-
heating_set_point_celsius: {
|
|
12502
|
-
format: 'float',
|
|
12503
|
-
type: 'number',
|
|
12504
|
-
},
|
|
12505
|
-
heating_set_point_fahrenheit: {
|
|
12506
|
-
format: 'float',
|
|
12507
|
-
type: 'number',
|
|
12508
|
-
},
|
|
12509
|
-
hvac_mode_setting: {
|
|
12510
|
-
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
12511
|
-
type: 'string',
|
|
12512
|
-
},
|
|
12513
|
-
manual_override_allowed: { type: 'boolean' },
|
|
12514
|
-
name: { default: null, nullable: true, type: 'string' },
|
|
12515
|
-
},
|
|
12516
|
-
required: [
|
|
12517
|
-
'climate_preset_key',
|
|
12518
|
-
'can_edit',
|
|
12519
|
-
'can_delete',
|
|
12520
|
-
'display_name',
|
|
12521
|
-
'manual_override_allowed',
|
|
12522
|
-
],
|
|
12523
|
-
type: 'object',
|
|
12511
|
+
$ref: '#/components/schemas/climate_preset',
|
|
12524
12512
|
},
|
|
12525
12513
|
ok: { type: 'boolean' },
|
|
12526
12514
|
},
|
|
@@ -13536,46 +13524,7 @@ export default {
|
|
|
13536
13524
|
schema: {
|
|
13537
13525
|
properties: {
|
|
13538
13526
|
climate_preset: {
|
|
13539
|
-
|
|
13540
|
-
can_delete: { type: 'boolean' },
|
|
13541
|
-
can_edit: { type: 'boolean' },
|
|
13542
|
-
climate_preset_key: { type: 'string' },
|
|
13543
|
-
cooling_set_point_celsius: {
|
|
13544
|
-
format: 'float',
|
|
13545
|
-
type: 'number',
|
|
13546
|
-
},
|
|
13547
|
-
cooling_set_point_fahrenheit: {
|
|
13548
|
-
format: 'float',
|
|
13549
|
-
type: 'number',
|
|
13550
|
-
},
|
|
13551
|
-
display_name: { type: 'string' },
|
|
13552
|
-
fan_mode_setting: {
|
|
13553
|
-
enum: ['auto', 'on'],
|
|
13554
|
-
type: 'string',
|
|
13555
|
-
},
|
|
13556
|
-
heating_set_point_celsius: {
|
|
13557
|
-
format: 'float',
|
|
13558
|
-
type: 'number',
|
|
13559
|
-
},
|
|
13560
|
-
heating_set_point_fahrenheit: {
|
|
13561
|
-
format: 'float',
|
|
13562
|
-
type: 'number',
|
|
13563
|
-
},
|
|
13564
|
-
hvac_mode_setting: {
|
|
13565
|
-
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
13566
|
-
type: 'string',
|
|
13567
|
-
},
|
|
13568
|
-
manual_override_allowed: { type: 'boolean' },
|
|
13569
|
-
name: { default: null, nullable: true, type: 'string' },
|
|
13570
|
-
},
|
|
13571
|
-
required: [
|
|
13572
|
-
'climate_preset_key',
|
|
13573
|
-
'can_edit',
|
|
13574
|
-
'can_delete',
|
|
13575
|
-
'display_name',
|
|
13576
|
-
'manual_override_allowed',
|
|
13577
|
-
],
|
|
13578
|
-
type: 'object',
|
|
13527
|
+
$ref: '#/components/schemas/climate_preset',
|
|
13579
13528
|
},
|
|
13580
13529
|
ok: { type: 'boolean' },
|
|
13581
13530
|
},
|
|
@@ -13648,46 +13597,7 @@ export default {
|
|
|
13648
13597
|
schema: {
|
|
13649
13598
|
properties: {
|
|
13650
13599
|
climate_preset: {
|
|
13651
|
-
|
|
13652
|
-
can_delete: { type: 'boolean' },
|
|
13653
|
-
can_edit: { type: 'boolean' },
|
|
13654
|
-
climate_preset_key: { type: 'string' },
|
|
13655
|
-
cooling_set_point_celsius: {
|
|
13656
|
-
format: 'float',
|
|
13657
|
-
type: 'number',
|
|
13658
|
-
},
|
|
13659
|
-
cooling_set_point_fahrenheit: {
|
|
13660
|
-
format: 'float',
|
|
13661
|
-
type: 'number',
|
|
13662
|
-
},
|
|
13663
|
-
display_name: { type: 'string' },
|
|
13664
|
-
fan_mode_setting: {
|
|
13665
|
-
enum: ['auto', 'on'],
|
|
13666
|
-
type: 'string',
|
|
13667
|
-
},
|
|
13668
|
-
heating_set_point_celsius: {
|
|
13669
|
-
format: 'float',
|
|
13670
|
-
type: 'number',
|
|
13671
|
-
},
|
|
13672
|
-
heating_set_point_fahrenheit: {
|
|
13673
|
-
format: 'float',
|
|
13674
|
-
type: 'number',
|
|
13675
|
-
},
|
|
13676
|
-
hvac_mode_setting: {
|
|
13677
|
-
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
13678
|
-
type: 'string',
|
|
13679
|
-
},
|
|
13680
|
-
manual_override_allowed: { type: 'boolean' },
|
|
13681
|
-
name: { default: null, nullable: true, type: 'string' },
|
|
13682
|
-
},
|
|
13683
|
-
required: [
|
|
13684
|
-
'climate_preset_key',
|
|
13685
|
-
'can_edit',
|
|
13686
|
-
'can_delete',
|
|
13687
|
-
'display_name',
|
|
13688
|
-
'manual_override_allowed',
|
|
13689
|
-
],
|
|
13690
|
-
type: 'object',
|
|
13600
|
+
$ref: '#/components/schemas/climate_preset',
|
|
13691
13601
|
},
|
|
13692
13602
|
ok: { type: 'boolean' },
|
|
13693
13603
|
},
|