mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 08:21:16 -05:00
BladeRF2: REST API: implemented actions
This commit is contained in:
parent
ffa604cecf
commit
9947a454d6
@ -57,6 +57,16 @@ BladeRF2InputReport:
|
|||||||
items:
|
items:
|
||||||
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/NamedEnum"
|
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/NamedEnum"
|
||||||
|
|
||||||
|
BladeRF2InputActions:
|
||||||
|
description: BladeRF2
|
||||||
|
properties:
|
||||||
|
record:
|
||||||
|
type: integer
|
||||||
|
description: >
|
||||||
|
Record IQ stream action
|
||||||
|
* 0 - stop recording
|
||||||
|
* 1 - start recording
|
||||||
|
|
||||||
BladeRF2OutputSettings:
|
BladeRF2OutputSettings:
|
||||||
description: BladeRF2
|
description: BladeRF2
|
||||||
properties:
|
properties:
|
||||||
|
@ -20,6 +20,8 @@ DeviceActions:
|
|||||||
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFActions"
|
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFActions"
|
||||||
bladeRF1InputActions:
|
bladeRF1InputActions:
|
||||||
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
|
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
|
||||||
|
bladeRF2InputActions:
|
||||||
|
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
|
||||||
fcdProActions:
|
fcdProActions:
|
||||||
$ref: "http://localhost:8081/api/swagger/include/FCDPro.yaml#/FCDProActions"
|
$ref: "http://localhost:8081/api/swagger/include/FCDPro.yaml#/FCDProActions"
|
||||||
fcdProPlusActions:
|
fcdProPlusActions:
|
||||||
|
Loading…
Reference in New Issue
Block a user