mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 06:07:49 -04:00
AFC plguin: REST API: sources
This commit is contained in:
parent
8b05670814
commit
3e004a257b
50
swagger/sdrangel/api/swagger/include/AFC.yaml
Normal file
50
swagger/sdrangel/api/swagger/include/AFC.yaml
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
AFCSettings:
|
||||||
|
description: "AFC settings"
|
||||||
|
properties:
|
||||||
|
title:
|
||||||
|
type: string
|
||||||
|
rgbColor:
|
||||||
|
type: integer
|
||||||
|
rxDeviceSetIndex:
|
||||||
|
description: index of the Rx device set to connect the Rx side to
|
||||||
|
type: integer
|
||||||
|
txDeviceSetIndex:
|
||||||
|
description: index of the Tx device set to connect the Tx side to
|
||||||
|
type: integer
|
||||||
|
rx2TxDelayMs:
|
||||||
|
description: Delay in milliseconds from Rx off to Tx on
|
||||||
|
type: integer
|
||||||
|
tx2RxDelayMs:
|
||||||
|
description: Delay in milliseconds from Tx off to Rx on
|
||||||
|
type: integer
|
||||||
|
useReverseAPI:
|
||||||
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||||
|
type: integer
|
||||||
|
reverseAPIAddress:
|
||||||
|
type: string
|
||||||
|
reverseAPIPort:
|
||||||
|
type: integer
|
||||||
|
reverseAPIDeviceIndex:
|
||||||
|
type: integer
|
||||||
|
reverseAPIChannelIndex:
|
||||||
|
type: integer
|
||||||
|
|
||||||
|
AFCReport:
|
||||||
|
description: "AFC report"
|
||||||
|
properties:
|
||||||
|
ptt:
|
||||||
|
type: integer
|
||||||
|
description: >
|
||||||
|
AFC status
|
||||||
|
* 0 - released
|
||||||
|
* 1 - engaged
|
||||||
|
|
||||||
|
AFCActions:
|
||||||
|
description: "AFC actions"
|
||||||
|
properties:
|
||||||
|
ptt:
|
||||||
|
type: integer
|
||||||
|
description: >
|
||||||
|
AFC action
|
||||||
|
* 0 - release
|
||||||
|
* 1 - engage
|
@ -13,5 +13,7 @@ FeatureActions:
|
|||||||
originatorFeatureIndex:
|
originatorFeatureIndex:
|
||||||
description: Optional for reverse API. This is the feature index from where the message comes from.
|
description: Optional for reverse API. This is the feature index from where the message comes from.
|
||||||
type: integer
|
type: integer
|
||||||
|
AFCActions:
|
||||||
|
$ref: "http://swgserver:8081/api/swagger/include/AFC.yaml#/AFCActions"
|
||||||
SimplePTTActions:
|
SimplePTTActions:
|
||||||
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTActions"
|
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTActions"
|
||||||
|
@ -7,5 +7,7 @@ FeatureReport:
|
|||||||
featureType:
|
featureType:
|
||||||
description: Feature type code
|
description: Feature type code
|
||||||
type: string
|
type: string
|
||||||
|
AFCReport:
|
||||||
|
$ref: "http://swgserver:8081/api/swagger/include/AFC.yaml#/AFCReport"
|
||||||
SimplePTTReport:
|
SimplePTTReport:
|
||||||
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTReport"
|
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTReport"
|
||||||
|
@ -13,6 +13,8 @@ FeatureSettings:
|
|||||||
originatorFeatureIndex:
|
originatorFeatureIndex:
|
||||||
description: Optional for reverse API. This is the feature index from where the message comes from.
|
description: Optional for reverse API. This is the feature index from where the message comes from.
|
||||||
type: integer
|
type: integer
|
||||||
|
AFCSettings:
|
||||||
|
$ref: "http://swgserver:8081/api/swagger/include/AFC.yaml#/AFCSettings"
|
||||||
SimplePTTSettings:
|
SimplePTTSettings:
|
||||||
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTSettings"
|
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTSettings"
|
||||||
RigCtlServerSettings:
|
RigCtlServerSettings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user