sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

Rest API - add PUT /sdrangel/featureset/feature/{featureIndex}/run

Open Valstee opened this issue 1 year ago • 2 comments

Hi, From time to time when I use the GS232 Rotator Controller feature, I get an error reading the position sensor: "Unexpected GS-232 response : ?>". The status of the feature is as follows:

{
  "state": "error"
}

is it possible to add the "PUT" function to force the feature to return to a "running" state ? Otherwise I'm have to perform a manual action to validate the error and then restart the feature (once the error has been manually validated, I can use "POST" to restart it). Thanks a lot, Valentin (F4JIZ)

Valstee avatar Jun 26 '23 09:06 Valstee