Skip to content

Commit

Permalink
improve readme example
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Verpaalen <[email protected]>
  • Loading branch information
marcelrv committed Dec 15, 2016
1 parent 421315c commit c71e903
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .
Import-Package: com.google.common.collect,
com.google.gson;version="2.5.0",
com.google.gson,
org.eclipse.smarthome.config.core,
org.eclipse.smarthome.config.discovery,
org.eclipse.smarthome.core.library.types,
Expand Down
15 changes: 14 additions & 1 deletion addons/binding/org.openhab.binding.windcentrale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ Optional configuration is the number of Wind Parts ("Wind Delen") and the refres


## Full example
N/A
```
Group gReiger "WindCentrale Reiger" <wind>
Number ReigerWindSpeed "Wind Snelheid[%1.0f Bf]" <wind> (gReiger) {channel="windcentrale:mill:reiger:windSpeed")
String ReigerWindDirection "Wind Richting [%s]" <wind> (gReiger) {channel="windcentrale:mill:reiger:windDirection")
Number ReigerPowerAbsTot "Productie molen [%1.0f kW]" <wind> (gReiger) {channel="windcentrale:mill:reiger:powerAbsTot")
Number ReigerPowerAbsWd "WD Power [%1.0f W]" <wind> (gReiger) {channel="windcentrale:mill:reiger:powerAbsWd")
Number ReigerPowerRel "Productie Vermogen [%1.0f %%]" <wind> (gReiger) {channel="windcentrale:mill:reiger:powerRel")
Number ReigerKwh "kwh [%1.0f]" <wind> (gReiger) {channel="windcentrale:mill:reiger:kwh")
Number ReigerKwhForecast "Productie Forecast [%1.0f]" <wind> (gReiger) {channel="windcentrale:mill:reiger:kwhForecast")
Number ReigerRunPercentage "Run Percentage [%1.0f %%]" <wind> (gReiger) {channel="windcentrale:mill:reiger:runPercentage")
Number ReigerTimestamp "Update Timestamp [%1$ta %1$tR]" <wind> (gReiger) {channel="windcentrale:mill:reiger:timestamp")
```

0 comments on commit c71e903

Please sign in to comment.