From 7ec655d01c7261b60051c1094e9abf9031ff00ae Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Wed, 20 Dec 2023 23:49:47 +0100 Subject: [PATCH] [heos] Minor doc update (#16092) Signed-off-by: Holger Friedrich --- bundles/org.openhab.binding.heos/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.heos/README.md b/bundles/org.openhab.binding.heos/README.md index bedbc95940928..9d9b2507cad07 100644 --- a/bundles/org.openhab.binding.heos/README.md +++ b/bundles/org.openhab.binding.heos/README.md @@ -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. 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. -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 @@ -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. ```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 @@ -79,7 +79,7 @@ PID behind the heos:player:--- should be changed as required. 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. 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