@seamapi/types 1.258.0 → 1.258.2
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 +5 -48
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -70
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +0 -29
- package/lib/seam/connect/models/thermostats/climate-preset.js +0 -8
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -54
- package/lib/seam/connect/openapi.js +3 -38
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +0 -11
- package/src/lib/seam/connect/openapi.ts +3 -38
- package/src/lib/seam/connect/route-types.ts +1 -16
package/dist/connect.d.cts
CHANGED
|
@@ -10898,56 +10898,6 @@ declare const _default: {
|
|
|
10898
10898
|
required: string[];
|
|
10899
10899
|
type: string;
|
|
10900
10900
|
};
|
|
10901
|
-
climate_preset: {
|
|
10902
|
-
properties: {
|
|
10903
|
-
can_delete: {
|
|
10904
|
-
type: string;
|
|
10905
|
-
};
|
|
10906
|
-
can_edit: {
|
|
10907
|
-
type: string;
|
|
10908
|
-
};
|
|
10909
|
-
climate_preset_key: {
|
|
10910
|
-
type: string;
|
|
10911
|
-
};
|
|
10912
|
-
cooling_set_point_celsius: {
|
|
10913
|
-
format: string;
|
|
10914
|
-
type: string;
|
|
10915
|
-
};
|
|
10916
|
-
cooling_set_point_fahrenheit: {
|
|
10917
|
-
format: string;
|
|
10918
|
-
type: string;
|
|
10919
|
-
};
|
|
10920
|
-
display_name: {
|
|
10921
|
-
type: string;
|
|
10922
|
-
};
|
|
10923
|
-
fan_mode_setting: {
|
|
10924
|
-
enum: string[];
|
|
10925
|
-
type: string;
|
|
10926
|
-
};
|
|
10927
|
-
heating_set_point_celsius: {
|
|
10928
|
-
format: string;
|
|
10929
|
-
type: string;
|
|
10930
|
-
};
|
|
10931
|
-
heating_set_point_fahrenheit: {
|
|
10932
|
-
format: string;
|
|
10933
|
-
type: string;
|
|
10934
|
-
};
|
|
10935
|
-
hvac_mode_setting: {
|
|
10936
|
-
enum: string[];
|
|
10937
|
-
type: string;
|
|
10938
|
-
};
|
|
10939
|
-
manual_override_allowed: {
|
|
10940
|
-
type: string;
|
|
10941
|
-
};
|
|
10942
|
-
name: {
|
|
10943
|
-
default: null;
|
|
10944
|
-
nullable: boolean;
|
|
10945
|
-
type: string;
|
|
10946
|
-
};
|
|
10947
|
-
};
|
|
10948
|
-
required: string[];
|
|
10949
|
-
type: string;
|
|
10950
|
-
};
|
|
10951
10901
|
connect_webview: {
|
|
10952
10902
|
properties: {
|
|
10953
10903
|
accepted_devices: {
|
|
@@ -17851,6 +17801,7 @@ declare const _default: {
|
|
|
17851
17801
|
'x-fern-sdk-group-name': string[];
|
|
17852
17802
|
'x-fern-sdk-method-name': string;
|
|
17853
17803
|
'x-fern-sdk-return-value': string;
|
|
17804
|
+
'x-undocumented': string;
|
|
17854
17805
|
};
|
|
17855
17806
|
};
|
|
17856
17807
|
'/acs/encoders/read_card': {
|
|
@@ -24587,9 +24538,6 @@ declare const _default: {
|
|
|
24587
24538
|
'application/json': {
|
|
24588
24539
|
schema: {
|
|
24589
24540
|
properties: {
|
|
24590
|
-
climate_preset: {
|
|
24591
|
-
$ref: string;
|
|
24592
|
-
};
|
|
24593
24541
|
ok: {
|
|
24594
24542
|
type: string;
|
|
24595
24543
|
};
|
|
@@ -24625,7 +24573,6 @@ declare const _default: {
|
|
|
24625
24573
|
tags: string[];
|
|
24626
24574
|
'x-fern-sdk-group-name': string[];
|
|
24627
24575
|
'x-fern-sdk-method-name': string;
|
|
24628
|
-
'x-fern-sdk-return-value': string;
|
|
24629
24576
|
};
|
|
24630
24577
|
};
|
|
24631
24578
|
'/thermostats/delete_climate_preset': {
|
|
@@ -42855,22 +42802,7 @@ interface Routes {
|
|
|
42855
42802
|
};
|
|
42856
42803
|
commonParams: {};
|
|
42857
42804
|
formData: {};
|
|
42858
|
-
jsonResponse: {
|
|
42859
|
-
climate_preset: {
|
|
42860
|
-
climate_preset_key: string;
|
|
42861
|
-
can_edit: boolean;
|
|
42862
|
-
can_delete: boolean;
|
|
42863
|
-
name?: (string | null) | undefined;
|
|
42864
|
-
display_name: string;
|
|
42865
|
-
fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
|
|
42866
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
42867
|
-
cooling_set_point_celsius?: number | undefined;
|
|
42868
|
-
heating_set_point_celsius?: number | undefined;
|
|
42869
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
42870
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
42871
|
-
manual_override_allowed: boolean;
|
|
42872
|
-
};
|
|
42873
|
-
};
|
|
42805
|
+
jsonResponse: {};
|
|
42874
42806
|
};
|
|
42875
42807
|
'/thermostats/delete_climate_preset': {
|
|
42876
42808
|
route: '/thermostats/delete_climate_preset';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, capabilities, climate_preset, common_device_properties, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, fan_mode_setting, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
1
|
+
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, capabilities, climate_preset, climate_setting, common_device_properties, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, fan_mode_setting, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
2
2
|
export * from '../schemas.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, capabilities, climate_preset, common_device_properties, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, fan_mode_setting, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
1
|
+
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, capabilities, climate_preset, climate_setting, common_device_properties, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, fan_mode_setting, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
2
2
|
export * from '../schemas.js';
|
|
3
3
|
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,8BAA8B,EAC9B,cAAc,EACd,iCAAiC,EACjC,4BAA4B,EAC5B,mBAAmB,EACnB,iCAAiC,EACjC,sCAAsC,EACtC,YAAY,EACZ,UAAU,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,cAAc,EACd,wBAAwB,EACxB,qCAAqC,EACrC,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,IAAI,mBAAmB,EAClC,MAAM,IAAI,cAAc,EACxB,wBAAwB,EACxB,eAAe,EACf,KAAK,EACL,YAAY,EACZ,gCAAgC,EAChC,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,OAAO,GACR,MAAM,oBAAoB,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,8BAA8B,EAC9B,cAAc,EACd,iCAAiC,EACjC,4BAA4B,EAC5B,mBAAmB,EACnB,iCAAiC,EACjC,sCAAsC,EACtC,YAAY,EACZ,UAAU,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,cAAc,EACd,eAAe,EACf,wBAAwB,EACxB,qCAAqC,EACrC,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,IAAI,mBAAmB,EAClC,MAAM,IAAI,cAAc,EACxB,wBAAwB,EACxB,eAAe,EACf,KAAK,EACL,YAAY,EACZ,gCAAgC,EAChC,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,OAAO,GACR,MAAM,oBAAoB,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|
|
@@ -81,32 +81,3 @@ export declare const climate_setting: z.ZodObject<{
|
|
|
81
81
|
manual_override_allowed?: boolean | undefined;
|
|
82
82
|
}>;
|
|
83
83
|
export type ClimateSetting = z.infer<typeof climate_setting>;
|
|
84
|
-
export declare const climate_setting_manual: z.ZodObject<Pick<{
|
|
85
|
-
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
86
|
-
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
87
|
-
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
88
|
-
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
89
|
-
display_name: z.ZodOptional<z.ZodString>;
|
|
90
|
-
fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
|
|
91
|
-
hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
|
|
92
|
-
cooling_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
93
|
-
heating_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
94
|
-
cooling_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
95
|
-
heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
96
|
-
manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
-
}, "fan_mode_setting" | "hvac_mode_setting" | "cooling_set_point_celsius" | "heating_set_point_celsius" | "cooling_set_point_fahrenheit" | "heating_set_point_fahrenheit">, "strip", z.ZodTypeAny, {
|
|
98
|
-
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
99
|
-
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
100
|
-
cooling_set_point_celsius?: number | undefined;
|
|
101
|
-
heating_set_point_celsius?: number | undefined;
|
|
102
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
103
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
104
|
-
}, {
|
|
105
|
-
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
106
|
-
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
107
|
-
cooling_set_point_celsius?: number | undefined;
|
|
108
|
-
heating_set_point_celsius?: number | undefined;
|
|
109
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
110
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
111
|
-
}>;
|
|
112
|
-
export type ClimateSettingManual = z.infer<typeof climate_setting_manual>;
|
|
@@ -15,12 +15,4 @@ export const climate_preset = z.object({
|
|
|
15
15
|
manual_override_allowed: z.boolean(),
|
|
16
16
|
});
|
|
17
17
|
export const climate_setting = climate_preset.partial();
|
|
18
|
-
export const climate_setting_manual = climate_setting.pick({
|
|
19
|
-
fan_mode_setting: true,
|
|
20
|
-
hvac_mode_setting: true,
|
|
21
|
-
cooling_set_point_celsius: true,
|
|
22
|
-
heating_set_point_celsius: true,
|
|
23
|
-
cooling_set_point_fahrenheit: true,
|
|
24
|
-
heating_set_point_fahrenheit: true,
|
|
25
|
-
});
|
|
26
18
|
//# sourceMappingURL=climate-preset.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"climate-preset.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/climate-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAEhE,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE;IACrB,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;IACvB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;IACpD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,gBAAgB,EAAE,gBAAgB,CAAC,QAAQ,EAAE;IAC7C,iBAAiB,EAAE,iBAAiB,CAAC,QAAQ,EAAE;IAC/C,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE;CACrC,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,EAAE,CAAA
|
|
1
|
+
{"version":3,"file":"climate-preset.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/climate-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAEhE,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE;IACrB,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;IACvB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;IACpD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,gBAAgB,EAAE,gBAAgB,CAAC,QAAQ,EAAE;IAC7C,iBAAiB,EAAE,iBAAiB,CAAC,QAAQ,EAAE;IAC/C,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE;CACrC,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,EAAE,CAAA"}
|
|
@@ -1192,56 +1192,6 @@ declare const _default: {
|
|
|
1192
1192
|
required: string[];
|
|
1193
1193
|
type: string;
|
|
1194
1194
|
};
|
|
1195
|
-
climate_preset: {
|
|
1196
|
-
properties: {
|
|
1197
|
-
can_delete: {
|
|
1198
|
-
type: string;
|
|
1199
|
-
};
|
|
1200
|
-
can_edit: {
|
|
1201
|
-
type: string;
|
|
1202
|
-
};
|
|
1203
|
-
climate_preset_key: {
|
|
1204
|
-
type: string;
|
|
1205
|
-
};
|
|
1206
|
-
cooling_set_point_celsius: {
|
|
1207
|
-
format: string;
|
|
1208
|
-
type: string;
|
|
1209
|
-
};
|
|
1210
|
-
cooling_set_point_fahrenheit: {
|
|
1211
|
-
format: string;
|
|
1212
|
-
type: string;
|
|
1213
|
-
};
|
|
1214
|
-
display_name: {
|
|
1215
|
-
type: string;
|
|
1216
|
-
};
|
|
1217
|
-
fan_mode_setting: {
|
|
1218
|
-
enum: string[];
|
|
1219
|
-
type: string;
|
|
1220
|
-
};
|
|
1221
|
-
heating_set_point_celsius: {
|
|
1222
|
-
format: string;
|
|
1223
|
-
type: string;
|
|
1224
|
-
};
|
|
1225
|
-
heating_set_point_fahrenheit: {
|
|
1226
|
-
format: string;
|
|
1227
|
-
type: string;
|
|
1228
|
-
};
|
|
1229
|
-
hvac_mode_setting: {
|
|
1230
|
-
enum: string[];
|
|
1231
|
-
type: string;
|
|
1232
|
-
};
|
|
1233
|
-
manual_override_allowed: {
|
|
1234
|
-
type: string;
|
|
1235
|
-
};
|
|
1236
|
-
name: {
|
|
1237
|
-
default: null;
|
|
1238
|
-
nullable: boolean;
|
|
1239
|
-
type: string;
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
required: string[];
|
|
1243
|
-
type: string;
|
|
1244
|
-
};
|
|
1245
1195
|
connect_webview: {
|
|
1246
1196
|
properties: {
|
|
1247
1197
|
accepted_devices: {
|
|
@@ -8145,6 +8095,7 @@ declare const _default: {
|
|
|
8145
8095
|
'x-fern-sdk-group-name': string[];
|
|
8146
8096
|
'x-fern-sdk-method-name': string;
|
|
8147
8097
|
'x-fern-sdk-return-value': string;
|
|
8098
|
+
'x-undocumented': string;
|
|
8148
8099
|
};
|
|
8149
8100
|
};
|
|
8150
8101
|
'/acs/encoders/read_card': {
|
|
@@ -14881,9 +14832,6 @@ declare const _default: {
|
|
|
14881
14832
|
'application/json': {
|
|
14882
14833
|
schema: {
|
|
14883
14834
|
properties: {
|
|
14884
|
-
climate_preset: {
|
|
14885
|
-
$ref: string;
|
|
14886
|
-
};
|
|
14887
14835
|
ok: {
|
|
14888
14836
|
type: string;
|
|
14889
14837
|
};
|
|
@@ -14919,7 +14867,6 @@ declare const _default: {
|
|
|
14919
14867
|
tags: string[];
|
|
14920
14868
|
'x-fern-sdk-group-name': string[];
|
|
14921
14869
|
'x-fern-sdk-method-name': string;
|
|
14922
|
-
'x-fern-sdk-return-value': string;
|
|
14923
14870
|
};
|
|
14924
14871
|
};
|
|
14925
14872
|
'/thermostats/delete_climate_preset': {
|
|
@@ -2361,36 +2361,6 @@ export default {
|
|
|
2361
2361
|
],
|
|
2362
2362
|
type: 'object',
|
|
2363
2363
|
},
|
|
2364
|
-
climate_preset: {
|
|
2365
|
-
properties: {
|
|
2366
|
-
can_delete: { type: 'boolean' },
|
|
2367
|
-
can_edit: { type: 'boolean' },
|
|
2368
|
-
climate_preset_key: { type: 'string' },
|
|
2369
|
-
cooling_set_point_celsius: { format: 'float', type: 'number' },
|
|
2370
|
-
cooling_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2371
|
-
display_name: { type: 'string' },
|
|
2372
|
-
fan_mode_setting: {
|
|
2373
|
-
enum: ['auto', 'on', 'circulate'],
|
|
2374
|
-
type: 'string',
|
|
2375
|
-
},
|
|
2376
|
-
heating_set_point_celsius: { format: 'float', type: 'number' },
|
|
2377
|
-
heating_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2378
|
-
hvac_mode_setting: {
|
|
2379
|
-
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
2380
|
-
type: 'string',
|
|
2381
|
-
},
|
|
2382
|
-
manual_override_allowed: { type: 'boolean' },
|
|
2383
|
-
name: { default: null, nullable: true, type: 'string' },
|
|
2384
|
-
},
|
|
2385
|
-
required: [
|
|
2386
|
-
'climate_preset_key',
|
|
2387
|
-
'can_edit',
|
|
2388
|
-
'can_delete',
|
|
2389
|
-
'display_name',
|
|
2390
|
-
'manual_override_allowed',
|
|
2391
|
-
],
|
|
2392
|
-
type: 'object',
|
|
2393
|
-
},
|
|
2394
2364
|
connect_webview: {
|
|
2395
2365
|
properties: {
|
|
2396
2366
|
accepted_devices: {
|
|
@@ -7482,6 +7452,7 @@ export default {
|
|
|
7482
7452
|
'x-fern-sdk-group-name': ['acs', 'encoders'],
|
|
7483
7453
|
'x-fern-sdk-method-name': 'list',
|
|
7484
7454
|
'x-fern-sdk-return-value': 'devices',
|
|
7455
|
+
'x-undocumented': 'Encoders are in alpha.',
|
|
7485
7456
|
},
|
|
7486
7457
|
},
|
|
7487
7458
|
'/acs/encoders/read_card': {
|
|
@@ -13315,13 +13286,8 @@ export default {
|
|
|
13315
13286
|
content: {
|
|
13316
13287
|
'application/json': {
|
|
13317
13288
|
schema: {
|
|
13318
|
-
properties: {
|
|
13319
|
-
|
|
13320
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13321
|
-
},
|
|
13322
|
-
ok: { type: 'boolean' },
|
|
13323
|
-
},
|
|
13324
|
-
required: ['climate_preset', 'ok'],
|
|
13289
|
+
properties: { ok: { type: 'boolean' } },
|
|
13290
|
+
required: ['ok'],
|
|
13325
13291
|
type: 'object',
|
|
13326
13292
|
},
|
|
13327
13293
|
},
|
|
@@ -13340,7 +13306,6 @@ export default {
|
|
|
13340
13306
|
tags: ['/thermostats'],
|
|
13341
13307
|
'x-fern-sdk-group-name': ['thermostats'],
|
|
13342
13308
|
'x-fern-sdk-method-name': 'create_climate_preset',
|
|
13343
|
-
'x-fern-sdk-return-value': 'climate_preset',
|
|
13344
13309
|
},
|
|
13345
13310
|
},
|
|
13346
13311
|
'/thermostats/delete_climate_preset': {
|