mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Add doc code examples (#3203)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
parent
ac7378d1bb
commit
0e468d898e
@ -71,6 +71,24 @@ _Provide a full usage example based on textual configuration files._
|
|||||||
_*.things, *.items examples are mandatory as textual configuration is well used by many users._
|
_*.things, *.items examples are mandatory as textual configuration is well used by many users._
|
||||||
_*.sitemap examples are optional._
|
_*.sitemap examples are optional._
|
||||||
|
|
||||||
|
#[[###]]# Thing Configuration
|
||||||
|
|
||||||
|
```java
|
||||||
|
Example thing configuration goes here.
|
||||||
|
```
|
||||||
|
#[[###]]# Item Configuration
|
||||||
|
|
||||||
|
```java
|
||||||
|
Example item configuration goes here.
|
||||||
|
```
|
||||||
|
|
||||||
|
#[[###]]# Sitemap Configuration
|
||||||
|
|
||||||
|
```perl
|
||||||
|
Optional Sitemap configuration goes here.
|
||||||
|
Remove this section, if not needed.
|
||||||
|
```
|
||||||
|
|
||||||
#[[##]]# Any custom content here!
|
#[[##]]# Any custom content here!
|
||||||
|
|
||||||
_Feel free to add additional sections for whatever you think should also be mentioned about your binding!_
|
_Feel free to add additional sections for whatever you think should also be mentioned about your binding!_
|
||||||
|
Loading…
Reference in New Issue
Block a user