]> git.basschouten.com Git - openhab-addons.git/commitdiff
[upnpcontrol] Small correction to UpnpControl Binding README.md (#10393)
authorjf114 <57298132+jf114@users.noreply.github.com>
Wed, 31 Mar 2021 19:46:03 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 19:46:03 +0000 (21:46 +0200)
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

index 5e4dc52d39eefaa0f57bfabce06c5d0c47715250..430a7480faf1fc152c6b47e44b266de31afe3c01 100644 (file)
@@ -77,8 +77,8 @@ A `upnprenderer` has the following optional configuration parameters:
 The full syntax for manual configuration is:
 
 ```
-Thing upnpcontrol:upnpserver:<serverId> [udn="<udn of media server>", refresh=<polling interval>, seekStep=<step>]
-Thing upnpcontrol:upnprenderer:<rendererId> [udn="<udn of media renderer>", refresh=<polling interval>, filter=<true/false>, sortCriteria="<sort criteria string>", browseDown=<true/false>, searchfromroot=<true/false>]
+Thing upnpcontrol:upnpserver:<serverId> [udn="<udn of media server>", refresh=<polling interval>, filter=<true/false>, sortCriteria="<sort criteria string>", browseDown=<true/false>, searchFromRoot=<true/false>, responseTimeout=<UPnP timeout in milliseconds>]
+Thing upnpcontrol:upnprenderer:<rendererId> [udn="<udn of media renderer>", refresh=<polling interval>, notificationVolumeAdjustment=<signed percent>, maxNotificationDuration=<duration in seconds>, seekStep=<step>, responseTimeout=<UPnP timeout in milliseconds>]
 ```