/pps/radio/command

The radio app listens for commands from the HMI on this control object

Publishers
Any app
Subscribers
Radio

Commands

The control object accepts the following commands:

Command Description
seek direction Seek either up or down.
seek stop Stop seeking.
tune Tune to the specified station.
tuner tuner Set the tuner to am or fm.

Examples

Use the FM tuner:

echo tuner::fm >> /pps/radio/command

Seek down:

echo seek::down >> /pps/radio/command

Stop seeking:

echo seek::stop >> /pps/radio/command