mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
pc0, pc1 flow, add uom l/h, fix #2001
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user