Skip to content

Commit

Permalink
add h7173 kettle
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 27, 2023
1 parent a685e6c commit cbc94a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
### Added

- Support for `H6004`, `H601D`, `H70A1`, `H706A` lights
- Support for `H7175` kettle
- Support for `H7173`, `H7175` kettle

### Changed

Expand Down
2 changes: 1 addition & 1 deletion lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default {
iceMaker: ['H7172'],
sensorButton: ['H5122'],
sensorContact: ['H5123'],
kettle: ['H7170', 'H7171', 'H7175'],
kettle: ['H7170', 'H7171', 'H7173', 'H7175'],
template: ['H1162', 'H5043', 'H5122', 'H7162'], // H7162 is a diffuser
},

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 @@ -56,7 +56,7 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.0",
"aws-iot-device-sdk": "^2.2.13",
"axios": "^1.6.2",
"axios": "^1.6.3",
"node-persist": "^4.0.1",
"node-rsa": "^1.1.1",
"p-queue": "^8.0.1",
Expand Down

0 comments on commit cbc94a2

Please sign in to comment.