@homebridge-plugins/homebridge-govee 10.14.0 → 10.15.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/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
8
8
  - `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
9
9
  - `PATCH` version when backwards-compatible bug fixes are implemented
10
10
 
11
+ ## v10.15.0 (2024-12-09)
12
+
13
+ ### Added
14
+
15
+ - added new light models
16
+
11
17
  ## v10.14.0 (2024-12-08)
12
18
 
13
19
  ### Added
@@ -218,9 +218,12 @@ export default {
218
218
  'H6125',
219
219
  'H6126',
220
220
  'H6127',
221
+ 'H6129',
222
+ 'H612A',
221
223
  'H612B',
222
224
  'H612C',
223
225
  'H612D',
226
+ 'H612E',
224
227
  'H612F',
225
228
  'H6135',
226
229
  'H6137',
@@ -340,6 +343,7 @@ export default {
340
343
  'H7013',
341
344
  'H7015',
342
345
  'H7016',
346
+ 'H7017',
343
347
  'H7019',
344
348
  'H7020',
345
349
  'H7021',
@@ -354,6 +358,8 @@ export default {
354
358
  'H7037',
355
359
  'H7038',
356
360
  'H7039',
361
+ 'H703A',
362
+ 'H703B',
357
363
  'H7041',
358
364
  'H7042',
359
365
  'H7050',
@@ -362,6 +368,7 @@ export default {
362
368
  'H7053',
363
369
  'H7055',
364
370
  'H7057',
371
+ 'H7058',
365
372
  'H705A',
366
373
  'H705B',
367
374
  'H705C',
@@ -375,16 +382,22 @@ export default {
375
382
  'H7065',
376
383
  'H7066',
377
384
  'H7067',
385
+ 'H7068',
378
386
  'H7069',
379
387
  'H706A',
380
388
  'H706B',
381
389
  'H706C',
382
390
  'H7070',
383
391
  'H7075',
392
+ 'H7078',
384
393
  'H7090',
394
+ 'H7092',
395
+ 'H7095',
385
396
  'H70A1',
386
397
  'H70A2',
398
+ 'H70A3',
387
399
  'H70B1',
400
+ 'H70B3',
388
401
  'H70B4',
389
402
  'H70B5',
390
403
  'H70BC',
@@ -393,7 +406,11 @@ export default {
393
406
  'H70C4',
394
407
  'H70C5',
395
408
  'H70C7',
409
+ 'H70C9',
410
+ 'H70CB',
396
411
  'H70D1',
412
+ 'H70D2',
413
+ 'H70D3',
397
414
  'H801B',
398
415
  'H801C',
399
416
  'H805A',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-govee",
3
3
  "alias": "Govee",
4
4
  "type": "module",
5
- "version": "10.14.0",
5
+ "version": "10.15.0",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",