From 4e04bac010f662fe616d5fcc55e80991e5873699 Mon Sep 17 00:00:00 2001 From: Chris Carman Date: Thu, 31 Dec 2020 06:17:55 -0500 Subject: [PATCH] [pioneeravr] Update README with correct examples for port configuration. (#9589) Fixes #1594. Signed-off-by: Chris Carman --- bundles/org.openhab.binding.pioneeravr/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] ``` -- 2.47.3