forked from Instathings/modbus2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unified modbus readings into a single mqtt payload * incremented integration period to 30 seconds and updated herdsman dependency * chore: bump to v1.1.7 * fix: use node 12 to build * fix: update slack notify to latest * fix: try to run using node 12 * fix: try to use setup-node * fix: additional test * fix: update debian sources origins * Feat: bump Node.js to LTS (v18.x) (Instathings#39) * feat: bump to node 18 * feat: bump modbus-serial * chore: removed unnecessary log * maint: restored only development branch * fix: bumped updated libraries * chore: updated changelog * fix: use native setTimeout * fix: upgraded to latest node * chore: build only from development * fix: guard on undefined descriptor * chore: fix typo * fix: use a one sec timeout on modbus instance * chore: eslint, easy fixes * fix: production build, bumped gh action buildx version --------- Co-authored-by: dadna <[email protected]> Co-authored-by: dadna <[email protected]>
- Loading branch information
1 parent
d53b27a
commit 4bf55fc
Showing
12 changed files
with
5,895 additions
and
2,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.16.2 | ||
FROM node:18.17.0 | ||
|
||
WORKDIR /app | ||
COPY package.json . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.