/pps/qnxcar/radio/status

View the status of radio attributes such as artist, song, etc.

Publishers
Radio
Subscribers
Any app
The object's format looks like this:
@status
am:json:{"presets":[880,910,950,1020,1220,1430],"station":1680}
artist::Bjork
fm:json:{"presets":[87.5,88.5,99.9,105.3,106.9,107.1],"station":96.5}
genre::News & Entertainment
hd:b:true
song::All is Full of Love
station::CBC Radio 2
tuner::fm

Attributes

Attribute Data type Description
am JSON Indicates the AM band and contains:
  • presets, a set of six preset AM stations
  • station, the AM station currently tuned in
artist String Name of the artist currently playing
fm JSON Indicates the FM band and contains:
  • presets, a set of six preset FM stations
  • station, the FM station currently tuned in
genre String Category of the station's format.
hd Boolean Indicates whether HD radio is enabled.
song String Title of the song currently playing.
station String Name identifying the station.
tuner String Indicates the type of band (AM or FM).