Skip to content

Commit

Permalink
Bump MQTT to 5.3.5 ref: #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Achronite committed Feb 6, 2024
1 parent d6a9e9d commit 7039b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -33,6 +33,7 @@ Also see [Issues](https://github.com/Achronite/mqtt-energenie-ener314rt/issues)
* Submitting a cached command will now replace the exisiting cached command for the device
* Added data value to the reporting of `command` when it has been succesfully cached (also only update MQTT when this is set to 0=None) [#69](https://github.com/Achronite/mqtt-energenie-ener314rt/issues/69),
e.g. "Set Temperature" becomes "Set Temperature 18.5"
* Bumped MQTT to 5.3.5 [#62](https://github.com/Achronite/mqtt-energenie-ener314rt/issues/62)


See also: https://github.com/Achronite/energenie-ener314rt/releases/tag/v0.7.0 - Notably pi5 support and GPIO driver changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"energenie-ener314rt": "0.7.1",
"mqtt": "^5.0.2",
"mqtt": "^5.3.5",
"npmlog": "^7.0.1"
},
"name": "mqtt-energenie-ener314rt",
Expand Down

0 comments on commit 7039b43

Please sign in to comment.