mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add hpSetDiffPressure #1563
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user