1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

LimeRFE USB support: REST API: SWR handling fixes

This commit is contained in:
f4exb
2020-01-15 00:28:25 +01:00
parent 049132f46e
commit f3bf33f273
13 changed files with 118 additions and 14 deletions
@@ -40,6 +40,12 @@ LimeRFESettings:
txPort:
description: Tx port selected (see LimeRFEController.TxPort enumeration)
type: integer
swrEnable:
description: Boolean if SWR measurements are enabled else 0
type: integer
swrSource:
description: SWR measurement source (see LimeRFEController.SWRSource)
type: integer
rxOn:
description: Boolean 1 if Rx is active else 0
type: integer
@@ -51,8 +57,8 @@ LimeRFEPower:
description: report of forward and reflected power measurements
properties:
forward:
description: relative forward power in dB
description: relative forward power in centi-Bels
type: integer
reflected:
description: relative reflected power in dB
description: relative reflected power in centi-Bels
type: integer