pc0, pc1 flow, add uom l/h, fix #2001

This commit is contained in:
MichaelDvP
2024-09-16 13:47:52 +02:00
parent a6ca1313ca
commit 1c6464a4f3
8 changed files with 89 additions and 17 deletions

View File

@@ -182,7 +182,8 @@ export enum DeviceValueUOM {
KMIN,
K,
VOLTS,
MBAR
MBAR,
LH
}
export const DeviceValueUOM_s = [
@@ -210,7 +211,8 @@ export const DeviceValueUOM_s = [
'K*min',
'K',
'V',
'mbar'
'mbar',
'l/h'
];
export enum AnalogType {