changing some naming for the component
This commit is contained in:
parent
c0a3e23d67
commit
bbc9c4ee7f
2 changed files with 4 additions and 4 deletions
|
|
@ -34,9 +34,9 @@ import {
|
|||
type: quack.ComponentType.COMPONENT_TYPE_PRESSURE,
|
||||
subtypes: [
|
||||
{
|
||||
key: quack.AnalogPressureSubtype.ANALOG_PRESSURE_SUBTYPE_PMC21,
|
||||
value: "ANALOG_PRESSURE_SUBTYPE_PMC21",
|
||||
friendlyName: "PMC 21"
|
||||
key: quack.AnalogPressureSubtype.ANALOG_PRESSURE_SUBTYPE_PM1618,
|
||||
value: "ANALOG_PRESSURE_SUBTYPE_PM1618",
|
||||
friendlyName: "PM 1618"
|
||||
} as Subtype
|
||||
],
|
||||
friendlyName: "Analog Pressure",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue