mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-07 17:16:02 -05:00
22 lines
862 B
YAML
22 lines
862 B
YAML
FeatureActions:
|
|
description: Base feature actions. Only the feature actions 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
|
|
AFCActions:
|
|
$ref: "/doc/swagger/include/AFC.yaml#/AFCActions"
|
|
MapActions:
|
|
$ref: "/doc/swagger/include/Map.yaml#/MapActions"
|
|
SimplePTTActions:
|
|
$ref: "/doc/swagger/include/SimplePTT.yaml#/SimplePTTActions"
|