Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demod Analyzer plugin: channel selection via api #1956

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

anton-kotenko
Copy link
Contributor

@anton-kotenko anton-kotenko commented Jan 21, 2024

Problem: It's not possible to select channel in Demod Analyzer feature via api.

Solution:
Add new "action" into POST /sdrangel/featureset/feature/{featureIndex}/actions endpoint

Example:

 curl -X POST  -H  "accept: application/json" -H  "Content-Type: application/json" 'localhost:8091/sdrangel/featureset/feature/0/actions' -d '{"featureType":"DemodAnalyzer", "DemodAnalyzerActions": {"deviceId":1, "channelId":0}}'

Problem: It's not possible to select channel in Demod Analyzer feature
via api.

Solution:
Add new "action" into
POST /sdrangel/featureset/feature/{featureIndex}/actions
endpoint
@f4exb f4exb merged commit 943105d into f4exb:master Jan 22, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants