fixing airflow component measurement types
This commit is contained in:
parent
f6e53aff1c
commit
73a4d6afea
1 changed files with 2 additions and 2 deletions
|
|
@ -33,13 +33,13 @@ export function Airflow(subtype: number = 0): ComponentTypeExtension {
|
|||
|
||||
let measurementTypes = [
|
||||
{
|
||||
measurementType: quack.MeasurementType.MEASUREMENT_TYPE_PPM,
|
||||
measurementType: quack.MeasurementType.MEASUREMENT_TYPE_CFM,
|
||||
label: cfm.label(),
|
||||
colour: cfm.colour(),
|
||||
graphType: cfm.graph()
|
||||
} as ComponentMeasurement,
|
||||
{
|
||||
measurementType: quack.MeasurementType.MEASUREMENT_TYPE_VOLTAGE,
|
||||
measurementType: quack.MeasurementType.MEASUREMENT_TYPE_SPEED,
|
||||
label: velocity.label(),
|
||||
colour: velocity.colour(),
|
||||
graphType: velocity.graph()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue