1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-24 11:12:27 -04:00

Frequency tracker: REST API: added tracking delta frequency in report

This commit is contained in:
f4exb 2020-06-27 05:34:42 +02:00
parent 423476140a
commit 77bd2d1219

View File

@ -63,6 +63,9 @@ FreqTrackerReport:
description: power received in channel (dB) description: power received in channel (dB)
type: number type: number
format: float format: float
trackingDeltaFrequency:
description: difference between channel and PLL or FLL center frequency (Hz)
type: integer
squelch: squelch:
description: squelch status (1 if open else 0) description: squelch status (1 if open else 0)
type: integer type: integer