Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Aug 26, 2023
1 parent dbe47fa commit 650f2bf
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 34 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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

## BETA
## 9.4.0 (2023-08-26)

### Added

Expand All @@ -18,7 +18,7 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `H6609` gaming lights
- `H7029` bluetooth lights
- `H7134` heater
- `H713A` lights
- `H705C`, `H713A` lights
- `H7151` dehumidifier

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions lib/connection/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export default class {
this.device.on('message', (topic, payload) => {
const payloadString = Buffer.from(payload).toString();

platform.log.error('[AWS] %s [%s].', platformLang.awsEventMessage, payloadString);

// Parse the message to JSON
try {
payload = JSON.parse(payloadString);
Expand Down
2 changes: 2 additions & 0 deletions lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export default {
'H7055',
'H705A',
'H705B',
'H705C',
'H7060',
'H7061',
'H7062',
Expand Down Expand Up @@ -387,6 +388,7 @@ export default {
'H7055',
'H705A',
'H705B',
'H705C',
'H7060',
'H7061',
'H7062',
Expand Down
71 changes: 43 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"govee-bt-client": "^1.0.15"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-sort-exports": "^0.8.0"
}
Expand Down

0 comments on commit 650f2bf

Please sign in to comment.