added time to UOM and replaced seconds with second (pluralization handled in code)

This commit is contained in:
Proddy
2021-10-12 14:59:27 +02:00
parent 372aee30cd
commit 25616ae3b4

View File

@@ -93,6 +93,7 @@ export enum DeviceValueUOM {
SECONDS,
DBM,
MV,
TIMES,
OCLOCK
}
@@ -110,8 +111,9 @@ export const DeviceValueUOM_s = [
'kW',
'W',
'KB',
'seconds',
'second',
'dBm',
'mV',
'time',
"o'clock"
];