This commit is contained in:
MichaelDvP
2022-12-14 15:53:40 +01:00
parent 4cdd5e9f20
commit c3eb553425
5 changed files with 12 additions and 9 deletions

View File

@@ -179,7 +179,8 @@ export enum DeviceValueUOM {
MV,
SQM,
M3,
L
L,
K_MIN
}
export const DeviceValueUOM_s = [
@@ -203,7 +204,8 @@ export const DeviceValueUOM_s = [
'mV',
'm²',
'm³',
'l'
'l',
'K*min'
];
export enum AnalogType {