From 6f516ee7ac363ba91b29049a5e257831aae7a498 Mon Sep 17 00:00:00 2001 From: jf114 <57298132+jf114@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:46:03 +0200 Subject: [PATCH] [upnpcontrol] Small correction to UpnpControl Binding README.md (#10393) In the Thing Configuration section starting at Line 40, the code example had parameters transposed versus the preceding description and the true operation of the binding. The correction puts the parameters included in the original example in the thing that they belong with in Lines 80 and 81. The optional notification parameters of the renderer were not included originally and I have left it like that. --- bundles/org.openhab.binding.upnpcontrol/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.upnpcontrol/README.md b/bundles/org.openhab.binding.upnpcontrol/README.md index 5e4dc52d3..430a7480f 100644 --- a/bundles/org.openhab.binding.upnpcontrol/README.md +++ b/bundles/org.openhab.binding.upnpcontrol/README.md @@ -77,8 +77,8 @@ A `upnprenderer` has the following optional configuration parameters: The full syntax for manual configuration is: ``` -Thing upnpcontrol:upnpserver: [udn="", refresh=, seekStep=] -Thing upnpcontrol:upnprenderer: [udn="", refresh=, filter=, sortCriteria="", browseDown=, searchfromroot=] +Thing upnpcontrol:upnpserver: [udn="", refresh=, filter=, sortCriteria="", browseDown=, searchFromRoot=, responseTimeout=] +Thing upnpcontrol:upnprenderer: [udn="", refresh=, notificationVolumeAdjustment=, maxNotificationDuration=, seekStep=, responseTimeout=] ```