Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

[Anel] Update README.md #5766

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions bundles/binding/org.openhab.binding.anel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ The binding can be configured in the file `services/anel.cfg`. In the table bel
| `cachePeriod` | 0 | No | Cache the state for `cachePeriod` minutes so only changes are posted (optional, defaults to 0 = disabled). Example: if period is 60, once per hour all states are posted to the event bus; changes are always and immediately posted to the event bus. |


## Addons.cfg Configuration

If you don't want to use PaperUI, you can use addons.cfg to tell openhab to load this binding.
(Be carefull to never combine PaperUI and this configuration file.
([![Read more on addons.cfg here](https://www.openhab.org/docs/configuration/addons.html#through-configuration-files))

The name for this binding to use in addons.cfg is anel1.
so you would have something like:

```
# A comma-separated list of bindings to install (e.g. "binding = sonos,knx,zwave")
binding = anel1
```
### Notes

* At least one option must be set for an identifier for the binding to work.
Expand Down