From: aliijm <44173819+aliijm@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:00:13 +0000 (+0000) Subject: [neato] Fix things file example in Readme (#16064) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5a70137e7b78fe16a75443942bfa960a075d2cfc;p=openhab-addons.git [neato] Fix things file example in Readme (#16064) * 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> --- diff --git a/bundles/org.openhab.binding.neato/README.md b/bundles/org.openhab.binding.neato/README.md index d17dc5ae0d..3d0b5d81da 100644 --- a/bundles/org.openhab.binding.neato/README.md +++ b/bundles/org.openhab.binding.neato/README.md @@ -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" ] ```