[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>
This commit is contained in:
aliijm 2023-12-16 09:00:13 +00:00 committed by GitHub
parent de418fe42c
commit 5a70137e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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" ]
```