Skip to content

Commit

Permalink
Update zigbee-herdsman-converters to 14.0.356 (Koenkk#10329)
Browse files Browse the repository at this point in the history
* Update zigbee-herdsman-converters to 14.0.356

* Fix tests

Co-authored-by: Koenkk <[email protected]>
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2021
1 parent 03f24a6 commit 2a8a98f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions npm-shrinkwrap.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 @@ -58,7 +58,7 @@
"winston-syslog": "^2.4.4",
"ws": "^8.3.0",
"zigbee-herdsman": "0.13.185",
"zigbee-herdsman-converters": "14.0.355",
"zigbee-herdsman-converters": "14.0.356",
"zigbee2mqtt-frontend": "0.6.63"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/bridge.test.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/homeassistant.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ describe('HomeAssistant extension', () => {
);
expect(MQTT.publish).toHaveBeenCalledWith(
'zigbee2mqtt/remote',
stringify({"action":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
stringify({"action":null,"action_duration":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
{ retain: true, qos: 0 },
expect.any(Function)
);
Expand All @@ -967,7 +967,7 @@ describe('HomeAssistant extension', () => {
);
expect(MQTT.publish).toHaveBeenCalledWith(
'zigbee2mqtt/remote',
stringify({"action":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
stringify({"action":null,"action_duration":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
{ retain: true, qos: 0 },
expect.any(Function)
);
Expand Down

0 comments on commit 2a8a98f

Please sign in to comment.