fix for the mV decimals on drager sensors, there shouldn't be any
This commit is contained in:
parent
d63022ca88
commit
5c5d8debc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue