Package.json updated

getporpertie leist nun auch die Chipdaten aus prop_flux
This commit is contained in:
2025-09-15 16:11:13 +00:00
parent 41ef7a06b2
commit 75ccb0b8ea
7 changed files with 4944 additions and 1830 deletions
+2
View File
@@ -84,9 +84,11 @@ function onError(error) {
*/
function onListening() {
console.log('DEBUG:', process.env.DEBUG, process.env.INFLUXHOST)
const addr = server.address();
const bind = typeof addr === 'string'
? 'pipe ' + addr
: 'port ' + addr.port;
debug('Listening on ' + bind);
console.log('Listening on ' + bind);
}