@seamapi/types 1.243.1 → 1.245.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 +51 -126
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +68 -144
- package/lib/seam/connect/models/acs/acs-system.js +9 -3
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +56 -144
- package/lib/seam/connect/openapi.js +42 -123
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +15 -3
- package/src/lib/seam/connect/openapi.ts +45 -123
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -9919,12 +9919,15 @@ declare const _default: {
|
|
|
9919
9919
|
visionline_metadata: {
|
|
9920
9920
|
properties: {
|
|
9921
9921
|
lan_address: {
|
|
9922
|
+
description: string;
|
|
9922
9923
|
type: string;
|
|
9923
9924
|
};
|
|
9924
9925
|
mobile_access_uuid: {
|
|
9926
|
+
description: string;
|
|
9925
9927
|
type: string;
|
|
9926
9928
|
};
|
|
9927
9929
|
system_id: {
|
|
9930
|
+
description: string;
|
|
9928
9931
|
type: string;
|
|
9929
9932
|
};
|
|
9930
9933
|
};
|
|
@@ -10363,6 +10366,56 @@ declare const _default: {
|
|
|
10363
10366
|
required: string[];
|
|
10364
10367
|
type: string;
|
|
10365
10368
|
};
|
|
10369
|
+
climate_preset: {
|
|
10370
|
+
properties: {
|
|
10371
|
+
can_delete: {
|
|
10372
|
+
type: string;
|
|
10373
|
+
};
|
|
10374
|
+
can_edit: {
|
|
10375
|
+
type: string;
|
|
10376
|
+
};
|
|
10377
|
+
climate_preset_key: {
|
|
10378
|
+
type: string;
|
|
10379
|
+
};
|
|
10380
|
+
cooling_set_point_celsius: {
|
|
10381
|
+
format: string;
|
|
10382
|
+
type: string;
|
|
10383
|
+
};
|
|
10384
|
+
cooling_set_point_fahrenheit: {
|
|
10385
|
+
format: string;
|
|
10386
|
+
type: string;
|
|
10387
|
+
};
|
|
10388
|
+
display_name: {
|
|
10389
|
+
type: string;
|
|
10390
|
+
};
|
|
10391
|
+
fan_mode_setting: {
|
|
10392
|
+
enum: string[];
|
|
10393
|
+
type: string;
|
|
10394
|
+
};
|
|
10395
|
+
heating_set_point_celsius: {
|
|
10396
|
+
format: string;
|
|
10397
|
+
type: string;
|
|
10398
|
+
};
|
|
10399
|
+
heating_set_point_fahrenheit: {
|
|
10400
|
+
format: string;
|
|
10401
|
+
type: string;
|
|
10402
|
+
};
|
|
10403
|
+
hvac_mode_setting: {
|
|
10404
|
+
enum: string[];
|
|
10405
|
+
type: string;
|
|
10406
|
+
};
|
|
10407
|
+
manual_override_allowed: {
|
|
10408
|
+
type: string;
|
|
10409
|
+
};
|
|
10410
|
+
name: {
|
|
10411
|
+
default: null;
|
|
10412
|
+
nullable: boolean;
|
|
10413
|
+
type: string;
|
|
10414
|
+
};
|
|
10415
|
+
};
|
|
10416
|
+
required: string[];
|
|
10417
|
+
type: string;
|
|
10418
|
+
};
|
|
10366
10419
|
connect_webview: {
|
|
10367
10420
|
properties: {
|
|
10368
10421
|
accepted_devices: {
|
|
@@ -23504,54 +23557,7 @@ declare const _default: {
|
|
|
23504
23557
|
schema: {
|
|
23505
23558
|
properties: {
|
|
23506
23559
|
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;
|
|
23560
|
+
$ref: string;
|
|
23555
23561
|
};
|
|
23556
23562
|
ok: {
|
|
23557
23563
|
type: string;
|
|
@@ -24841,54 +24847,7 @@ declare const _default: {
|
|
|
24841
24847
|
schema: {
|
|
24842
24848
|
properties: {
|
|
24843
24849
|
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;
|
|
24850
|
+
$ref: string;
|
|
24892
24851
|
};
|
|
24893
24852
|
ok: {
|
|
24894
24853
|
type: string;
|
|
@@ -24985,54 +24944,7 @@ declare const _default: {
|
|
|
24985
24944
|
schema: {
|
|
24986
24945
|
properties: {
|
|
24987
24946
|
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;
|
|
24947
|
+
$ref: string;
|
|
25036
24948
|
};
|
|
25037
24949
|
ok: {
|
|
25038
24950
|
type: string;
|
|
@@ -30439,8 +30351,11 @@ interface Routes {
|
|
|
30439
30351
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
30440
30352
|
external_type_display_name?: string | undefined;
|
|
30441
30353
|
visionline_metadata?: {
|
|
30354
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
30442
30355
|
mobile_access_uuid: string;
|
|
30356
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
30443
30357
|
system_id: string;
|
|
30358
|
+
/** IP address or hostname of the main Visionline server relative to the Seam Bridge on the local network. */
|
|
30444
30359
|
lan_address: string;
|
|
30445
30360
|
} | undefined;
|
|
30446
30361
|
/**
|
|
@@ -30537,8 +30452,11 @@ interface Routes {
|
|
|
30537
30452
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
30538
30453
|
external_type_display_name?: string | undefined;
|
|
30539
30454
|
visionline_metadata?: {
|
|
30455
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
30540
30456
|
mobile_access_uuid: string;
|
|
30457
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
30541
30458
|
system_id: string;
|
|
30459
|
+
/** IP address or hostname of the main Visionline server relative to the Seam Bridge on the local network. */
|
|
30542
30460
|
lan_address: string;
|
|
30543
30461
|
} | undefined;
|
|
30544
30462
|
/**
|
|
@@ -30635,8 +30553,11 @@ interface Routes {
|
|
|
30635
30553
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
30636
30554
|
external_type_display_name?: string | undefined;
|
|
30637
30555
|
visionline_metadata?: {
|
|
30556
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
30638
30557
|
mobile_access_uuid: string;
|
|
30558
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
30639
30559
|
system_id: string;
|
|
30560
|
+
/** IP address or hostname of the main Visionline server relative to the Seam Bridge on the local network. */
|
|
30640
30561
|
lan_address: string;
|
|
30641
30562
|
} | undefined;
|
|
30642
30563
|
/**
|
|
@@ -43276,8 +43197,11 @@ interface Routes {
|
|
|
43276
43197
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
43277
43198
|
external_type_display_name?: string | undefined;
|
|
43278
43199
|
visionline_metadata?: {
|
|
43200
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
43279
43201
|
mobile_access_uuid: string;
|
|
43202
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
43280
43203
|
system_id: string;
|
|
43204
|
+
/** IP address or hostname of the main Visionline server relative to the Seam Bridge on the local network. */
|
|
43281
43205
|
lan_address: string;
|
|
43282
43206
|
} | undefined;
|
|
43283
43207
|
/**
|
|
@@ -123,9 +123,15 @@ export const acs_system = z
|
|
|
123
123
|
.optional(),
|
|
124
124
|
visionline_metadata: z
|
|
125
125
|
.object({
|
|
126
|
-
mobile_access_uuid: z
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
mobile_access_uuid: z
|
|
127
|
+
.string()
|
|
128
|
+
.describe('Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset.'),
|
|
129
|
+
system_id: z
|
|
130
|
+
.string()
|
|
131
|
+
.describe('Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager.'),
|
|
132
|
+
lan_address: z
|
|
133
|
+
.string()
|
|
134
|
+
.describe('IP address or hostname of the main Visionline server relative to the Seam Bridge on the local network.'),
|
|
129
135
|
})
|
|
130
136
|
.optional(),
|
|
131
137
|
system_type: acs_system_external_type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
|
|
@@ -627,12 +627,15 @@ declare const _default: {
|
|
|
627
627
|
visionline_metadata: {
|
|
628
628
|
properties: {
|
|
629
629
|
lan_address: {
|
|
630
|
+
description: string;
|
|
630
631
|
type: string;
|
|
631
632
|
};
|
|
632
633
|
mobile_access_uuid: {
|
|
634
|
+
description: string;
|
|
633
635
|
type: string;
|
|
634
636
|
};
|
|
635
637
|
system_id: {
|
|
638
|
+
description: string;
|
|
636
639
|
type: string;
|
|
637
640
|
};
|
|
638
641
|
};
|
|
@@ -1071,6 +1074,56 @@ declare const _default: {
|
|
|
1071
1074
|
required: string[];
|
|
1072
1075
|
type: string;
|
|
1073
1076
|
};
|
|
1077
|
+
climate_preset: {
|
|
1078
|
+
properties: {
|
|
1079
|
+
can_delete: {
|
|
1080
|
+
type: string;
|
|
1081
|
+
};
|
|
1082
|
+
can_edit: {
|
|
1083
|
+
type: string;
|
|
1084
|
+
};
|
|
1085
|
+
climate_preset_key: {
|
|
1086
|
+
type: string;
|
|
1087
|
+
};
|
|
1088
|
+
cooling_set_point_celsius: {
|
|
1089
|
+
format: string;
|
|
1090
|
+
type: string;
|
|
1091
|
+
};
|
|
1092
|
+
cooling_set_point_fahrenheit: {
|
|
1093
|
+
format: string;
|
|
1094
|
+
type: string;
|
|
1095
|
+
};
|
|
1096
|
+
display_name: {
|
|
1097
|
+
type: string;
|
|
1098
|
+
};
|
|
1099
|
+
fan_mode_setting: {
|
|
1100
|
+
enum: string[];
|
|
1101
|
+
type: string;
|
|
1102
|
+
};
|
|
1103
|
+
heating_set_point_celsius: {
|
|
1104
|
+
format: string;
|
|
1105
|
+
type: string;
|
|
1106
|
+
};
|
|
1107
|
+
heating_set_point_fahrenheit: {
|
|
1108
|
+
format: string;
|
|
1109
|
+
type: string;
|
|
1110
|
+
};
|
|
1111
|
+
hvac_mode_setting: {
|
|
1112
|
+
enum: string[];
|
|
1113
|
+
type: string;
|
|
1114
|
+
};
|
|
1115
|
+
manual_override_allowed: {
|
|
1116
|
+
type: string;
|
|
1117
|
+
};
|
|
1118
|
+
name: {
|
|
1119
|
+
default: null;
|
|
1120
|
+
nullable: boolean;
|
|
1121
|
+
type: string;
|
|
1122
|
+
};
|
|
1123
|
+
};
|
|
1124
|
+
required: string[];
|
|
1125
|
+
type: string;
|
|
1126
|
+
};
|
|
1074
1127
|
connect_webview: {
|
|
1075
1128
|
properties: {
|
|
1076
1129
|
accepted_devices: {
|
|
@@ -14212,54 +14265,7 @@ declare const _default: {
|
|
|
14212
14265
|
schema: {
|
|
14213
14266
|
properties: {
|
|
14214
14267
|
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;
|
|
14268
|
+
$ref: string;
|
|
14263
14269
|
};
|
|
14264
14270
|
ok: {
|
|
14265
14271
|
type: string;
|
|
@@ -15549,54 +15555,7 @@ declare const _default: {
|
|
|
15549
15555
|
schema: {
|
|
15550
15556
|
properties: {
|
|
15551
15557
|
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;
|
|
15558
|
+
$ref: string;
|
|
15600
15559
|
};
|
|
15601
15560
|
ok: {
|
|
15602
15561
|
type: string;
|
|
@@ -15693,54 +15652,7 @@ declare const _default: {
|
|
|
15693
15652
|
schema: {
|
|
15694
15653
|
properties: {
|
|
15695
15654
|
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;
|
|
15655
|
+
$ref: string;
|
|
15744
15656
|
};
|
|
15745
15657
|
ok: {
|
|
15746
15658
|
type: string;
|