Skip to content

Commit

Permalink
Update zigbee-herdsman-converters to 20.17.1 (#24092)
Browse files Browse the repository at this point in the history
* fix(ignore): update zigbee-herdsman-converters to 20.17.1

* Update
  • Loading branch information
Koenkk committed Sep 24, 2024
1 parent 5dd1bfb commit 22e1480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 @@ -61,7 +61,7 @@
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.1",
"zigbee-herdsman-converters": "20.17.0",
"zigbee-herdsman-converters": "20.17.1",
"zigbee2mqtt-frontend": "0.7.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/receive.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ describe('Receive', () => {
it('Should report correct energy and power values for different versions of SP600', async () => {
// https://github.com/Koenkk/zigbee-herdsman-converters/issues/915, OLD and NEW use different date code
// divisor of OLD is not correct and therefore underreports by factor 10.
const data = {instantaneousDemand: 496, currentSummDelivered: [0, 6648]};
const data = {instantaneousDemand: 496, currentSummDelivered: 6648};

const SP600_NEW = zigbeeHerdsman.devices.SP600_NEW;
await zigbeeHerdsman.events.message({
Expand Down

0 comments on commit 22e1480

Please sign in to comment.