mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
API: report running state for feature plugins with run action
This commit is contained in:
@@ -32,6 +32,18 @@ VORLocalizerSettings:
|
||||
description: Shift of center frequency in Hz
|
||||
type: integer
|
||||
|
||||
VORLocalizerReport:
|
||||
description: VORLocalizers
|
||||
properties:
|
||||
runningState:
|
||||
type: integer
|
||||
description: >
|
||||
Running state
|
||||
* 0 - not started
|
||||
* 1 - idle
|
||||
* 2 - running
|
||||
* 3 - error
|
||||
|
||||
VORLocalizerActions:
|
||||
description: VORLocalizer
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user