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

Request: In Satellite Tracker, allow AOS/LOS commands to use Satellite Tracker variables #1452

Closed
gvimlag opened this issue Sep 27, 2022 · 1 comment
Assignees

Comments

@gvimlag
Copy link

gvimlag commented Sep 27, 2022

Request:
According to https://github.com/f4exb/sdrangel/blob/master/plugins/feature/satellitetracker/readme.md
the "AOS speech warning" and "LOS speech warning" allow the user to use the following variables:

  ${name}
  ${duration}
  ${elevation}

Please allow the "AOS command" and "LOS command" (under both "Show settings dialog" and "SDRangel control") to also use these variables.
In addition, please add more variables. For example:

  ${name}
  ${duration}
  ${elevation}
  ${LOS}
  ${AOS}
  ${Range}

Use examples (under both "Show settings dialog" and "SDRangel control"):

  AOS command: /tmp/test.bash "${name} started at ${AOS} at ${Range} kilometers"
  LOS command: /tmp/test.bash "${name} stopped at ${LOS} at ${Range} kilometers"
@srcejon
Copy link
Collaborator

srcejon commented Sep 29, 2022

Implemented in above patch.

@srcejon srcejon closed this as completed Sep 29, 2022
dforsi pushed a commit to dforsi/sdrangel that referenced this issue Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants