From c63701db38923661d8cc2fab994ca3b3bc2a2f11 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:32:39 +0100 Subject: [PATCH] updates --- src/specificClass.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/specificClass.js b/src/specificClass.js index b350e85..146ffb8 100644 --- a/src/specificClass.js +++ b/src/specificClass.js @@ -542,6 +542,10 @@ _callMeasurementHandler(measurementType, value, position, context) { } } + updateMeasuredTemperature(value, position, context = {}) { + this.logger.debug(`Temperature update: ${value} at ${position} from ${context.childName || 'child'} (${context.childId || 'unknown-id'})`); + } + // context handler for pressure updates updateMeasuredPressure(value, position, context = {}) {