1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

REST API: Added streamIndex to relevant channel APIs

This commit is contained in:
f4exb
2019-09-22 20:26:09 +02:00
parent 01f0dd906a
commit c9eb8a8ec0
82 changed files with 1418 additions and 566 deletions
@@ -32,9 +32,12 @@ NFMModSettings:
title:
type: string
audioDeviceName:
type: string
type: string
modAFInput:
type: integer
streamIndex:
description: MIMO channel. Not relevant when connected to SI (single Rx).
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
@@ -43,12 +46,12 @@ NFMModSettings:
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
type: integer
reverseAPIChannelIndex:
type: integer
type: integer
cwKeyer:
$ref: "/doc/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
NFMModReport:
description: NFMMod
properties:
@@ -60,4 +63,3 @@ NFMModReport:
type: integer
channelSampleRate:
type: integer