sdrangel/swagger/sdrangel/api/swagger/include/FeatureSettings.yaml

26 lines
1.2 KiB
YAML

FeatureSettings:
description: Base feature settings. Only the feature settings corresponding to the feature specified in the featureType field is or should be present.
discriminator: featureType
required:
- featureType
properties:
featureType:
description: Feature type code
type: string
originatorFeatureSetIndex:
description: Optional for reverse API. This is the feature set index from where the message comes from.
type: integer
originatorFeatureIndex:
description: Optional for reverse API. This is the feature index from where the message comes from.
type: integer
GS232ControllerSettings:
$ref: "http://swgserver:8081/api/swagger/include/GS232Controller.yaml#/GS232ControllerSettings"
AFCSettings:
$ref: "http://swgserver:8081/api/swagger/include/AFC.yaml#/AFCSettings"
SimplePTTSettings:
$ref: "http://swgserver:8081/api/swagger/include/SimplePTT.yaml#/SimplePTTSettings"
RigCtlServerSettings:
$ref: "http://swgserver:8081/api/swagger/include/RigCtlServer.yaml#/RigCtlServerSettings"
VORLocalizerSettings:
$ref: "http://swgserver:8081/api/swagger/include/VORLocalizer.yaml#/VORLocalizerSettings"