Skip to content

Commit

Permalink
added time to UOM and replaced seconds with second (pluralization han…
Browse files Browse the repository at this point in the history
…dled in code)
  • Loading branch information
proddy committed Oct 12, 2021
1 parent 372aee3 commit 25616ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interface/src/project/EMSESPtypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export enum DeviceValueUOM {
SECONDS,
DBM,
MV,
TIMES,
OCLOCK
}

Expand All @@ -110,8 +111,9 @@ export const DeviceValueUOM_s = [
'kW',
'W',
'KB',
'seconds',
'second',
'dBm',
'mV',
'time',
"o'clock"
];

0 comments on commit 25616ae

Please sign in to comment.