@seamapi/types 1.618.0 → 1.619.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 +252 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +325 -0
- package/dist/index.cjs +252 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +280 -0
- package/lib/seam/connect/openapi.js +252 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +252 -0
- package/src/lib/seam/connect/route-types.ts +67 -0
package/dist/connect.d.cts
CHANGED
|
@@ -93814,6 +93814,76 @@ declare const _default: {
|
|
|
93814
93814
|
};
|
|
93815
93815
|
type: string;
|
|
93816
93816
|
};
|
|
93817
|
+
climate_rules: {
|
|
93818
|
+
properties: {
|
|
93819
|
+
rules: {
|
|
93820
|
+
properties: {
|
|
93821
|
+
delete_on_reservation_end: {
|
|
93822
|
+
properties: {
|
|
93823
|
+
enabled: {
|
|
93824
|
+
type: string;
|
|
93825
|
+
};
|
|
93826
|
+
};
|
|
93827
|
+
required: string[];
|
|
93828
|
+
type: string;
|
|
93829
|
+
};
|
|
93830
|
+
reservation_created: {
|
|
93831
|
+
properties: {
|
|
93832
|
+
enabled: {
|
|
93833
|
+
type: string;
|
|
93834
|
+
};
|
|
93835
|
+
fallback_preset: {
|
|
93836
|
+
properties: {
|
|
93837
|
+
fan_mode: {
|
|
93838
|
+
enum: string[];
|
|
93839
|
+
type: string;
|
|
93840
|
+
};
|
|
93841
|
+
is_override_allowed: {
|
|
93842
|
+
type: string;
|
|
93843
|
+
};
|
|
93844
|
+
mode: {
|
|
93845
|
+
enum: string[];
|
|
93846
|
+
type: string;
|
|
93847
|
+
};
|
|
93848
|
+
override_period_minutes: {
|
|
93849
|
+
format: string;
|
|
93850
|
+
type: string;
|
|
93851
|
+
};
|
|
93852
|
+
temperature: {
|
|
93853
|
+
format: string;
|
|
93854
|
+
type: string;
|
|
93855
|
+
};
|
|
93856
|
+
temperature_unit: {
|
|
93857
|
+
enum: string[];
|
|
93858
|
+
type: string;
|
|
93859
|
+
};
|
|
93860
|
+
};
|
|
93861
|
+
required: string[];
|
|
93862
|
+
type: string;
|
|
93863
|
+
};
|
|
93864
|
+
occupied_preset_key: {
|
|
93865
|
+
type: string;
|
|
93866
|
+
};
|
|
93867
|
+
};
|
|
93868
|
+
required: string[];
|
|
93869
|
+
type: string;
|
|
93870
|
+
};
|
|
93871
|
+
update_on_time_change: {
|
|
93872
|
+
properties: {
|
|
93873
|
+
enabled: {
|
|
93874
|
+
type: string;
|
|
93875
|
+
};
|
|
93876
|
+
};
|
|
93877
|
+
required: string[];
|
|
93878
|
+
type: string;
|
|
93879
|
+
};
|
|
93880
|
+
};
|
|
93881
|
+
type: string;
|
|
93882
|
+
};
|
|
93883
|
+
};
|
|
93884
|
+
required: string[];
|
|
93885
|
+
type: string;
|
|
93886
|
+
};
|
|
93817
93887
|
ok: {
|
|
93818
93888
|
type: string;
|
|
93819
93889
|
};
|
|
@@ -93947,6 +94017,76 @@ declare const _default: {
|
|
|
93947
94017
|
};
|
|
93948
94018
|
type: string;
|
|
93949
94019
|
};
|
|
94020
|
+
climate_rules: {
|
|
94021
|
+
properties: {
|
|
94022
|
+
rules: {
|
|
94023
|
+
properties: {
|
|
94024
|
+
delete_on_reservation_end: {
|
|
94025
|
+
properties: {
|
|
94026
|
+
enabled: {
|
|
94027
|
+
type: string;
|
|
94028
|
+
};
|
|
94029
|
+
};
|
|
94030
|
+
required: string[];
|
|
94031
|
+
type: string;
|
|
94032
|
+
};
|
|
94033
|
+
reservation_created: {
|
|
94034
|
+
properties: {
|
|
94035
|
+
enabled: {
|
|
94036
|
+
type: string;
|
|
94037
|
+
};
|
|
94038
|
+
fallback_preset: {
|
|
94039
|
+
properties: {
|
|
94040
|
+
fan_mode: {
|
|
94041
|
+
enum: string[];
|
|
94042
|
+
type: string;
|
|
94043
|
+
};
|
|
94044
|
+
is_override_allowed: {
|
|
94045
|
+
type: string;
|
|
94046
|
+
};
|
|
94047
|
+
mode: {
|
|
94048
|
+
enum: string[];
|
|
94049
|
+
type: string;
|
|
94050
|
+
};
|
|
94051
|
+
override_period_minutes: {
|
|
94052
|
+
format: string;
|
|
94053
|
+
type: string;
|
|
94054
|
+
};
|
|
94055
|
+
temperature: {
|
|
94056
|
+
format: string;
|
|
94057
|
+
type: string;
|
|
94058
|
+
};
|
|
94059
|
+
temperature_unit: {
|
|
94060
|
+
enum: string[];
|
|
94061
|
+
type: string;
|
|
94062
|
+
};
|
|
94063
|
+
};
|
|
94064
|
+
required: string[];
|
|
94065
|
+
type: string;
|
|
94066
|
+
};
|
|
94067
|
+
occupied_preset_key: {
|
|
94068
|
+
type: string;
|
|
94069
|
+
};
|
|
94070
|
+
};
|
|
94071
|
+
required: string[];
|
|
94072
|
+
type: string;
|
|
94073
|
+
};
|
|
94074
|
+
update_on_time_change: {
|
|
94075
|
+
properties: {
|
|
94076
|
+
enabled: {
|
|
94077
|
+
type: string;
|
|
94078
|
+
};
|
|
94079
|
+
};
|
|
94080
|
+
required: string[];
|
|
94081
|
+
type: string;
|
|
94082
|
+
};
|
|
94083
|
+
};
|
|
94084
|
+
type: string;
|
|
94085
|
+
};
|
|
94086
|
+
};
|
|
94087
|
+
required: string[];
|
|
94088
|
+
type: string;
|
|
94089
|
+
};
|
|
93950
94090
|
ok: {
|
|
93951
94091
|
type: string;
|
|
93952
94092
|
};
|
|
@@ -94086,6 +94226,76 @@ declare const _default: {
|
|
|
94086
94226
|
};
|
|
94087
94227
|
type: string;
|
|
94088
94228
|
};
|
|
94229
|
+
climate_rules: {
|
|
94230
|
+
description: string;
|
|
94231
|
+
properties: {
|
|
94232
|
+
rules: {
|
|
94233
|
+
properties: {
|
|
94234
|
+
delete_on_reservation_end: {
|
|
94235
|
+
properties: {
|
|
94236
|
+
enabled: {
|
|
94237
|
+
type: string;
|
|
94238
|
+
};
|
|
94239
|
+
};
|
|
94240
|
+
required: string[];
|
|
94241
|
+
type: string;
|
|
94242
|
+
};
|
|
94243
|
+
reservation_created: {
|
|
94244
|
+
properties: {
|
|
94245
|
+
enabled: {
|
|
94246
|
+
type: string;
|
|
94247
|
+
};
|
|
94248
|
+
fallback_preset: {
|
|
94249
|
+
properties: {
|
|
94250
|
+
fan_mode: {
|
|
94251
|
+
enum: string[];
|
|
94252
|
+
type: string;
|
|
94253
|
+
};
|
|
94254
|
+
is_override_allowed: {
|
|
94255
|
+
type: string;
|
|
94256
|
+
};
|
|
94257
|
+
mode: {
|
|
94258
|
+
enum: string[];
|
|
94259
|
+
type: string;
|
|
94260
|
+
};
|
|
94261
|
+
override_period_minutes: {
|
|
94262
|
+
format: string;
|
|
94263
|
+
type: string;
|
|
94264
|
+
};
|
|
94265
|
+
temperature: {
|
|
94266
|
+
format: string;
|
|
94267
|
+
type: string;
|
|
94268
|
+
};
|
|
94269
|
+
temperature_unit: {
|
|
94270
|
+
enum: string[];
|
|
94271
|
+
type: string;
|
|
94272
|
+
};
|
|
94273
|
+
};
|
|
94274
|
+
required: string[];
|
|
94275
|
+
type: string;
|
|
94276
|
+
};
|
|
94277
|
+
occupied_preset_key: {
|
|
94278
|
+
type: string;
|
|
94279
|
+
};
|
|
94280
|
+
};
|
|
94281
|
+
required: string[];
|
|
94282
|
+
type: string;
|
|
94283
|
+
};
|
|
94284
|
+
update_on_time_change: {
|
|
94285
|
+
properties: {
|
|
94286
|
+
enabled: {
|
|
94287
|
+
type: string;
|
|
94288
|
+
};
|
|
94289
|
+
};
|
|
94290
|
+
required: string[];
|
|
94291
|
+
type: string;
|
|
94292
|
+
};
|
|
94293
|
+
};
|
|
94294
|
+
type: string;
|
|
94295
|
+
};
|
|
94296
|
+
};
|
|
94297
|
+
type: string;
|
|
94298
|
+
};
|
|
94089
94299
|
};
|
|
94090
94300
|
type: string;
|
|
94091
94301
|
};
|
|
@@ -94235,6 +94445,76 @@ declare const _default: {
|
|
|
94235
94445
|
};
|
|
94236
94446
|
type: string;
|
|
94237
94447
|
};
|
|
94448
|
+
climate_rules: {
|
|
94449
|
+
description: string;
|
|
94450
|
+
properties: {
|
|
94451
|
+
rules: {
|
|
94452
|
+
properties: {
|
|
94453
|
+
delete_on_reservation_end: {
|
|
94454
|
+
properties: {
|
|
94455
|
+
enabled: {
|
|
94456
|
+
type: string;
|
|
94457
|
+
};
|
|
94458
|
+
};
|
|
94459
|
+
required: string[];
|
|
94460
|
+
type: string;
|
|
94461
|
+
};
|
|
94462
|
+
reservation_created: {
|
|
94463
|
+
properties: {
|
|
94464
|
+
enabled: {
|
|
94465
|
+
type: string;
|
|
94466
|
+
};
|
|
94467
|
+
fallback_preset: {
|
|
94468
|
+
properties: {
|
|
94469
|
+
fan_mode: {
|
|
94470
|
+
enum: string[];
|
|
94471
|
+
type: string;
|
|
94472
|
+
};
|
|
94473
|
+
is_override_allowed: {
|
|
94474
|
+
type: string;
|
|
94475
|
+
};
|
|
94476
|
+
mode: {
|
|
94477
|
+
enum: string[];
|
|
94478
|
+
type: string;
|
|
94479
|
+
};
|
|
94480
|
+
override_period_minutes: {
|
|
94481
|
+
format: string;
|
|
94482
|
+
type: string;
|
|
94483
|
+
};
|
|
94484
|
+
temperature: {
|
|
94485
|
+
format: string;
|
|
94486
|
+
type: string;
|
|
94487
|
+
};
|
|
94488
|
+
temperature_unit: {
|
|
94489
|
+
enum: string[];
|
|
94490
|
+
type: string;
|
|
94491
|
+
};
|
|
94492
|
+
};
|
|
94493
|
+
required: string[];
|
|
94494
|
+
type: string;
|
|
94495
|
+
};
|
|
94496
|
+
occupied_preset_key: {
|
|
94497
|
+
type: string;
|
|
94498
|
+
};
|
|
94499
|
+
};
|
|
94500
|
+
required: string[];
|
|
94501
|
+
type: string;
|
|
94502
|
+
};
|
|
94503
|
+
update_on_time_change: {
|
|
94504
|
+
properties: {
|
|
94505
|
+
enabled: {
|
|
94506
|
+
type: string;
|
|
94507
|
+
};
|
|
94508
|
+
};
|
|
94509
|
+
required: string[];
|
|
94510
|
+
type: string;
|
|
94511
|
+
};
|
|
94512
|
+
};
|
|
94513
|
+
type: string;
|
|
94514
|
+
};
|
|
94515
|
+
};
|
|
94516
|
+
type: string;
|
|
94517
|
+
};
|
|
94238
94518
|
};
|
|
94239
94519
|
type: string;
|
|
94240
94520
|
};
|
|
@@ -166337,6 +166617,28 @@ type Routes = {
|
|
|
166337
166617
|
config?: {} | undefined;
|
|
166338
166618
|
} | undefined;
|
|
166339
166619
|
} | undefined;
|
|
166620
|
+
climate_rules?: {
|
|
166621
|
+
rules: {
|
|
166622
|
+
reservation_created?: {
|
|
166623
|
+
enabled: boolean;
|
|
166624
|
+
occupied_preset_key?: string | undefined;
|
|
166625
|
+
fallback_preset?: {
|
|
166626
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
166627
|
+
temperature: number;
|
|
166628
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
166629
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
166630
|
+
is_override_allowed: boolean;
|
|
166631
|
+
override_period_minutes: number;
|
|
166632
|
+
} | undefined;
|
|
166633
|
+
} | undefined;
|
|
166634
|
+
update_on_time_change?: {
|
|
166635
|
+
enabled: boolean;
|
|
166636
|
+
} | undefined;
|
|
166637
|
+
delete_on_reservation_end?: {
|
|
166638
|
+
enabled: boolean;
|
|
166639
|
+
} | undefined;
|
|
166640
|
+
};
|
|
166641
|
+
} | undefined;
|
|
166340
166642
|
};
|
|
166341
166643
|
};
|
|
166342
166644
|
'/seam/customer/v1/automations/update': {
|
|
@@ -166370,6 +166672,29 @@ type Routes = {
|
|
|
166370
166672
|
config?: {} | undefined;
|
|
166371
166673
|
} | undefined;
|
|
166372
166674
|
} | undefined;
|
|
166675
|
+
/** Climate automation rules configuration. */
|
|
166676
|
+
climate_rules?: {
|
|
166677
|
+
rules?: {
|
|
166678
|
+
reservation_created?: {
|
|
166679
|
+
enabled: boolean;
|
|
166680
|
+
occupied_preset_key?: string | undefined;
|
|
166681
|
+
fallback_preset?: {
|
|
166682
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
166683
|
+
temperature: number;
|
|
166684
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
166685
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
166686
|
+
is_override_allowed: boolean;
|
|
166687
|
+
override_period_minutes: number;
|
|
166688
|
+
} | undefined;
|
|
166689
|
+
} | undefined;
|
|
166690
|
+
update_on_time_change?: {
|
|
166691
|
+
enabled: boolean;
|
|
166692
|
+
} | undefined;
|
|
166693
|
+
delete_on_reservation_end?: {
|
|
166694
|
+
enabled: boolean;
|
|
166695
|
+
} | undefined;
|
|
166696
|
+
} | undefined;
|
|
166697
|
+
} | undefined;
|
|
166373
166698
|
};
|
|
166374
166699
|
commonParams: {};
|
|
166375
166700
|
formData: {};
|
package/dist/index.cjs
CHANGED
|
@@ -53138,6 +53138,69 @@ var openapi_default = {
|
|
|
53138
53138
|
},
|
|
53139
53139
|
type: "object"
|
|
53140
53140
|
},
|
|
53141
|
+
climate_rules: {
|
|
53142
|
+
properties: {
|
|
53143
|
+
rules: {
|
|
53144
|
+
properties: {
|
|
53145
|
+
delete_on_reservation_end: {
|
|
53146
|
+
properties: { enabled: { type: "boolean" } },
|
|
53147
|
+
required: ["enabled"],
|
|
53148
|
+
type: "object"
|
|
53149
|
+
},
|
|
53150
|
+
reservation_created: {
|
|
53151
|
+
properties: {
|
|
53152
|
+
enabled: { type: "boolean" },
|
|
53153
|
+
fallback_preset: {
|
|
53154
|
+
properties: {
|
|
53155
|
+
fan_mode: {
|
|
53156
|
+
enum: ["on", "auto", "circulate"],
|
|
53157
|
+
type: "string"
|
|
53158
|
+
},
|
|
53159
|
+
is_override_allowed: { type: "boolean" },
|
|
53160
|
+
mode: {
|
|
53161
|
+
enum: ["heat", "cool", "auto"],
|
|
53162
|
+
type: "string"
|
|
53163
|
+
},
|
|
53164
|
+
override_period_minutes: {
|
|
53165
|
+
format: "float",
|
|
53166
|
+
type: "number"
|
|
53167
|
+
},
|
|
53168
|
+
temperature: {
|
|
53169
|
+
format: "float",
|
|
53170
|
+
type: "number"
|
|
53171
|
+
},
|
|
53172
|
+
temperature_unit: {
|
|
53173
|
+
enum: ["celsius", "fahrenheit"],
|
|
53174
|
+
type: "string"
|
|
53175
|
+
}
|
|
53176
|
+
},
|
|
53177
|
+
required: [
|
|
53178
|
+
"mode",
|
|
53179
|
+
"temperature",
|
|
53180
|
+
"temperature_unit",
|
|
53181
|
+
"fan_mode",
|
|
53182
|
+
"is_override_allowed",
|
|
53183
|
+
"override_period_minutes"
|
|
53184
|
+
],
|
|
53185
|
+
type: "object"
|
|
53186
|
+
},
|
|
53187
|
+
occupied_preset_key: { type: "string" }
|
|
53188
|
+
},
|
|
53189
|
+
required: ["enabled"],
|
|
53190
|
+
type: "object"
|
|
53191
|
+
},
|
|
53192
|
+
update_on_time_change: {
|
|
53193
|
+
properties: { enabled: { type: "boolean" } },
|
|
53194
|
+
required: ["enabled"],
|
|
53195
|
+
type: "object"
|
|
53196
|
+
}
|
|
53197
|
+
},
|
|
53198
|
+
type: "object"
|
|
53199
|
+
}
|
|
53200
|
+
},
|
|
53201
|
+
required: ["rules"],
|
|
53202
|
+
type: "object"
|
|
53203
|
+
},
|
|
53141
53204
|
ok: { type: "boolean" }
|
|
53142
53205
|
},
|
|
53143
53206
|
required: ["ok"],
|
|
@@ -53264,6 +53327,69 @@ var openapi_default = {
|
|
|
53264
53327
|
},
|
|
53265
53328
|
type: "object"
|
|
53266
53329
|
},
|
|
53330
|
+
climate_rules: {
|
|
53331
|
+
properties: {
|
|
53332
|
+
rules: {
|
|
53333
|
+
properties: {
|
|
53334
|
+
delete_on_reservation_end: {
|
|
53335
|
+
properties: { enabled: { type: "boolean" } },
|
|
53336
|
+
required: ["enabled"],
|
|
53337
|
+
type: "object"
|
|
53338
|
+
},
|
|
53339
|
+
reservation_created: {
|
|
53340
|
+
properties: {
|
|
53341
|
+
enabled: { type: "boolean" },
|
|
53342
|
+
fallback_preset: {
|
|
53343
|
+
properties: {
|
|
53344
|
+
fan_mode: {
|
|
53345
|
+
enum: ["on", "auto", "circulate"],
|
|
53346
|
+
type: "string"
|
|
53347
|
+
},
|
|
53348
|
+
is_override_allowed: { type: "boolean" },
|
|
53349
|
+
mode: {
|
|
53350
|
+
enum: ["heat", "cool", "auto"],
|
|
53351
|
+
type: "string"
|
|
53352
|
+
},
|
|
53353
|
+
override_period_minutes: {
|
|
53354
|
+
format: "float",
|
|
53355
|
+
type: "number"
|
|
53356
|
+
},
|
|
53357
|
+
temperature: {
|
|
53358
|
+
format: "float",
|
|
53359
|
+
type: "number"
|
|
53360
|
+
},
|
|
53361
|
+
temperature_unit: {
|
|
53362
|
+
enum: ["celsius", "fahrenheit"],
|
|
53363
|
+
type: "string"
|
|
53364
|
+
}
|
|
53365
|
+
},
|
|
53366
|
+
required: [
|
|
53367
|
+
"mode",
|
|
53368
|
+
"temperature",
|
|
53369
|
+
"temperature_unit",
|
|
53370
|
+
"fan_mode",
|
|
53371
|
+
"is_override_allowed",
|
|
53372
|
+
"override_period_minutes"
|
|
53373
|
+
],
|
|
53374
|
+
type: "object"
|
|
53375
|
+
},
|
|
53376
|
+
occupied_preset_key: { type: "string" }
|
|
53377
|
+
},
|
|
53378
|
+
required: ["enabled"],
|
|
53379
|
+
type: "object"
|
|
53380
|
+
},
|
|
53381
|
+
update_on_time_change: {
|
|
53382
|
+
properties: { enabled: { type: "boolean" } },
|
|
53383
|
+
required: ["enabled"],
|
|
53384
|
+
type: "object"
|
|
53385
|
+
}
|
|
53386
|
+
},
|
|
53387
|
+
type: "object"
|
|
53388
|
+
}
|
|
53389
|
+
},
|
|
53390
|
+
required: ["rules"],
|
|
53391
|
+
type: "object"
|
|
53392
|
+
},
|
|
53267
53393
|
ok: { type: "boolean" }
|
|
53268
53394
|
},
|
|
53269
53395
|
required: ["ok"],
|
|
@@ -53383,6 +53509,69 @@ var openapi_default = {
|
|
|
53383
53509
|
}
|
|
53384
53510
|
},
|
|
53385
53511
|
type: "object"
|
|
53512
|
+
},
|
|
53513
|
+
climate_rules: {
|
|
53514
|
+
description: "Climate automation rules configuration.",
|
|
53515
|
+
properties: {
|
|
53516
|
+
rules: {
|
|
53517
|
+
properties: {
|
|
53518
|
+
delete_on_reservation_end: {
|
|
53519
|
+
properties: { enabled: { type: "boolean" } },
|
|
53520
|
+
required: ["enabled"],
|
|
53521
|
+
type: "object"
|
|
53522
|
+
},
|
|
53523
|
+
reservation_created: {
|
|
53524
|
+
properties: {
|
|
53525
|
+
enabled: { type: "boolean" },
|
|
53526
|
+
fallback_preset: {
|
|
53527
|
+
properties: {
|
|
53528
|
+
fan_mode: {
|
|
53529
|
+
enum: ["on", "auto", "circulate"],
|
|
53530
|
+
type: "string"
|
|
53531
|
+
},
|
|
53532
|
+
is_override_allowed: { type: "boolean" },
|
|
53533
|
+
mode: {
|
|
53534
|
+
enum: ["heat", "cool", "auto"],
|
|
53535
|
+
type: "string"
|
|
53536
|
+
},
|
|
53537
|
+
override_period_minutes: {
|
|
53538
|
+
format: "float",
|
|
53539
|
+
type: "number"
|
|
53540
|
+
},
|
|
53541
|
+
temperature: {
|
|
53542
|
+
format: "float",
|
|
53543
|
+
type: "number"
|
|
53544
|
+
},
|
|
53545
|
+
temperature_unit: {
|
|
53546
|
+
enum: ["celsius", "fahrenheit"],
|
|
53547
|
+
type: "string"
|
|
53548
|
+
}
|
|
53549
|
+
},
|
|
53550
|
+
required: [
|
|
53551
|
+
"mode",
|
|
53552
|
+
"temperature",
|
|
53553
|
+
"temperature_unit",
|
|
53554
|
+
"fan_mode",
|
|
53555
|
+
"is_override_allowed",
|
|
53556
|
+
"override_period_minutes"
|
|
53557
|
+
],
|
|
53558
|
+
type: "object"
|
|
53559
|
+
},
|
|
53560
|
+
occupied_preset_key: { type: "string" }
|
|
53561
|
+
},
|
|
53562
|
+
required: ["enabled"],
|
|
53563
|
+
type: "object"
|
|
53564
|
+
},
|
|
53565
|
+
update_on_time_change: {
|
|
53566
|
+
properties: { enabled: { type: "boolean" } },
|
|
53567
|
+
required: ["enabled"],
|
|
53568
|
+
type: "object"
|
|
53569
|
+
}
|
|
53570
|
+
},
|
|
53571
|
+
type: "object"
|
|
53572
|
+
}
|
|
53573
|
+
},
|
|
53574
|
+
type: "object"
|
|
53386
53575
|
}
|
|
53387
53576
|
},
|
|
53388
53577
|
type: "object"
|
|
@@ -53511,6 +53700,69 @@ var openapi_default = {
|
|
|
53511
53700
|
}
|
|
53512
53701
|
},
|
|
53513
53702
|
type: "object"
|
|
53703
|
+
},
|
|
53704
|
+
climate_rules: {
|
|
53705
|
+
description: "Climate automation rules configuration.",
|
|
53706
|
+
properties: {
|
|
53707
|
+
rules: {
|
|
53708
|
+
properties: {
|
|
53709
|
+
delete_on_reservation_end: {
|
|
53710
|
+
properties: { enabled: { type: "boolean" } },
|
|
53711
|
+
required: ["enabled"],
|
|
53712
|
+
type: "object"
|
|
53713
|
+
},
|
|
53714
|
+
reservation_created: {
|
|
53715
|
+
properties: {
|
|
53716
|
+
enabled: { type: "boolean" },
|
|
53717
|
+
fallback_preset: {
|
|
53718
|
+
properties: {
|
|
53719
|
+
fan_mode: {
|
|
53720
|
+
enum: ["on", "auto", "circulate"],
|
|
53721
|
+
type: "string"
|
|
53722
|
+
},
|
|
53723
|
+
is_override_allowed: { type: "boolean" },
|
|
53724
|
+
mode: {
|
|
53725
|
+
enum: ["heat", "cool", "auto"],
|
|
53726
|
+
type: "string"
|
|
53727
|
+
},
|
|
53728
|
+
override_period_minutes: {
|
|
53729
|
+
format: "float",
|
|
53730
|
+
type: "number"
|
|
53731
|
+
},
|
|
53732
|
+
temperature: {
|
|
53733
|
+
format: "float",
|
|
53734
|
+
type: "number"
|
|
53735
|
+
},
|
|
53736
|
+
temperature_unit: {
|
|
53737
|
+
enum: ["celsius", "fahrenheit"],
|
|
53738
|
+
type: "string"
|
|
53739
|
+
}
|
|
53740
|
+
},
|
|
53741
|
+
required: [
|
|
53742
|
+
"mode",
|
|
53743
|
+
"temperature",
|
|
53744
|
+
"temperature_unit",
|
|
53745
|
+
"fan_mode",
|
|
53746
|
+
"is_override_allowed",
|
|
53747
|
+
"override_period_minutes"
|
|
53748
|
+
],
|
|
53749
|
+
type: "object"
|
|
53750
|
+
},
|
|
53751
|
+
occupied_preset_key: { type: "string" }
|
|
53752
|
+
},
|
|
53753
|
+
required: ["enabled"],
|
|
53754
|
+
type: "object"
|
|
53755
|
+
},
|
|
53756
|
+
update_on_time_change: {
|
|
53757
|
+
properties: { enabled: { type: "boolean" } },
|
|
53758
|
+
required: ["enabled"],
|
|
53759
|
+
type: "object"
|
|
53760
|
+
}
|
|
53761
|
+
},
|
|
53762
|
+
type: "object"
|
|
53763
|
+
}
|
|
53764
|
+
},
|
|
53765
|
+
type: "object"
|
|
53514
53766
|
}
|
|
53515
53767
|
},
|
|
53516
53768
|
type: "object"
|