fix for the mV decimals on drager sensors, there shouldn't be any
This commit is contained in:
parent
de526ddeb4
commit
3825d56aff
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ export class MeasurementDescriber {
|
||||||
this.details.unit = "mV";
|
this.details.unit = "mV";
|
||||||
this.details.graph = GraphType.MULTILINE;
|
this.details.graph = GraphType.MULTILINE;
|
||||||
this.details.unit = "mV";
|
this.details.unit = "mV";
|
||||||
|
this.details.decimals = 0
|
||||||
// this.details.nodeDetails = {
|
// this.details.nodeDetails = {
|
||||||
// colours: ["white", "black", "red", "blue"],
|
// colours: ["white", "black", "red", "blue"],
|
||||||
// labels: ["millivolt1", "millivolt2", "millivolt3", "millivolt4"]
|
// labels: ["millivolt1", "millivolt2", "millivolt3", "millivolt4"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue