Package.json updated
getporpertie leist nun auch die Chipdaten aus prop_flux
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user