]> git.basschouten.com Git - openhab-addons.git/commitdiff
[neato] Fix things file example in Readme (#16064)
authoraliijm <44173819+aliijm@users.noreply.github.com>
Sat, 16 Dec 2023 09:00:13 +0000 (09:00 +0000)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 09:00:13 +0000 (10:00 +0100)
* Correct things definition in README.md

Add example of bridge and link thing to bridge.

---------

Signed-off-by: aliijm <44173819+aliijm@users.noreply.github.com>
bundles/org.openhab.binding.neato/README.md

index d17dc5ae0d4f6bdf4321d3f5af53888fa4768946..3d0b5d81dab30ffea15dab34854a8891d99d8aa1 100644 (file)
@@ -109,5 +109,6 @@ Frame label="Neato BotVac Connected" {
 ### neato.things
 
 ```java
-neato:vacuumcleaner:fanndamm [ serial="vacuumcleaner-serial", secret="secret-string"]
+Bridge neato:neatoaccount:neatobridge "Neato Account Bridge" [ email="yours@example.com", password="neato-account-password" ]
+Thing neato:vacuumcleaner:fanndamm "Neato BotVac" (neato:neatoaccount:neatobridge) [ serial="vacuumcleaner-serial", secret="secret-string" ]
 ```