Skip to content

Commit

Permalink
[opensprinkler] Fix channel name for OpenSprinkler currentDraw in REA…
Browse files Browse the repository at this point in the history
…DME (#8053)

Merged without sign-off under small document changes exemption
  • Loading branch information
berland authored Jul 2, 2020
1 parent a625f41 commit 9f535cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.opensprinkler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Switch Station04 (stations) { channel="opensprinkler:station:http:04:stationStat
Switch Station05 (stations) { channel="opensprinkler:station:http:05:stationState" }
Switch Station06 (stations) { channel="opensprinkler:station:http:06:stationState" }
Switch RainSensor { channel="opensprinkler:station:http:device:rainsensor" }
Number:ElectricCurrent CurrentDraw {channel="opensprinkler:station:http:device:currentDraw"}
Switch RainSensor { channel="opensprinkler:device:http:device:rainsensor" }
Number:ElectricCurrent CurrentDraw {channel="opensprinkler:device:http:device:currentDraw"}
```

demo.sitemap:
Expand Down

0 comments on commit 9f535cf

Please sign in to comment.