@seamapi/types 1.132.0 → 1.133.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 +80 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +261 -215
- package/lib/seam/connect/openapi.d.ts +216 -170
- package/lib/seam/connect/openapi.js +77 -61
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -45
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +77 -61
- package/src/lib/seam/connect/route-types.ts +121 -43
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -1
|
@@ -706,15 +706,15 @@ export declare const managed_device: z.ZodObject<{
|
|
|
706
706
|
device_name: string;
|
|
707
707
|
ecobee_device_id: string;
|
|
708
708
|
}>>;
|
|
709
|
-
|
|
710
|
-
|
|
709
|
+
honeywell_resideo_metadata: z.ZodOptional<z.ZodObject<{
|
|
710
|
+
honeywell_resideo_device_id: z.ZodString;
|
|
711
711
|
device_name: z.ZodString;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
device_name: string;
|
|
714
|
-
|
|
714
|
+
honeywell_resideo_device_id: string;
|
|
715
715
|
}, {
|
|
716
716
|
device_name: string;
|
|
717
|
-
|
|
717
|
+
honeywell_resideo_device_id: string;
|
|
718
718
|
}>>;
|
|
719
719
|
hubitat_metadata: z.ZodOptional<z.ZodObject<{
|
|
720
720
|
device_id: z.ZodString;
|
|
@@ -989,9 +989,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
989
989
|
device_name: string;
|
|
990
990
|
ecobee_device_id: string;
|
|
991
991
|
} | undefined;
|
|
992
|
-
|
|
992
|
+
honeywell_resideo_metadata?: {
|
|
993
993
|
device_name: string;
|
|
994
|
-
|
|
994
|
+
honeywell_resideo_device_id: string;
|
|
995
995
|
} | undefined;
|
|
996
996
|
hubitat_metadata?: {
|
|
997
997
|
device_id: string;
|
|
@@ -1170,9 +1170,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1170
1170
|
device_name: string;
|
|
1171
1171
|
ecobee_device_id: string;
|
|
1172
1172
|
} | undefined;
|
|
1173
|
-
|
|
1173
|
+
honeywell_resideo_metadata?: {
|
|
1174
1174
|
device_name: string;
|
|
1175
|
-
|
|
1175
|
+
honeywell_resideo_device_id: string;
|
|
1176
1176
|
} | undefined;
|
|
1177
1177
|
hubitat_metadata?: {
|
|
1178
1178
|
device_id: string;
|
|
@@ -2027,7 +2027,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2027
2027
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2028
2028
|
is_cooling_available?: true | undefined;
|
|
2029
2029
|
}>]>>>;
|
|
2030
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "
|
|
2030
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
2031
2031
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
2032
2032
|
errors: z.ZodArray<z.ZodObject<{
|
|
2033
2033
|
error_code: z.ZodString;
|
|
@@ -2235,9 +2235,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2235
2235
|
device_name: string;
|
|
2236
2236
|
ecobee_device_id: string;
|
|
2237
2237
|
} | undefined;
|
|
2238
|
-
|
|
2238
|
+
honeywell_resideo_metadata?: {
|
|
2239
2239
|
device_name: string;
|
|
2240
|
-
|
|
2240
|
+
honeywell_resideo_device_id: string;
|
|
2241
2241
|
} | undefined;
|
|
2242
2242
|
hubitat_metadata?: {
|
|
2243
2243
|
device_id: string;
|
|
@@ -2646,9 +2646,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2646
2646
|
device_name: string;
|
|
2647
2647
|
ecobee_device_id: string;
|
|
2648
2648
|
} | undefined;
|
|
2649
|
-
|
|
2649
|
+
honeywell_resideo_metadata?: {
|
|
2650
2650
|
device_name: string;
|
|
2651
|
-
|
|
2651
|
+
honeywell_resideo_device_id: string;
|
|
2652
2652
|
} | undefined;
|
|
2653
2653
|
hubitat_metadata?: {
|
|
2654
2654
|
device_id: string;
|
|
@@ -2887,7 +2887,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2887
2887
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
2888
2888
|
is_cooling_available?: true | undefined;
|
|
2889
2889
|
}))) | undefined);
|
|
2890
|
-
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
2890
|
+
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
2891
2891
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
2892
2892
|
errors: {
|
|
2893
2893
|
message: string;
|
|
@@ -3084,9 +3084,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3084
3084
|
device_name: string;
|
|
3085
3085
|
ecobee_device_id: string;
|
|
3086
3086
|
} | undefined;
|
|
3087
|
-
|
|
3087
|
+
honeywell_resideo_metadata?: {
|
|
3088
3088
|
device_name: string;
|
|
3089
|
-
|
|
3089
|
+
honeywell_resideo_device_id: string;
|
|
3090
3090
|
} | undefined;
|
|
3091
3091
|
hubitat_metadata?: {
|
|
3092
3092
|
device_id: string;
|
|
@@ -3495,9 +3495,9 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3495
3495
|
device_name: string;
|
|
3496
3496
|
ecobee_device_id: string;
|
|
3497
3497
|
} | undefined;
|
|
3498
|
-
|
|
3498
|
+
honeywell_resideo_metadata?: {
|
|
3499
3499
|
device_name: string;
|
|
3500
|
-
|
|
3500
|
+
honeywell_resideo_device_id: string;
|
|
3501
3501
|
} | undefined;
|
|
3502
3502
|
hubitat_metadata?: {
|
|
3503
3503
|
device_id: string;
|
|
@@ -3736,7 +3736,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3736
3736
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
3737
3737
|
is_cooling_available?: true | undefined;
|
|
3738
3738
|
}))) | undefined);
|
|
3739
|
-
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
3739
|
+
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
3740
3740
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
3741
3741
|
errors: {
|
|
3742
3742
|
message: string;
|
|
@@ -95,7 +95,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
95
95
|
online_access_codes_enabled?: boolean | undefined;
|
|
96
96
|
offline_access_codes_enabled?: boolean | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "
|
|
98
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
99
99
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
100
100
|
errors: z.ZodArray<z.ZodObject<{
|
|
101
101
|
error_code: z.ZodString;
|
|
@@ -147,7 +147,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
147
147
|
online_access_codes_enabled?: boolean | undefined;
|
|
148
148
|
offline_access_codes_enabled?: boolean | undefined;
|
|
149
149
|
};
|
|
150
|
-
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
150
|
+
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
151
151
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
152
152
|
errors: {
|
|
153
153
|
message: string;
|
|
@@ -187,7 +187,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
187
187
|
online_access_codes_enabled?: boolean | undefined;
|
|
188
188
|
offline_access_codes_enabled?: boolean | undefined;
|
|
189
189
|
};
|
|
190
|
-
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
190
|
+
device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
191
191
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
192
192
|
errors: {
|
|
193
193
|
message: string;
|
package/package.json
CHANGED
|
@@ -610,7 +610,7 @@ export default {
|
|
|
610
610
|
enum: [
|
|
611
611
|
'ecobee_thermostat',
|
|
612
612
|
'nest_thermostat',
|
|
613
|
-
'
|
|
613
|
+
'honeywell_resideo_thermostat',
|
|
614
614
|
],
|
|
615
615
|
type: 'string',
|
|
616
616
|
},
|
|
@@ -948,12 +948,15 @@ export default {
|
|
|
948
948
|
required: ['device_name', 'door_name'],
|
|
949
949
|
type: 'object',
|
|
950
950
|
},
|
|
951
|
-
|
|
951
|
+
honeywell_resideo_metadata: {
|
|
952
952
|
properties: {
|
|
953
953
|
device_name: { type: 'string' },
|
|
954
|
-
|
|
954
|
+
honeywell_resideo_device_id: { type: 'string' },
|
|
955
955
|
},
|
|
956
|
-
required: [
|
|
956
|
+
required: [
|
|
957
|
+
'honeywell_resideo_device_id',
|
|
958
|
+
'device_name',
|
|
959
|
+
],
|
|
957
960
|
type: 'object',
|
|
958
961
|
},
|
|
959
962
|
hubitat_metadata: {
|
|
@@ -1784,7 +1787,7 @@ export default {
|
|
|
1784
1787
|
'assa_abloy_credential_service',
|
|
1785
1788
|
'seam_bridge',
|
|
1786
1789
|
'tedee',
|
|
1787
|
-
'
|
|
1790
|
+
'honeywell_resideo',
|
|
1788
1791
|
],
|
|
1789
1792
|
type: 'string',
|
|
1790
1793
|
},
|
|
@@ -2174,7 +2177,7 @@ export default {
|
|
|
2174
2177
|
enum: [
|
|
2175
2178
|
'ecobee_thermostat',
|
|
2176
2179
|
'nest_thermostat',
|
|
2177
|
-
'
|
|
2180
|
+
'honeywell_resideo_thermostat',
|
|
2178
2181
|
],
|
|
2179
2182
|
type: 'string',
|
|
2180
2183
|
},
|
|
@@ -7092,7 +7095,7 @@ export default {
|
|
|
7092
7095
|
'assa_abloy_credential_service',
|
|
7093
7096
|
'seam_bridge',
|
|
7094
7097
|
'tedee',
|
|
7095
|
-
'
|
|
7098
|
+
'honeywell_resideo',
|
|
7096
7099
|
'yale_access',
|
|
7097
7100
|
'hid_cm',
|
|
7098
7101
|
'google_nest',
|
|
@@ -7744,7 +7747,7 @@ export default {
|
|
|
7744
7747
|
enum: [
|
|
7745
7748
|
'ecobee_thermostat',
|
|
7746
7749
|
'nest_thermostat',
|
|
7747
|
-
'
|
|
7750
|
+
'honeywell_resideo_thermostat',
|
|
7748
7751
|
],
|
|
7749
7752
|
type: 'string',
|
|
7750
7753
|
},
|
|
@@ -7793,7 +7796,7 @@ export default {
|
|
|
7793
7796
|
enum: [
|
|
7794
7797
|
'ecobee_thermostat',
|
|
7795
7798
|
'nest_thermostat',
|
|
7796
|
-
'
|
|
7799
|
+
'honeywell_resideo_thermostat',
|
|
7797
7800
|
],
|
|
7798
7801
|
type: 'string',
|
|
7799
7802
|
},
|
|
@@ -7841,7 +7844,7 @@ export default {
|
|
|
7841
7844
|
'smartthings',
|
|
7842
7845
|
'dormakaba_oracode',
|
|
7843
7846
|
'tedee',
|
|
7844
|
-
'
|
|
7847
|
+
'honeywell_resideo',
|
|
7845
7848
|
],
|
|
7846
7849
|
type: 'string',
|
|
7847
7850
|
},
|
|
@@ -8071,7 +8074,7 @@ export default {
|
|
|
8071
8074
|
enum: [
|
|
8072
8075
|
'ecobee_thermostat',
|
|
8073
8076
|
'nest_thermostat',
|
|
8074
|
-
'
|
|
8077
|
+
'honeywell_resideo_thermostat',
|
|
8075
8078
|
],
|
|
8076
8079
|
type: 'string',
|
|
8077
8080
|
},
|
|
@@ -8120,7 +8123,7 @@ export default {
|
|
|
8120
8123
|
enum: [
|
|
8121
8124
|
'ecobee_thermostat',
|
|
8122
8125
|
'nest_thermostat',
|
|
8123
|
-
'
|
|
8126
|
+
'honeywell_resideo_thermostat',
|
|
8124
8127
|
],
|
|
8125
8128
|
type: 'string',
|
|
8126
8129
|
},
|
|
@@ -8168,7 +8171,7 @@ export default {
|
|
|
8168
8171
|
'smartthings',
|
|
8169
8172
|
'dormakaba_oracode',
|
|
8170
8173
|
'tedee',
|
|
8171
|
-
'
|
|
8174
|
+
'honeywell_resideo',
|
|
8172
8175
|
],
|
|
8173
8176
|
type: 'string',
|
|
8174
8177
|
},
|
|
@@ -8503,6 +8506,7 @@ export default {
|
|
|
8503
8506
|
'device.converted_to_unmanaged',
|
|
8504
8507
|
'device.unmanaged.converted_to_managed',
|
|
8505
8508
|
'device.removed',
|
|
8509
|
+
'device.deleted',
|
|
8506
8510
|
'device.tampered',
|
|
8507
8511
|
'device.low_battery',
|
|
8508
8512
|
'device.battery_status_changed',
|
|
@@ -8559,6 +8563,7 @@ export default {
|
|
|
8559
8563
|
'device.converted_to_unmanaged',
|
|
8560
8564
|
'device.unmanaged.converted_to_managed',
|
|
8561
8565
|
'device.removed',
|
|
8566
|
+
'device.deleted',
|
|
8562
8567
|
'device.tampered',
|
|
8563
8568
|
'device.low_battery',
|
|
8564
8569
|
'device.battery_status_changed',
|
|
@@ -9006,7 +9011,7 @@ export default {
|
|
|
9006
9011
|
enum: [
|
|
9007
9012
|
'ecobee_thermostat',
|
|
9008
9013
|
'nest_thermostat',
|
|
9009
|
-
'
|
|
9014
|
+
'honeywell_resideo_thermostat',
|
|
9010
9015
|
],
|
|
9011
9016
|
type: 'string',
|
|
9012
9017
|
},
|
|
@@ -9055,7 +9060,7 @@ export default {
|
|
|
9055
9060
|
enum: [
|
|
9056
9061
|
'ecobee_thermostat',
|
|
9057
9062
|
'nest_thermostat',
|
|
9058
|
-
'
|
|
9063
|
+
'honeywell_resideo_thermostat',
|
|
9059
9064
|
],
|
|
9060
9065
|
type: 'string',
|
|
9061
9066
|
},
|
|
@@ -9103,7 +9108,7 @@ export default {
|
|
|
9103
9108
|
'smartthings',
|
|
9104
9109
|
'dormakaba_oracode',
|
|
9105
9110
|
'tedee',
|
|
9106
|
-
'
|
|
9111
|
+
'honeywell_resideo',
|
|
9107
9112
|
],
|
|
9108
9113
|
type: 'string',
|
|
9109
9114
|
},
|
|
@@ -10008,9 +10013,10 @@ export default {
|
|
|
10008
10013
|
401: { description: 'Unauthorized' },
|
|
10009
10014
|
},
|
|
10010
10015
|
security: [
|
|
10011
|
-
{
|
|
10012
|
-
{
|
|
10013
|
-
{
|
|
10016
|
+
{ client_session: [] },
|
|
10017
|
+
{ pat_with_workspace: [] },
|
|
10018
|
+
{ console_session: [] },
|
|
10019
|
+
{ api_key: [] },
|
|
10014
10020
|
],
|
|
10015
10021
|
summary: '/thermostats/climate_setting_schedules/create',
|
|
10016
10022
|
tags: ['/thermostats'],
|
|
@@ -10055,9 +10061,10 @@ export default {
|
|
|
10055
10061
|
401: { description: 'Unauthorized' },
|
|
10056
10062
|
},
|
|
10057
10063
|
security: [
|
|
10058
|
-
{
|
|
10059
|
-
{
|
|
10060
|
-
{
|
|
10064
|
+
{ client_session: [] },
|
|
10065
|
+
{ pat_with_workspace: [] },
|
|
10066
|
+
{ console_session: [] },
|
|
10067
|
+
{ api_key: [] },
|
|
10061
10068
|
],
|
|
10062
10069
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
10063
10070
|
tags: ['/thermostats'],
|
|
@@ -10099,9 +10106,10 @@ export default {
|
|
|
10099
10106
|
401: { description: 'Unauthorized' },
|
|
10100
10107
|
},
|
|
10101
10108
|
security: [
|
|
10102
|
-
{
|
|
10103
|
-
{
|
|
10104
|
-
{
|
|
10109
|
+
{ client_session: [] },
|
|
10110
|
+
{ pat_with_workspace: [] },
|
|
10111
|
+
{ console_session: [] },
|
|
10112
|
+
{ api_key: [] },
|
|
10105
10113
|
],
|
|
10106
10114
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
10107
10115
|
tags: ['/thermostats'],
|
|
@@ -10149,9 +10157,10 @@ export default {
|
|
|
10149
10157
|
401: { description: 'Unauthorized' },
|
|
10150
10158
|
},
|
|
10151
10159
|
security: [
|
|
10152
|
-
{
|
|
10153
|
-
{
|
|
10154
|
-
{
|
|
10160
|
+
{ client_session: [] },
|
|
10161
|
+
{ pat_with_workspace: [] },
|
|
10162
|
+
{ console_session: [] },
|
|
10163
|
+
{ api_key: [] },
|
|
10155
10164
|
],
|
|
10156
10165
|
summary: '/thermostats/climate_setting_schedules/get',
|
|
10157
10166
|
tags: ['/thermostats'],
|
|
@@ -10202,9 +10211,10 @@ export default {
|
|
|
10202
10211
|
401: { description: 'Unauthorized' },
|
|
10203
10212
|
},
|
|
10204
10213
|
security: [
|
|
10205
|
-
{
|
|
10206
|
-
{
|
|
10207
|
-
{
|
|
10214
|
+
{ api_key: [] },
|
|
10215
|
+
{ client_session: [] },
|
|
10216
|
+
{ pat_with_workspace: [] },
|
|
10217
|
+
{ console_session: [] },
|
|
10208
10218
|
],
|
|
10209
10219
|
summary: '/thermostats/climate_setting_schedules/list',
|
|
10210
10220
|
tags: ['/thermostats'],
|
|
@@ -10273,9 +10283,10 @@ export default {
|
|
|
10273
10283
|
401: { description: 'Unauthorized' },
|
|
10274
10284
|
},
|
|
10275
10285
|
security: [
|
|
10276
|
-
{
|
|
10277
|
-
{
|
|
10278
|
-
{
|
|
10286
|
+
{ client_session: [] },
|
|
10287
|
+
{ pat_with_workspace: [] },
|
|
10288
|
+
{ console_session: [] },
|
|
10289
|
+
{ api_key: [] },
|
|
10279
10290
|
],
|
|
10280
10291
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10281
10292
|
tags: ['/thermostats'],
|
|
@@ -10340,9 +10351,10 @@ export default {
|
|
|
10340
10351
|
401: { description: 'Unauthorized' },
|
|
10341
10352
|
},
|
|
10342
10353
|
security: [
|
|
10343
|
-
{
|
|
10344
|
-
{
|
|
10345
|
-
{
|
|
10354
|
+
{ client_session: [] },
|
|
10355
|
+
{ pat_with_workspace: [] },
|
|
10356
|
+
{ console_session: [] },
|
|
10357
|
+
{ api_key: [] },
|
|
10346
10358
|
],
|
|
10347
10359
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10348
10360
|
tags: ['/thermostats'],
|
|
@@ -10409,9 +10421,10 @@ export default {
|
|
|
10409
10421
|
401: { description: 'Unauthorized' },
|
|
10410
10422
|
},
|
|
10411
10423
|
security: [
|
|
10412
|
-
{
|
|
10413
|
-
{
|
|
10414
|
-
{
|
|
10424
|
+
{ client_session: [] },
|
|
10425
|
+
{ pat_with_workspace: [] },
|
|
10426
|
+
{ console_session: [] },
|
|
10427
|
+
{ api_key: [] },
|
|
10415
10428
|
],
|
|
10416
10429
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10417
10430
|
tags: ['/thermostats'],
|
|
@@ -10459,9 +10472,9 @@ export default {
|
|
|
10459
10472
|
401: { description: 'Unauthorized' },
|
|
10460
10473
|
},
|
|
10461
10474
|
security: [
|
|
10462
|
-
{
|
|
10463
|
-
{
|
|
10464
|
-
{
|
|
10475
|
+
{ api_key: [] },
|
|
10476
|
+
{ client_session: [] },
|
|
10477
|
+
{ pat_with_workspace: [] },
|
|
10465
10478
|
],
|
|
10466
10479
|
summary: '/thermostats/cool',
|
|
10467
10480
|
tags: ['/thermostats'],
|
|
@@ -10506,9 +10519,9 @@ export default {
|
|
|
10506
10519
|
401: { description: 'Unauthorized' },
|
|
10507
10520
|
},
|
|
10508
10521
|
security: [
|
|
10509
|
-
{
|
|
10510
|
-
{
|
|
10511
|
-
{
|
|
10522
|
+
{ api_key: [] },
|
|
10523
|
+
{ client_session: [] },
|
|
10524
|
+
{ pat_with_workspace: [] },
|
|
10512
10525
|
],
|
|
10513
10526
|
summary: '/thermostats/get',
|
|
10514
10527
|
tags: ['/thermostats'],
|
|
@@ -10558,9 +10571,9 @@ export default {
|
|
|
10558
10571
|
401: { description: 'Unauthorized' },
|
|
10559
10572
|
},
|
|
10560
10573
|
security: [
|
|
10561
|
-
{
|
|
10562
|
-
{
|
|
10563
|
-
{
|
|
10574
|
+
{ api_key: [] },
|
|
10575
|
+
{ client_session: [] },
|
|
10576
|
+
{ pat_with_workspace: [] },
|
|
10564
10577
|
],
|
|
10565
10578
|
summary: '/thermostats/heat',
|
|
10566
10579
|
tags: ['/thermostats'],
|
|
@@ -10612,9 +10625,9 @@ export default {
|
|
|
10612
10625
|
401: { description: 'Unauthorized' },
|
|
10613
10626
|
},
|
|
10614
10627
|
security: [
|
|
10615
|
-
{
|
|
10616
|
-
{
|
|
10617
|
-
{
|
|
10628
|
+
{ api_key: [] },
|
|
10629
|
+
{ client_session: [] },
|
|
10630
|
+
{ pat_with_workspace: [] },
|
|
10618
10631
|
],
|
|
10619
10632
|
summary: '/thermostats/heat_cool',
|
|
10620
10633
|
tags: ['/thermostats'],
|
|
@@ -10703,7 +10716,7 @@ export default {
|
|
|
10703
10716
|
enum: [
|
|
10704
10717
|
'ecobee_thermostat',
|
|
10705
10718
|
'nest_thermostat',
|
|
10706
|
-
'
|
|
10719
|
+
'honeywell_resideo_thermostat',
|
|
10707
10720
|
],
|
|
10708
10721
|
type: 'string',
|
|
10709
10722
|
},
|
|
@@ -10752,7 +10765,7 @@ export default {
|
|
|
10752
10765
|
enum: [
|
|
10753
10766
|
'ecobee_thermostat',
|
|
10754
10767
|
'nest_thermostat',
|
|
10755
|
-
'
|
|
10768
|
+
'honeywell_resideo_thermostat',
|
|
10756
10769
|
],
|
|
10757
10770
|
type: 'string',
|
|
10758
10771
|
},
|
|
@@ -10800,7 +10813,7 @@ export default {
|
|
|
10800
10813
|
'smartthings',
|
|
10801
10814
|
'dormakaba_oracode',
|
|
10802
10815
|
'tedee',
|
|
10803
|
-
'
|
|
10816
|
+
'honeywell_resideo',
|
|
10804
10817
|
],
|
|
10805
10818
|
type: 'string',
|
|
10806
10819
|
},
|
|
@@ -10837,6 +10850,7 @@ export default {
|
|
|
10837
10850
|
{ api_key: [] },
|
|
10838
10851
|
{ pat_with_workspace: [] },
|
|
10839
10852
|
{ console_session: [] },
|
|
10853
|
+
{ client_session: [] },
|
|
10840
10854
|
],
|
|
10841
10855
|
summary: '/thermostats/list',
|
|
10842
10856
|
tags: ['/thermostats'],
|
|
@@ -10884,9 +10898,9 @@ export default {
|
|
|
10884
10898
|
401: { description: 'Unauthorized' },
|
|
10885
10899
|
},
|
|
10886
10900
|
security: [
|
|
10887
|
-
{
|
|
10888
|
-
{
|
|
10889
|
-
{
|
|
10901
|
+
{ api_key: [] },
|
|
10902
|
+
{ client_session: [] },
|
|
10903
|
+
{ pat_with_workspace: [] },
|
|
10890
10904
|
],
|
|
10891
10905
|
summary: '/thermostats/off',
|
|
10892
10906
|
tags: ['/thermostats'],
|
|
@@ -10936,9 +10950,9 @@ export default {
|
|
|
10936
10950
|
401: { description: 'Unauthorized' },
|
|
10937
10951
|
},
|
|
10938
10952
|
security: [
|
|
10939
|
-
{
|
|
10940
|
-
{
|
|
10941
|
-
{
|
|
10953
|
+
{ api_key: [] },
|
|
10954
|
+
{ client_session: [] },
|
|
10955
|
+
{ pat_with_workspace: [] },
|
|
10942
10956
|
],
|
|
10943
10957
|
summary: '/thermostats/set_fan_mode',
|
|
10944
10958
|
tags: ['/thermostats'],
|
|
@@ -10999,6 +11013,7 @@ export default {
|
|
|
10999
11013
|
{ api_key: [] },
|
|
11000
11014
|
{ pat_with_workspace: [] },
|
|
11001
11015
|
{ console_session: [] },
|
|
11016
|
+
{ client_session: [] },
|
|
11002
11017
|
],
|
|
11003
11018
|
summary: '/thermostats/update',
|
|
11004
11019
|
tags: ['/thermostats'],
|
|
@@ -11055,6 +11070,7 @@ export default {
|
|
|
11055
11070
|
{ api_key: [] },
|
|
11056
11071
|
{ pat_with_workspace: [] },
|
|
11057
11072
|
{ console_session: [] },
|
|
11073
|
+
{ client_session: [] },
|
|
11058
11074
|
],
|
|
11059
11075
|
summary: '/thermostats/update',
|
|
11060
11076
|
tags: ['/thermostats'],
|