add hpSetDiffPressure #1563

This commit is contained in:
MichaelDvP
2024-01-20 15:01:41 +01:00
parent 9260db330e
commit cd8921e78e
8 changed files with 37 additions and 6 deletions

View File

@@ -177,7 +177,8 @@ export enum DeviceValueUOM {
L,
KMIN,
K,
VOLTS
VOLTS,
MBAR
}
export const DeviceValueUOM_s = [
@@ -204,7 +205,8 @@ export const DeviceValueUOM_s = [
'l',
'K*min',
'K',
'V'
'V',
'mbar'
];
export enum AnalogType {