diff options
author | Ehsan Takalloo <ehsan.takalloo@gmail.com> | 2020-09-14 16:18:47 +0430 |
---|---|---|
committer | Ehsan Takalloo <ehsan.takalloo@gmail.com> | 2020-10-28 10:24:23 +0330 |
commit | d4fb6eb7a4648b74f930af667f9231226e4ce208 (patch) | |
tree | db267fab2460380f67fa5184c50e7fe9f84087fe /README.md | |
parent | 8958a8a3e98085c60c9cd803395be157e78e3565 (diff) |
Add support for tuning to alternative frequency
-Add a new verb for handling alternative frequency.
-Add a new structure (station_quality_t) and use it for sharing
quality parameters.
-Make tef665x implementations compatible with new structure.
-Update README.md file to cover new verbs.
Change-Id: Id78e3b9aa8896eca9ef44222657f21246de9914f
Signed-off-by: Ehsan Takalloo <ehsan.takalloo@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ respective audio stream. | scan_stop | stop scanning for station | | | stereo_mode | get/set stereo or mono mode | *Request:* {"value": "stereo" or "mono"} | | rds | get current RDS data | | +| quality | get station quality | | +| alternative_frequency | check an alternative frequency and retune | *Request:* {"value": 104900000} | ## Events |