heatpump uoms fix #2188

This commit is contained in:
MichaelDvP
2024-11-08 16:08:53 +01:00
parent 847c3ac2cd
commit afc2afbac0
5 changed files with 15 additions and 11 deletions

View File

@@ -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 {