]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tr064] Update documentation for textual config (#9876)
authorgordongeissler <67070763+gordongeissler@users.noreply.github.com>
Tue, 19 Jan 2021 20:29:09 +0000 (21:29 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 20:29:09 +0000 (21:29 +0100)
WAN and WANCon changed to 'subdevice' in textual configuration example in accordance with binding documentation.

bundles/org.openhab.binding.tr064/README.md

index 9df446d1f94a6f5e9ccf24747f341e8401548b80..cfc1b631490f2af51e12caf8720a29d3c92e9377 100644 (file)
@@ -205,8 +205,8 @@ Bridge tr064:fritzbox:rootuid "Root label" @ "location" [ host="192.168.1.1", us
     Thing subdeviceLan LAN "label LAN"   [ uuid="uuid:xxxxxxxx-xxxx-xxxx-yyyy-xxxxxxxxxxxx",
                                                 macOnline="XX:XX:XX:XX:XX:XX",  
                                                           "YY:YY:YY:YY:YY:YY"]  
-    Thing subdeviceLan WAN "label WAN"               [ uuid="uuid:xxxxxxxx-xxxx-xxxx-zzzz-xxxxxxxxxxxx"]
-    Thing subdeviceLan WANCon "label WANConnection"  [ uuid="uuid:xxxxxxxx-xxxx-xxxx-wwww-xxxxxxxxxxxx"]
+    Thing subdevice WAN "label WAN"               [ uuid="uuid:xxxxxxxx-xxxx-xxxx-zzzz-xxxxxxxxxxxx"]
+    Thing subdevice WANCon "label WANConnection"  [ uuid="uuid:xxxxxxxx-xxxx-xxxx-wwww-xxxxxxxxxxxx"]
     }
 ```