[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:
parent
de418fe42c
commit
5a70137e7b
@ -109,5 +109,6 @@ Frame label="Neato BotVac Connected" {
|
|||||||
### neato.things
|
### neato.things
|
||||||
|
|
||||||
```java
|
```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" ]
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user