From: jf114 <57298132+jf114@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:46:03 +0000 (+0200) Subject: [upnpcontrol] Small correction to UpnpControl Binding README.md (#10393) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=6f516ee7ac363ba91b29049a5e257831aae7a498;p=openhab-addons.git [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. --- diff --git a/bundles/org.openhab.binding.upnpcontrol/README.md b/bundles/org.openhab.binding.upnpcontrol/README.md index 5e4dc52d39..430a7480fa 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=] ```