@seamapi/types 1.9.0 → 1.10.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.
@@ -3995,6 +3995,10 @@ declare const _default: {
3995
3995
  type: string;
3996
3996
  enum: string[];
3997
3997
  };
3998
+ fan_mode_setting: {
3999
+ type: string;
4000
+ enum: string[];
4001
+ };
3998
4002
  sync: {
3999
4003
  default: boolean;
4000
4004
  type: string;
@@ -8848,6 +8852,7 @@ declare const _default: {
8848
8852
  ecobee_metadata?: never;
8849
8853
  hubitat_metadata?: never;
8850
8854
  dormakaba_oracode_metadata?: never;
8855
+ wyze_metadata?: never;
8851
8856
  };
8852
8857
  required: string[];
8853
8858
  } | {
@@ -9297,6 +9302,27 @@ declare const _default: {
9297
9302
  };
9298
9303
  required: string[];
9299
9304
  };
9305
+ wyze_metadata: {
9306
+ type: string;
9307
+ properties: {
9308
+ device_id: {
9309
+ type: string;
9310
+ };
9311
+ device_name: {
9312
+ type: string;
9313
+ };
9314
+ product_type: {
9315
+ type: string;
9316
+ };
9317
+ product_model: {
9318
+ type: string;
9319
+ };
9320
+ device_info_model: {
9321
+ type: string;
9322
+ };
9323
+ };
9324
+ required: string[];
9325
+ };
9300
9326
  online?: never;
9301
9327
  name?: never;
9302
9328
  model?: never;
@@ -3944,6 +3944,10 @@ declare const _default: {
3944
3944
  type: string;
3945
3945
  enum: string[];
3946
3946
  };
3947
+ fan_mode_setting: {
3948
+ type: string;
3949
+ enum: string[];
3950
+ };
3947
3951
  sync: {
3948
3952
  default: boolean;
3949
3953
  type: string;
@@ -8797,6 +8801,7 @@ declare const _default: {
8797
8801
  ecobee_metadata?: never;
8798
8802
  hubitat_metadata?: never;
8799
8803
  dormakaba_oracode_metadata?: never;
8804
+ wyze_metadata?: never;
8800
8805
  };
8801
8806
  required: string[];
8802
8807
  } | {
@@ -9246,6 +9251,27 @@ declare const _default: {
9246
9251
  };
9247
9252
  required: string[];
9248
9253
  };
9254
+ wyze_metadata: {
9255
+ type: string;
9256
+ properties: {
9257
+ device_id: {
9258
+ type: string;
9259
+ };
9260
+ device_name: {
9261
+ type: string;
9262
+ };
9263
+ product_type: {
9264
+ type: string;
9265
+ };
9266
+ product_model: {
9267
+ type: string;
9268
+ };
9269
+ device_info_model: {
9270
+ type: string;
9271
+ };
9272
+ };
9273
+ required: string[];
9274
+ };
9249
9275
  online?: never;
9250
9276
  name?: never;
9251
9277
  model?: never;
@@ -1685,6 +1685,7 @@ export default {
1685
1685
  'schlage_lock',
1686
1686
  'seam_relay',
1687
1687
  'smartthings_lock',
1688
+ 'wyze_lock',
1688
1689
  'yale_lock',
1689
1690
  'two_n_intercom',
1690
1691
  'controlbyweb_device',
@@ -1728,6 +1729,7 @@ export default {
1728
1729
  'schlage_lock',
1729
1730
  'seam_relay',
1730
1731
  'smartthings_lock',
1732
+ 'wyze_lock',
1731
1733
  'yale_lock',
1732
1734
  'two_n_intercom',
1733
1735
  'controlbyweb_device',
@@ -1772,6 +1774,7 @@ export default {
1772
1774
  'schlage',
1773
1775
  'seam',
1774
1776
  'unknown',
1777
+ 'wyze',
1775
1778
  'yale',
1776
1779
  'minut',
1777
1780
  'two_n',
@@ -2401,6 +2404,7 @@ export default {
2401
2404
  'schlage_lock',
2402
2405
  'seam_relay',
2403
2406
  'smartthings_lock',
2407
+ 'wyze_lock',
2404
2408
  'yale_lock',
2405
2409
  'two_n_intercom',
2406
2410
  'controlbyweb_device',
@@ -2444,6 +2448,7 @@ export default {
2444
2448
  'schlage_lock',
2445
2449
  'seam_relay',
2446
2450
  'smartthings_lock',
2451
+ 'wyze_lock',
2447
2452
  'yale_lock',
2448
2453
  'two_n_intercom',
2449
2454
  'controlbyweb_device',
@@ -2488,6 +2493,7 @@ export default {
2488
2493
  'schlage',
2489
2494
  'seam',
2490
2495
  'unknown',
2496
+ 'wyze',
2491
2497
  'yale',
2492
2498
  'minut',
2493
2499
  'two_n',
@@ -2870,6 +2876,7 @@ export default {
2870
2876
  'schlage_lock',
2871
2877
  'seam_relay',
2872
2878
  'smartthings_lock',
2879
+ 'wyze_lock',
2873
2880
  'yale_lock',
2874
2881
  'two_n_intercom',
2875
2882
  'controlbyweb_device',
@@ -2913,6 +2920,7 @@ export default {
2913
2920
  'schlage_lock',
2914
2921
  'seam_relay',
2915
2922
  'smartthings_lock',
2923
+ 'wyze_lock',
2916
2924
  'yale_lock',
2917
2925
  'two_n_intercom',
2918
2926
  'controlbyweb_device',
@@ -2957,6 +2965,7 @@ export default {
2957
2965
  'schlage',
2958
2966
  'seam',
2959
2967
  'unknown',
2968
+ 'wyze',
2960
2969
  'yale',
2961
2970
  'minut',
2962
2971
  'two_n',
@@ -3063,9 +3072,10 @@ export default {
3063
3072
  properties: {
3064
3073
  device_id: { type: 'string', format: 'uuid' },
3065
3074
  fan_mode: { type: 'string', enum: ['auto', 'on'] },
3075
+ fan_mode_setting: { type: 'string', enum: ['auto', 'on'] },
3066
3076
  sync: { default: false, type: 'boolean' },
3067
3077
  },
3068
- required: ['device_id', 'fan_mode'],
3078
+ required: ['device_id'],
3069
3079
  },
3070
3080
  },
3071
3081
  },
@@ -5016,6 +5026,7 @@ export default {
5016
5026
  'schlage_lock',
5017
5027
  'seam_relay',
5018
5028
  'smartthings_lock',
5029
+ 'wyze_lock',
5019
5030
  'yale_lock',
5020
5031
  'two_n_intercom',
5021
5032
  'controlbyweb_device',
@@ -5059,6 +5070,7 @@ export default {
5059
5070
  'schlage_lock',
5060
5071
  'seam_relay',
5061
5072
  'smartthings_lock',
5073
+ 'wyze_lock',
5062
5074
  'yale_lock',
5063
5075
  'two_n_intercom',
5064
5076
  'controlbyweb_device',
@@ -5103,6 +5115,7 @@ export default {
5103
5115
  'schlage',
5104
5116
  'seam',
5105
5117
  'unknown',
5118
+ 'wyze',
5106
5119
  'yale',
5107
5120
  'minut',
5108
5121
  'two_n',
@@ -6287,6 +6300,7 @@ export default {
6287
6300
  'schlage_lock',
6288
6301
  'seam_relay',
6289
6302
  'smartthings_lock',
6303
+ 'wyze_lock',
6290
6304
  'yale_lock',
6291
6305
  'two_n_intercom',
6292
6306
  'controlbyweb_device',
@@ -6683,6 +6697,23 @@ export default {
6683
6697
  'site_name',
6684
6698
  ],
6685
6699
  },
6700
+ wyze_metadata: {
6701
+ type: 'object',
6702
+ properties: {
6703
+ device_id: { type: 'string' },
6704
+ device_name: { type: 'string' },
6705
+ product_type: { type: 'string' },
6706
+ product_model: { type: 'string' },
6707
+ device_info_model: { type: 'string' },
6708
+ },
6709
+ required: [
6710
+ 'device_id',
6711
+ 'device_name',
6712
+ 'product_type',
6713
+ 'product_model',
6714
+ 'device_info_model',
6715
+ ],
6716
+ },
6686
6717
  },
6687
6718
  },
6688
6719
  ],
@@ -7271,6 +7302,7 @@ export default {
7271
7302
  'schlage_lock',
7272
7303
  'seam_relay',
7273
7304
  'smartthings_lock',
7305
+ 'wyze_lock',
7274
7306
  'yale_lock',
7275
7307
  'two_n_intercom',
7276
7308
  'controlbyweb_device',