]> git.basschouten.com Git - openhab-addons.git/blob
3a3a64e93b4ef36c3b39122437f14572106cd245
[openhab-addons.git] /
1 # binding
2
3 binding.fsinternetradio.name = FSInternetRadio Binding
4 binding.fsinternetradio.description = This is the binding for internet radios based on the Frontier Silicon chipset.
5
6 # thing types
7
8 thing-type.fsinternetradio.radio.label = Internet Radio
9 thing-type.fsinternetradio.radio.description = An internet radio device based on the Frontier Silicon chipset.
10
11 # thing types config
12
13 thing-type.config.fsinternetradio.radio.ip.label = Network Address
14 thing-type.config.fsinternetradio.radio.ip.description = The IP address (name or numeric) of the internet radio.
15 thing-type.config.fsinternetradio.radio.pin.label = Pin
16 thing-type.config.fsinternetradio.radio.pin.description = The PIN configured in the internet radio (default: 1234).
17 thing-type.config.fsinternetradio.radio.port.label = Port
18 thing-type.config.fsinternetradio.radio.port.description = The port of the internet radio (default: 80).
19 thing-type.config.fsinternetradio.radio.refresh.label = Refresh Interval
20 thing-type.config.fsinternetradio.radio.refresh.description = Specifies the refresh interval in seconds.
21
22 # channel types
23
24 channel-type.fsinternetradio.mode.label = Mode
25 channel-type.fsinternetradio.mode.description = The radio mode, e.g. FM radio, internet radio, AUX, etc.
26 channel-type.fsinternetradio.mute.label = Mute
27 channel-type.fsinternetradio.mute.description = Mute the radio.
28 channel-type.fsinternetradio.play-info-name.label = Current Title
29 channel-type.fsinternetradio.play-info-name.description = The name of the current radio station or track.
30 channel-type.fsinternetradio.play-info-text.label = Info Text
31 channel-type.fsinternetradio.play-info-text.description = Additional information e.g. of the current radio station.
32 channel-type.fsinternetradio.power.label = Power
33 channel-type.fsinternetradio.power.description = Switch the radio on or off.
34 channel-type.fsinternetradio.preset.label = Preset
35 channel-type.fsinternetradio.preset.description = Preset radio stations configured in the radio.
36 channel-type.fsinternetradio.volume-absolute.label = Volume
37 channel-type.fsinternetradio.volume-absolute.description = Volume (min=0, max=32).
38 channel-type.fsinternetradio.volume-percent.label = Volume
39 channel-type.fsinternetradio.volume-percent.description = Volume (in percent).