/pps/radio/tuners

Get the status of attributes of the radio tuners

Publishers
Radio
Subscribers
Any app
The object's format looks like this:
@tuners
am:json:{"type":"analog","rangeMin":880,"rangeMax":1710,"rangeStep":10}
fm:json:{"type":"analog","rangeMin":87.5,"rangeMax":107.1,"rangeStep":0.2}

Attributes

Attribute Data type Description
am JSON Indicates the AM tuner and contains:
  • type (analog or digital)
  • rangeMin (the minimum frequency in the AM tuner's range, e.g., 880 kHz)
  • rangeMax (the maximum frequency in the AM tuner's range, e.g., 1710 kHz)
  • rangeStep (the size of the intervals between the mimimum and maximum values in the range, e.g., 10 kHz)
fm JSON Indicates the FM tuner and contains:
  • type (analog or digital)
  • rangeMin (the minimum frequency in the FM tuner's range, e.g., 87.5 MHz)
  • rangeMax (the maximum frequency in the FM tuner's range, e.g., 107.1 MHz)
  • rangeStep (the size of the intervals between the mimimum and maximum values in the range, e.g., 0.2 MHz)