adding differential pressure subtype
This commit is contained in:
parent
13b875ce46
commit
2ea8610525
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ export function Pressure(subtype: number = 0): ComponentTypeExtension {
|
|||
key: quack.PressureSubtype.PRESSURE_SUBTYPE_FROG,
|
||||
value: "PRESSURE_SUBTYPE_FROG",
|
||||
friendlyName: "Pressure (Frog)"
|
||||
} as Subtype,
|
||||
{
|
||||
key: quack.PressureSubtype.PRESSURE_SUBTYPE_DIFFERENTIAL_PRESSURE,
|
||||
value: "PRESSURE_SUBTYPE_DIFFERENTIAL_PRESSURE",
|
||||
friendlyName: "Pressure Differential"
|
||||
} as Subtype
|
||||
],
|
||||
friendlyName: "Pressure",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue