2020-09-28 18:47:30 -04:00
|
|
|
DeviceReport:
|
|
|
|
description: Base device report. Only the device report corresponding to the device specified in the deviceHwType is or should be present.
|
|
|
|
discriminator: deviceHwType
|
|
|
|
required:
|
|
|
|
- deviceHwType
|
|
|
|
- direction
|
|
|
|
properties:
|
|
|
|
deviceHwType:
|
|
|
|
description: Device hardware type code
|
|
|
|
type: string
|
|
|
|
direction:
|
|
|
|
description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0)
|
|
|
|
type: integer
|
|
|
|
airspyReport:
|
|
|
|
$ref: "/doc/swagger/include/Airspy.yaml#/AirspyReport"
|
|
|
|
airspyHFReport:
|
|
|
|
$ref: "/doc/swagger/include/AirspyHF.yaml#/AirspyHFReport"
|
|
|
|
bladeRF2InputReport:
|
|
|
|
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
|
|
|
|
bladeRF2OutputReport:
|
|
|
|
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
|
2020-11-10 11:56:57 -05:00
|
|
|
bladeRF2MIMOReport:
|
|
|
|
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2MIMOReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
fileInputReport:
|
|
|
|
$ref: "/doc/swagger/include/FileInput.yaml#/FileInputReport"
|
|
|
|
kiwiSDRReport:
|
|
|
|
$ref: "/doc/swagger/include/KiwiSDR.yaml#/KiwiSDRReport"
|
2020-11-10 17:45:24 -05:00
|
|
|
limeSdrInputReport:
|
|
|
|
$ref: "/doc/swagger/include/LimeSdr.yaml#/LimeSdrInputReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
limeSdrOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/LimeSdr.yaml#/LimeSdrOutputReport"
|
2020-11-10 17:45:24 -05:00
|
|
|
limeSdrMIMOReport:
|
|
|
|
$ref: "/doc/swagger/include/LimeSdr.yaml#/LimeSdrMIMOReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
localInputReport:
|
|
|
|
$ref: "/doc/swagger/include/LocalInput.yaml#/LocalInputReport"
|
|
|
|
localOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/LocalOutput.yaml#/LocalOutputReport"
|
|
|
|
perseusReport:
|
|
|
|
$ref: "/doc/swagger/include/Perseus.yaml#/PerseusReport"
|
|
|
|
plutoSdrInputReport:
|
|
|
|
$ref: "/doc/swagger/include/PlutoSdr.yaml#/PlutoSdrInputReport"
|
|
|
|
plutoSdrOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/PlutoSdr.yaml#/PlutoSdrOutputReport"
|
2021-05-01 03:50:51 -04:00
|
|
|
plutoSdrMIMOReport:
|
|
|
|
$ref: "/doc/swagger/include/PlutoSdr.yaml#/PlutoSdrMIMOReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
rtlSdrReport:
|
|
|
|
$ref: "/doc/swagger/include/RtlSdr.yaml#/RtlSdrReport"
|
|
|
|
remoteOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/RemoteOutput.yaml#/RemoteOutputReport"
|
|
|
|
remoteInputReport:
|
|
|
|
$ref: "/doc/swagger/include/RemoteInput.yaml#/RemoteInputReport"
|
2022-08-16 11:08:07 -04:00
|
|
|
remoteTCPInputReport:
|
|
|
|
$ref: "/doc/swagger/include/RemoteTCPInput.yaml#/RemoteTCPInputReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
sdrPlayReport:
|
|
|
|
$ref: "/doc/swagger/include/SDRPlay.yaml#/SDRPlayReport"
|
2021-05-01 03:50:51 -04:00
|
|
|
sdrPlayV3Report:
|
|
|
|
$ref: "/doc/swagger/include/SDRPlayV3.yaml#/SDRPlayV3Report"
|
2020-11-09 18:36:03 -05:00
|
|
|
sigMFFileInputReport:
|
|
|
|
$ref: "/doc/swagger/include/SigMFFileInput.yaml#/SigMFFileInputReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
soapySDRInputReport:
|
|
|
|
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDRReport"
|
|
|
|
soapySDROutputReport:
|
|
|
|
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDRReport"
|
2020-10-11 03:01:47 -04:00
|
|
|
usrpInputReport:
|
|
|
|
$ref: "/doc/swagger/include/USRP.yaml#/USRPInputReport"
|
|
|
|
usrpOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/USRP.yaml#/USRPOutputReport"
|
2020-09-28 18:47:30 -04:00
|
|
|
xtrxInputReport:
|
|
|
|
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxInputReport"
|
|
|
|
xtrxOutputReport:
|
|
|
|
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxOutputReport"
|
2020-11-10 21:49:53 -05:00
|
|
|
xtrxMIMOReport:
|
|
|
|
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxMIMOReport"
|