This commit is contained in:
znetsixe
2026-01-29 13:32:39 +01:00
parent 108d2e23ca
commit c63701db38

View File

@@ -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 // context handler for pressure updates
updateMeasuredPressure(value, position, context = {}) { updateMeasuredPressure(value, position, context = {}) {