Remove non-implemented temperature handling function

This commit is contained in:
2025-10-10 13:27:31 +02:00
parent 08185243bc
commit c081acae4e

View File

@@ -161,10 +161,6 @@ _callMeasurementHandler(measurementType, value, position, context) {
this.updateMeasuredFlow(value, position, context); this.updateMeasuredFlow(value, position, context);
break; break;
case 'temperature':
this.updateMeasuredTemperature(value, position, context);
break;
default: default:
this.logger.warn(`No handler for measurement type: ${measurementType}`); this.logger.warn(`No handler for measurement type: ${measurementType}`);
// Generic handler - just update position // Generic handler - just update position