Skip to content

Commit

Permalink
more models
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 30, 2023
1 parent 8f092a0 commit b916ea1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## 10.2.0 (2023-11-30)

### Added

- Support for `H606A`, `H6092` and `H706C` lights
- Add LAN support for `H7066` (@JGtHb)

### Changed

- Bump `node` supported versions to v18.18.2 or v20.10.0

## 10.1.0 (2023-11-19)

### Added
Expand Down
5 changes: 5 additions & 0 deletions lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export default {
'H6065',
'H6066',
'H6067',
'H606A',
'H6071',
'H6072',
'H6073',
Expand All @@ -170,6 +171,7 @@ export default {
'H608C',
'H6089',
'H6091',
'H6092',
'H60A0',
'H6104',
'H6109',
Expand Down Expand Up @@ -267,6 +269,7 @@ export default {
'H7062',
'H7065',
'H7066',
'H706C',
'H70A1',
'H70B1',
'H70C1',
Expand Down Expand Up @@ -376,6 +379,7 @@ export default {
'H6076',
'H6078',
'H6087',
'H6092',
'H610A',
'H610B',
'H6117',
Expand Down Expand Up @@ -414,6 +418,7 @@ export default {
'H7062',
'H7065',
'H7066',
'H706C',
],

awsOutlet1617: ['H5080', 'H5083'],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"engines": {
"homebridge": "^1.6.0",
"node": "^18.18.2 || ^20.9.0"
"node": "^18.18.2 || ^20.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b916ea1

Please sign in to comment.