Skip to content

Commit 7ec655d

Browse files
[heos] Minor doc update (openhab#16092)
Signed-off-by: Holger Friedrich <[email protected]>
1 parent 0055ce3 commit 7ec655d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/org.openhab.binding.heos/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It also supports selecting favorites and play them on players or groups within t
66
The binding first establishes a connection to one of the players of the HEOS-Network and use them as a bridge.
77
After a connection is established, the binding searches for all available players and groups via the bridge.
88
To keep the network traffic low it is recommended to establish only one connection via one bridge.
9-
Connection to the bridge is done via a Telnet connection.
9+
Connection to the bridge is done via a Telnet connection on port 1255.
1010

1111
## Supported Things
1212

@@ -58,7 +58,7 @@ This is required to load the favorites, playlists and so on from personal settin
5858
If no login information is provided these features can't be used.
5959

6060
```java
61-
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", unsername="xxx", password="123456"]
61+
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", username="xxx", password="123456"]
6262
```
6363

6464
### Player Configuration
@@ -79,7 +79,7 @@ PID behind the heos:player:--- should be changed as required.
7979
It is recommended to use the Player PID.
8080
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.
8181
Another way is to use the UI to discover the Player via the bridge and get the PID.
82-
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/euheos/HEOS_CLI_ProtocolSpecification_2021.pdf) specification.
82+
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/usmodel/HEOS_CLI_ProtocolSpecification-Version-1.17.pdf) specification.
8383

8484
### Group Configuration
8585

0 commit comments

Comments
 (0)