@seamapi/types 1.131.0 → 1.132.1

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.
Files changed (32) hide show
  1. package/dist/connect.cjs +23 -19
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +51 -45
  4. package/lib/seam/connect/openapi.d.ts +5 -2
  5. package/lib/seam/connect/openapi.js +23 -19
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +46 -43
  8. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.d.ts +8 -0
  9. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js +5 -0
  10. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js.map +1 -0
  11. package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
  12. package/lib/seam/connect/unstable/models/acs/index.js +1 -0
  13. package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
  14. package/lib/seam/connect/unstable/models/acs/system.d.ts +6 -3
  15. package/lib/seam/connect/unstable/models/acs/system.js +5 -2
  16. package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
  17. package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
  18. package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
  19. package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
  20. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
  21. package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
  22. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
  23. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
  24. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/openapi.ts +23 -19
  27. package/src/lib/seam/connect/route-types.ts +122 -43
  28. package/src/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.ts +5 -0
  29. package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
  30. package/src/lib/seam/connect/unstable/models/acs/system.ts +21 -17
  31. package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
  32. 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
- honeywell_metadata: z.ZodOptional<z.ZodObject<{
710
- honeywell_device_id: z.ZodString;
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
- honeywell_device_id: string;
714
+ honeywell_resideo_device_id: string;
715
715
  }, {
716
716
  device_name: string;
717
- honeywell_device_id: string;
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
- honeywell_metadata?: {
992
+ honeywell_resideo_metadata?: {
993
993
  device_name: string;
994
- honeywell_device_id: string;
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
- honeywell_metadata?: {
1173
+ honeywell_resideo_metadata?: {
1174
1174
  device_name: string;
1175
- honeywell_device_id: string;
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" | "honeywell_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
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
- honeywell_metadata?: {
2238
+ honeywell_resideo_metadata?: {
2239
2239
  device_name: string;
2240
- honeywell_device_id: string;
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
- honeywell_metadata?: {
2649
+ honeywell_resideo_metadata?: {
2650
2650
  device_name: string;
2651
- honeywell_device_id: string;
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" | "honeywell_thermostat" | "ios_phone" | "android_phone";
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
- honeywell_metadata?: {
3087
+ honeywell_resideo_metadata?: {
3088
3088
  device_name: string;
3089
- honeywell_device_id: string;
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
- honeywell_metadata?: {
3498
+ honeywell_resideo_metadata?: {
3499
3499
  device_name: string;
3500
- honeywell_device_id: string;
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" | "honeywell_thermostat" | "ios_phone" | "android_phone";
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" | "honeywell_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
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" | "honeywell_thermostat" | "ios_phone" | "android_phone";
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" | "honeywell_thermostat" | "ios_phone" | "android_phone";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.131.0",
3
+ "version": "1.132.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -185,6 +185,7 @@ export default {
185
185
  acs_system: {
186
186
  properties: {
187
187
  acs_system_id: { format: 'uuid', type: 'string' },
188
+ can_automate_enrollment: { type: 'boolean' },
188
189
  connected_account_ids: { items: { type: 'string' }, type: 'array' },
189
190
  created_at: { format: 'date-time', type: 'string' },
190
191
  external_type: {
@@ -609,7 +610,7 @@ export default {
609
610
  enum: [
610
611
  'ecobee_thermostat',
611
612
  'nest_thermostat',
612
- 'honeywell_thermostat',
613
+ 'honeywell_resideo_thermostat',
613
614
  ],
614
615
  type: 'string',
615
616
  },
@@ -947,12 +948,15 @@ export default {
947
948
  required: ['device_name', 'door_name'],
948
949
  type: 'object',
949
950
  },
950
- honeywell_metadata: {
951
+ honeywell_resideo_metadata: {
951
952
  properties: {
952
953
  device_name: { type: 'string' },
953
- honeywell_device_id: { type: 'string' },
954
+ honeywell_resideo_device_id: { type: 'string' },
954
955
  },
955
- required: ['honeywell_device_id', 'device_name'],
956
+ required: [
957
+ 'honeywell_resideo_device_id',
958
+ 'device_name',
959
+ ],
956
960
  type: 'object',
957
961
  },
958
962
  hubitat_metadata: {
@@ -1783,7 +1787,7 @@ export default {
1783
1787
  'assa_abloy_credential_service',
1784
1788
  'seam_bridge',
1785
1789
  'tedee',
1786
- 'honeywell',
1790
+ 'honeywell_resideo',
1787
1791
  ],
1788
1792
  type: 'string',
1789
1793
  },
@@ -2173,7 +2177,7 @@ export default {
2173
2177
  enum: [
2174
2178
  'ecobee_thermostat',
2175
2179
  'nest_thermostat',
2176
- 'honeywell_thermostat',
2180
+ 'honeywell_resideo_thermostat',
2177
2181
  ],
2178
2182
  type: 'string',
2179
2183
  },
@@ -7091,7 +7095,7 @@ export default {
7091
7095
  'assa_abloy_credential_service',
7092
7096
  'seam_bridge',
7093
7097
  'tedee',
7094
- 'honeywell',
7098
+ 'honeywell_resideo',
7095
7099
  'yale_access',
7096
7100
  'hid_cm',
7097
7101
  'google_nest',
@@ -7743,7 +7747,7 @@ export default {
7743
7747
  enum: [
7744
7748
  'ecobee_thermostat',
7745
7749
  'nest_thermostat',
7746
- 'honeywell_thermostat',
7750
+ 'honeywell_resideo_thermostat',
7747
7751
  ],
7748
7752
  type: 'string',
7749
7753
  },
@@ -7792,7 +7796,7 @@ export default {
7792
7796
  enum: [
7793
7797
  'ecobee_thermostat',
7794
7798
  'nest_thermostat',
7795
- 'honeywell_thermostat',
7799
+ 'honeywell_resideo_thermostat',
7796
7800
  ],
7797
7801
  type: 'string',
7798
7802
  },
@@ -7840,7 +7844,7 @@ export default {
7840
7844
  'smartthings',
7841
7845
  'dormakaba_oracode',
7842
7846
  'tedee',
7843
- 'honeywell',
7847
+ 'honeywell_resideo',
7844
7848
  ],
7845
7849
  type: 'string',
7846
7850
  },
@@ -8070,7 +8074,7 @@ export default {
8070
8074
  enum: [
8071
8075
  'ecobee_thermostat',
8072
8076
  'nest_thermostat',
8073
- 'honeywell_thermostat',
8077
+ 'honeywell_resideo_thermostat',
8074
8078
  ],
8075
8079
  type: 'string',
8076
8080
  },
@@ -8119,7 +8123,7 @@ export default {
8119
8123
  enum: [
8120
8124
  'ecobee_thermostat',
8121
8125
  'nest_thermostat',
8122
- 'honeywell_thermostat',
8126
+ 'honeywell_resideo_thermostat',
8123
8127
  ],
8124
8128
  type: 'string',
8125
8129
  },
@@ -8167,7 +8171,7 @@ export default {
8167
8171
  'smartthings',
8168
8172
  'dormakaba_oracode',
8169
8173
  'tedee',
8170
- 'honeywell',
8174
+ 'honeywell_resideo',
8171
8175
  ],
8172
8176
  type: 'string',
8173
8177
  },
@@ -9005,7 +9009,7 @@ export default {
9005
9009
  enum: [
9006
9010
  'ecobee_thermostat',
9007
9011
  'nest_thermostat',
9008
- 'honeywell_thermostat',
9012
+ 'honeywell_resideo_thermostat',
9009
9013
  ],
9010
9014
  type: 'string',
9011
9015
  },
@@ -9054,7 +9058,7 @@ export default {
9054
9058
  enum: [
9055
9059
  'ecobee_thermostat',
9056
9060
  'nest_thermostat',
9057
- 'honeywell_thermostat',
9061
+ 'honeywell_resideo_thermostat',
9058
9062
  ],
9059
9063
  type: 'string',
9060
9064
  },
@@ -9102,7 +9106,7 @@ export default {
9102
9106
  'smartthings',
9103
9107
  'dormakaba_oracode',
9104
9108
  'tedee',
9105
- 'honeywell',
9109
+ 'honeywell_resideo',
9106
9110
  ],
9107
9111
  type: 'string',
9108
9112
  },
@@ -10702,7 +10706,7 @@ export default {
10702
10706
  enum: [
10703
10707
  'ecobee_thermostat',
10704
10708
  'nest_thermostat',
10705
- 'honeywell_thermostat',
10709
+ 'honeywell_resideo_thermostat',
10706
10710
  ],
10707
10711
  type: 'string',
10708
10712
  },
@@ -10751,7 +10755,7 @@ export default {
10751
10755
  enum: [
10752
10756
  'ecobee_thermostat',
10753
10757
  'nest_thermostat',
10754
- 'honeywell_thermostat',
10758
+ 'honeywell_resideo_thermostat',
10755
10759
  ],
10756
10760
  type: 'string',
10757
10761
  },
@@ -10799,7 +10803,7 @@ export default {
10799
10803
  'smartthings',
10800
10804
  'dormakaba_oracode',
10801
10805
  'tedee',
10802
- 'honeywell',
10806
+ 'honeywell_resideo',
10803
10807
  ],
10804
10808
  type: 'string',
10805
10809
  },