mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
heatpump uoms fix #2188
This commit is contained in:
@@ -181,7 +181,8 @@ export enum DeviceValueUOM {
|
||||
K,
|
||||
VOLTS,
|
||||
MBAR,
|
||||
LH
|
||||
LH,
|
||||
CTKWH
|
||||
}
|
||||
|
||||
export const DeviceValueUOM_s = [
|
||||
@@ -210,7 +211,8 @@ export const DeviceValueUOM_s = [
|
||||
'K',
|
||||
'V',
|
||||
'mbar',
|
||||
'l/h'
|
||||
'l/h',
|
||||
'ct/kWh'
|
||||
];
|
||||
|
||||
export enum AnalogType {
|
||||
|
||||
Reference in New Issue
Block a user