fix for the mV decimals on drager sensors, there shouldn't be any

This commit is contained in:
csawatzky 2025-10-28 09:34:40 -06:00
parent de526ddeb4
commit 3825d56aff

View file

@ -176,6 +176,7 @@ export class MeasurementDescriber {
this.details.unit = "mV";
this.details.graph = GraphType.MULTILINE;
this.details.unit = "mV";
this.details.decimals = 0
// this.details.nodeDetails = {
// colours: ["white", "black", "red", "blue"],
// labels: ["millivolt1", "millivolt2", "millivolt3", "millivolt4"]