From 25616ae3b4f3fbd231212d6e980df82bd49c89d6 Mon Sep 17 00:00:00 2001 From: Proddy Date: Tue, 12 Oct 2021 14:59:27 +0200 Subject: [PATCH] added time to UOM and replaced seconds with second (pluralization handled in code) --- interface/src/project/EMSESPtypes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/project/EMSESPtypes.ts b/interface/src/project/EMSESPtypes.ts index 17f9c5bb7..a65bc89a6 100644 --- a/interface/src/project/EMSESPtypes.ts +++ b/interface/src/project/EMSESPtypes.ts @@ -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" ];