mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[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
|
||||
|
||||
```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…
Reference in New Issue
Block a user