Remove non-implemented temperature handling function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user