fixed unit from V to mV for analog pressure
This commit is contained in:
parent
1051534bb5
commit
270df1a118
2 changed files with 2 additions and 3 deletions
|
|
@ -174,10 +174,9 @@ export class MeasurementDescriber {
|
|||
this.details.path = "power.inputVoltageTimes10";
|
||||
this.details.decimals = 1;
|
||||
}
|
||||
if (componentType === quack.ComponentType.COMPONENT_TYPE_DRAGER_GAS_DONGLE) {
|
||||
if (componentType === quack.ComponentType.COMPONENT_TYPE_DRAGER_GAS_DONGLE || componentType === quack.ComponentType.COMPONENT_TYPE_ANALOG_PRESSURE) {
|
||||
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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue