Skip to content

Commit

Permalink
Merge branch 'pre-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
grigals committed Dec 4, 2023
2 parents a09611d + 38fed27 commit c840ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var setup = async function (app, router) {
});

router.get('/read/:ip/:port/:unitId/:regType/:startAddress/:quantity', (req, res) => {
logger.info("🛎️ Route /read Queued")
logger.info("🛎️ Route /read " + JSON.stringify(req.params))
logger.debug("🧩 Incoming Params: " + JSON.stringify(req.params));
logger.debug("🔑 Incoming keys: " + JSON.stringify(req.query));

Expand Down

0 comments on commit c840ae9

Please sign in to comment.