[Documentation] Markdown improvements f to m (#13866)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
3c236b3103
commit
0e68936663
@@ -6,20 +6,20 @@ This binding integrates internet radios based on the [Frontier Silicon chipset](
|
||||
|
||||
Successfully tested are internet radios:
|
||||
|
||||
* [Hama IR100, IR110](https://de.hama.com/00054823/hama-internetradio-ir110)
|
||||
* [Hama DIR3100](https://www.conrad.com/p/hama-dir3100-internet-desk-radio-dab-fm-aux-internet-radio-usb-spotify-black-1233624)
|
||||
* [Medion MD87180, MD86988, MD86955, MD87528](http://internetradio.medion.com/)
|
||||
* [Silvercrest SMRS18A1, SMRS30A1, SMRS35A1, SIRD 14 C2, SIRD 14 D1](https://www.silvercrest-multiroom.de/en/products/stereo-internet-radio/)
|
||||
* [Roberts Stream 83i and 93i](https://www.robertsradio.com/uk/products/radio/smart-radio/)
|
||||
* [Auna Connect 150, Auna KR200, Auna Connect CD](https://www.auna.de/Radios/Internetradios/)
|
||||
* [TechniSat DIGITRADIO 350 IR and 850](https://www.technisat.com/en_XX/DAB+-Radios-with-Internetradio/352-10996/)
|
||||
* [TTMicro AS Pinell Supersound](https://www.ttmicro.no/radio)
|
||||
* [Revo SuperConnect](https://revo.co.uk/products/)
|
||||
* [Sangean WFR-28C](https://sg.sangean.com.tw/products/product_category.asp?cid=2)
|
||||
* [Roku SoundBridge M1001](https://soundbridge.roku.com/soundbridge/index.php)
|
||||
* [Dual IR 3a](https://www.dual.de/produkte/digitalradio/radio-station-ir-3a/)
|
||||
* [Teufel 3sixty](https://www.teufel.de/stereo/radio-3sixty-p16568.html)
|
||||
* [Ruark R5](https://www.ruarkaudio.com/products/r5-high-fidelity-music-system)
|
||||
- [Hama IR100, IR110](https://de.hama.com/00054823/hama-internetradio-ir110)
|
||||
- [Hama DIR3100](https://www.conrad.com/p/hama-dir3100-internet-desk-radio-dab-fm-aux-internet-radio-usb-spotify-black-1233624)
|
||||
- [Medion MD87180, MD86988, MD86955, MD87528](http://internetradio.medion.com/)
|
||||
- [Silvercrest SMRS18A1, SMRS30A1, SMRS35A1, SIRD 14 C2, SIRD 14 D1](https://www.silvercrest-multiroom.de/en/products/stereo-internet-radio/)
|
||||
- [Roberts Stream 83i and 93i](https://www.robertsradio.com/uk/products/radio/smart-radio/)
|
||||
- [Auna Connect 150, Auna KR200, Auna Connect CD](https://www.auna.de/Radios/Internetradios/)
|
||||
- [TechniSat DIGITRADIO 350 IR and 850](https://www.technisat.com/en_XX/DAB+-Radios-with-Internetradio/352-10996/)
|
||||
- [TTMicro AS Pinell Supersound](https://www.ttmicro.no/radio)
|
||||
- [Revo SuperConnect](https://revo.co.uk/products/)
|
||||
- [Sangean WFR-28C](https://sg.sangean.com.tw/products/product_category.asp?cid=2)
|
||||
- [Roku SoundBridge M1001](https://soundbridge.roku.com/soundbridge/index.php)
|
||||
- [Dual IR 3a](https://www.dual.de/produkte/digitalradio/radio-station-ir-3a/)
|
||||
- [Teufel 3sixty](https://www.teufel.de/stereo/radio-3sixty-p16568.html)
|
||||
- [Ruark R5](https://www.ruarkaudio.com/products/r5-high-fidelity-music-system)
|
||||
|
||||
But in principle, all internet radios based on the [Frontier Silicon chipset](https://www.frontier-silicon.com/) should be supported because they share the same API.
|
||||
So it is very likely that other internet radio models of the same manufacturers do also work.
|
||||
@@ -46,10 +46,10 @@ The binding itself does not need a configuration.
|
||||
|
||||
Each radio must be configured via its ip address, port, pin, and a refresh rate.
|
||||
|
||||
* If the ip address is not discovered automatically, it must be manually set.
|
||||
* The default port is `80` which should work for most radios.
|
||||
* The default pin is `1234` for most radios, but if it does not work or if it was changed, look it up in the on-screen menu of the radio.
|
||||
* The default refresh rate for the radio items is `60` seconds; `0` disables periodic refresh.
|
||||
- If the ip address is not discovered automatically, it must be manually set.
|
||||
- The default port is `80` which should work for most radios.
|
||||
- The default pin is `1234` for most radios, but if it does not work or if it was changed, look it up in the on-screen menu of the radio.
|
||||
- The default refresh rate for the radio items is `60` seconds; `0` disables periodic refresh.
|
||||
|
||||
## Channels
|
||||
|
||||
@@ -85,18 +85,17 @@ This list is just an example how the mapping looks like for some of the devices,
|
||||
| Teufel 3sixty | Internet Radio | Spotify | - | USB/Network | DAB Radio | FM Radio | Bluetooth | AUX in | - | - | - | - | - | - |
|
||||
| Ruark R5 | Internet Radio | TIDAL | Deezer | Amazon Music | Spotify | Local Music | Music Player | DAB Radio | FM Radio | Bluetooth | AUX in | Phono | Optical | CD |
|
||||
|
||||
|
||||
## Full Example
|
||||
|
||||
demo.things:
|
||||
|
||||
```
|
||||
```java
|
||||
fsinternetradio:radio:radioInKitchen [ ip="192.168.0.42" ]
|
||||
```
|
||||
|
||||
demo.items:
|
||||
|
||||
```
|
||||
```java
|
||||
Switch RadioPower "Radio Power" { channel="fsinternetradio:radio:radioInKitchen:power" }
|
||||
Switch RadioMute "Radio Mute" { channel="fsinternetradio:radio:radioInKitchen:mute" }
|
||||
Dimmer RadioVolume "Radio Volume" { channel="fsinternetradio:radio:radioInKitchen:volume-percent" }
|
||||
@@ -108,17 +107,17 @@ String RadioInfo2 "Radio Info2" { channel="fsinternetradio:radio:radioInKitchen:
|
||||
|
||||
demo.sitemap:
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap demo label="Main Menu"
|
||||
{
|
||||
Frame {
|
||||
Switch item=RadioPower
|
||||
Slider visibility=[RadioPower==ON] item=RadioVolume
|
||||
Switch visibility=[RadioPower==ON] item=RadioMute
|
||||
Selection visibility=[RadioPower==ON] item=RadioPreset mappings=[0="Favourit 1", 1="Favourit 2", 2="Favourit 3", 3="Favourit 4"]
|
||||
Selection visibility=[RadioPower==ON] item=RadioMode mappings=[0="Internet Radio", 1="Musik Player", 2="DAB", 3="FM", 4="AUX"]
|
||||
Text visibility=[RadioPower==ON] item=RadioInfo1
|
||||
Text visibility=[RadioPower==ON] item=RadioInfo2
|
||||
}
|
||||
Frame {
|
||||
Switch item=RadioPower
|
||||
Slider visibility=[RadioPower==ON] item=RadioVolume
|
||||
Switch visibility=[RadioPower==ON] item=RadioMute
|
||||
Selection visibility=[RadioPower==ON] item=RadioPreset mappings=[0="Favourit 1", 1="Favourit 2", 2="Favourit 3", 3="Favourit 4"]
|
||||
Selection visibility=[RadioPower==ON] item=RadioMode mappings=[0="Internet Radio", 1="Musik Player", 2="DAB", 3="FM", 4="AUX"]
|
||||
Text visibility=[RadioPower==ON] item=RadioInfo1
|
||||
Text visibility=[RadioPower==ON] item=RadioInfo2
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user