Skip to content

Commit

Permalink
Add channel configuration example
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur committed May 19, 2023
1 parent f313cce commit 9c3ce2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bundles/org.openhab.binding.energidataservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ var priceMap = actions.getPrices("SpotPrice,NetTariff");
### Thing Configuration

```java
Thing energidataservice:service:energidataservice "Energi Data Service" [ priceArea="DK1", currencyCode="DKK", gridCompanyGLN="5790001089030" ]
Thing energidataservice:service:energidataservice "Energi Data Service" [ priceArea="DK1", currencyCode="DKK", gridCompanyGLN="5790001089030" ] {
Channels:
Number : electricity#current-net-tariff [ chargeTypeCodes="CD,CD R", start="StartOfYear" ]
}
```

### Item Configuration
Expand Down

0 comments on commit 9c3ce2a

Please sign in to comment.