From 4ca83051fec94b59b1140540367a94cca79289db Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Thu, 15 Aug 2024 12:18:30 -0400 Subject: [PATCH] feature: report output messages for the dashboard --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9240f8b..9657679 100644 --- a/index.js +++ b/index.js @@ -163,6 +163,7 @@ module.exports = function(app) { try { app.debug(`emit nmea2000JsonOut ${JSON.stringify(pgn)}`) app.emit("nmea2000JsonOut", pgn); + app.reportOutputMessages(1) } catch ( err ) { console.error(`error writing pgn ${JSON.stringify(pgn)}`)