add RC30 ww parameters, #117

This commit is contained in:
MichaelDvP
2021-10-01 09:29:18 +02:00
parent 4f24035082
commit eea32ad134
5 changed files with 69 additions and 41 deletions

View File

@@ -92,7 +92,8 @@ export enum DeviceValueUOM {
KB,
SECONDS,
DBM,
MV
MV,
OCLOCK
}
export const DeviceValueUOM_s = [
@@ -111,5 +112,6 @@ export const DeviceValueUOM_s = [
'KB',
'seconds',
'dBm',
'mV'
'mV',
"o'clock"
];