From 8c59a921d53fe585060bba4a77f9c0005ed7a348 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:55:23 +0200 Subject: [PATCH] syncing --- src/specificClass.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/specificClass.js b/src/specificClass.js index a45d9f5..849ed5f 100644 --- a/src/specificClass.js +++ b/src/specificClass.js @@ -59,8 +59,7 @@ class MachineGroup { this.machines[child.config.general.id] === undefined ? this.machines[child.config.general.id] = child : this.logger.warn(`Machine ${child.config.general.id} is already registered.`); //listen for machine pressure changes - this.logger.debug(`Listening for pressure changes from machine ${child.config.general.id}`); - + this.logger.debug(`Listening for changes from child ${child.config.general.id} `); child.measurements.emitter.on("pressure.measured.differential", (eventData) => { this.logger.debug(`Pressure update from ${child.config.general.id}: ${eventData.value} ${eventData.unit}`);