From c081acae4e18c0d714c015be36c84278a0eac684 Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Fri, 10 Oct 2025 13:27:31 +0200
Subject: [PATCH] Remove non-implemented temperature handling function
---
src/specificClass.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/specificClass.js b/src/specificClass.js
index 823f60c..679f3b9 100644
--- a/src/specificClass.js
+++ b/src/specificClass.js
@@ -161,10 +161,6 @@ _callMeasurementHandler(measurementType, value, position, context) {
this.updateMeasuredFlow(value, position, context);
break;
- case 'temperature':
- this.updateMeasuredTemperature(value, position, context);
- break;
-
default:
this.logger.warn(`No handler for measurement type: ${measurementType}`);
// Generic handler - just update position