From 5a70137e7b78fe16a75443942bfa960a075d2cfc Mon Sep 17 00:00:00 2001 From: aliijm <44173819+aliijm@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:00:13 +0000 Subject: [PATCH] [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> --- bundles/org.openhab.binding.neato/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.neato/README.md b/bundles/org.openhab.binding.neato/README.md index d17dc5ae0..3d0b5d81d 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" ] ```