[heos] Minor doc update (#16092)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
parent
0055ce3954
commit
7ec655d01c
@ -6,7 +6,7 @@ It also supports selecting favorites and play them on players or groups within t
|
|||||||
The binding first establishes a connection to one of the players of the HEOS-Network and use them as a bridge.
|
The binding first establishes a connection to one of the players of the HEOS-Network and use them as a bridge.
|
||||||
After a connection is established, the binding searches for all available players and groups via the bridge.
|
After a connection is established, the binding searches for all available players and groups via the bridge.
|
||||||
To keep the network traffic low it is recommended to establish only one connection via one bridge.
|
To keep the network traffic low it is recommended to establish only one connection via one bridge.
|
||||||
Connection to the bridge is done via a Telnet connection.
|
Connection to the bridge is done via a Telnet connection on port 1255.
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ This is required to load the favorites, playlists and so on from personal settin
|
|||||||
If no login information is provided these features can't be used.
|
If no login information is provided these features can't be used.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", unsername="xxx", password="123456"]
|
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", username="xxx", password="123456"]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Player Configuration
|
### Player Configuration
|
||||||
@ -79,7 +79,7 @@ PID behind the heos:player:--- should be changed as required.
|
|||||||
It is recommended to use the Player PID.
|
It is recommended to use the Player PID.
|
||||||
If the PID isn't known it can be discovered by establishing a Telnet connection (port 1255) to one player and search for available players (Command: heos://player/get_players) within the network.
|
If the PID isn't known it can be discovered by establishing a Telnet connection (port 1255) to one player and search for available players (Command: heos://player/get_players) within the network.
|
||||||
Another way is to use the UI to discover the Player via the bridge and get the PID.
|
Another way is to use the UI to discover the Player via the bridge and get the PID.
|
||||||
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/euheos/HEOS_CLI_ProtocolSpecification_2021.pdf) specification.
|
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/usmodel/HEOS_CLI_ProtocolSpecification-Version-1.17.pdf) specification.
|
||||||
|
|
||||||
### Group Configuration
|
### Group Configuration
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user