mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added time to UOM and replaced seconds with second (pluralization handled in code)
This commit is contained in:
@@ -93,6 +93,7 @@ export enum DeviceValueUOM {
|
|||||||
SECONDS,
|
SECONDS,
|
||||||
DBM,
|
DBM,
|
||||||
MV,
|
MV,
|
||||||
|
TIMES,
|
||||||
OCLOCK
|
OCLOCK
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -110,8 +111,9 @@ export const DeviceValueUOM_s = [
|
|||||||
'kW',
|
'kW',
|
||||||
'W',
|
'W',
|
||||||
'KB',
|
'KB',
|
||||||
'seconds',
|
'second',
|
||||||
'dBm',
|
'dBm',
|
||||||
'mV',
|
'mV',
|
||||||
|
'time',
|
||||||
"o'clock"
|
"o'clock"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user