forked from RnD/rotatingMachine
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);
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user