mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 05:15:40 -04:00
API: report running state for feature plugins with run action
This commit is contained in:
@@ -166,6 +166,18 @@ SatelliteDeviceSettings:
|
||||
description: "Command to execute on LOS"
|
||||
type: string
|
||||
|
||||
SatelliteTrackerReport:
|
||||
description: "Satellite Tracker report"
|
||||
properties:
|
||||
runningState:
|
||||
type: integer
|
||||
description: >
|
||||
Running state
|
||||
* 0 - not started
|
||||
* 1 - idle
|
||||
* 2 - running
|
||||
* 3 - error
|
||||
|
||||
SatelliteTrackerActions:
|
||||
description: "Satellite Tracker actions"
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user