From: Chris Carman Date: Thu, 31 Dec 2020 11:17:55 +0000 (-0500) Subject: [pioneeravr] Update README with correct examples for port configuration. (#9589) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=4e04bac010f662fe616d5fcc55e80991e5873699;p=openhab-addons.git [pioneeravr] Update README with correct examples for port configuration. (#9589) Fixes #1594. Signed-off-by: Chris Carman --- diff --git a/bundles/org.openhab.binding.pioneeravr/README.md b/bundles/org.openhab.binding.pioneeravr/README.md index 6b02cfca8d..b15d4a6a05 100644 --- a/bundles/org.openhab.binding.pioneeravr/README.md +++ b/bundles/org.openhab.binding.pioneeravr/README.md @@ -34,7 +34,8 @@ Configuration of serialAvr: Example: ``` -pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort="23" ] +pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25" ] +pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort=32 ] pioneeravr:serialAvr:vsx921Serial [ serialPort="COM9" ] ```