############################### Silicon Frontier Radio Binding ###################################
#
# Hostname/IP of the radio to control
frontiersiliconradio:radio.host=192.168.2.137
# PIN access code of the radio (default: 1234)
frontiersiliconradio:radio.pin=1234
# Portnumber of the radio to control (optional, defaults to 80)
#siliconfrontierradio:radio.port=80
Switch HamaRadio "Radio Power" (gRadio) { frontiersiliconradio="radio:POWER" }
Number HamaMode "Radio Mode [%d]" (gRadio) { frontiersiliconradio="radio:MODE" }
Switch HamaRadioMute "Radio Mute" (gRadio) { frontiersiliconradio="radio:MUTE" }
Number HamaRadioVolDimmer "Radio Volume [%d %%]" (gRadio) { frontiersiliconradio="radio:VOLUME" }
String HamaPlayInfoName "Play Info Name [%s]" (gRadio) { frontiersiliconradio="radio:PLAYINFONAME" }
String HamaPlayInfoText "Play Info Text [%s]" (gRadio) { frontiersiliconradio="radio:PLAYINFOTEXT" }
Number HamaPreset "Preset" (gRadio) { frontiersiliconradio="radio:PRESET" }
Sitemap (only special variables for preset and mode shown, rest works "as usual", see wiki):
========================
Frame label="Radio Control" {
Selection item=HamaPreset mappings=[0=1Live, 1=WDR2, 2=SWR3]
Selection item=HamaMode mappings=[0="Internet Radio", 1=Spotify, 2=Player, 3="AUX IN"]
}