Skip to content

Commit

Permalink
[netatmo] Fixed example Thing in README.md (openhab#7368)
Browse files Browse the repository at this point in the history
- Fixed example Thing in README.md

Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored and LoungeFlyZ committed Jun 8, 2020
1 parent 1e45bd4 commit 9335ae7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bundles/org.openhab.binding.netatmo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,10 @@ Bridge netatmo:netatmoapi:home "Netatmo API" [ clientId="*********", clientSecre
// Thing configuration:
Thing NAMain inside "Netatmo Inside" [ id="aa:aa:aa:aa:aa:aa" ]
Thing NAModule1 outside "Netatmo Outside" [ id="bb:bb:bb:bb:bb:bb", parentId="aa:aa:aa:aa:aa:aa" ]
Thing NAModule3 outside "Netatmo Rain" [ id="cc:cc:cc:cc:cc:cc", parentId="aa:aa:aa:aa:aa:aa" ]
Thing NAModule3 rain "Netatmo Rain" [ id="cc:cc:cc:cc:cc:cc", parentId="aa:aa:aa:aa:aa:aa" ]
}
```


## items/netatmo.items

```
Expand Down Expand Up @@ -630,7 +629,6 @@ Number:Length Rain_Month "Rain This Month [%.02f %
Number Rain_BatteryVP "Rain battery status [%d%%]" <battery> {channel="netatmo:NAModule3:home:rain:BatteryVP"}
```


## sitemaps/netatmo.sitemap

```
Expand Down

0 comments on commit 9335ae7

Please sign in to comment.