Initial Commit

This commit is contained in:
Patrick Niebeling
2019-10-17 13:23:53 +02:00
parent 81699fd4a4
commit b699c1545c
49 changed files with 659 additions and 3 deletions

7
persistence/jdbc.persist Normal file
View File

@ -0,0 +1,7 @@
Strategies {
everyMinute : "0 * * * * ?"
}
Items {
gHistory* : strategy = everyChange, restoreOnStartup
}

5
persistence/readme.txt Normal file
View File

@ -0,0 +1,5 @@
Your persistence configuration goes here.
All persistence files have to have the ".persist" file extension and must follow a special syntax.
Check out the openHAB documentation for more details:
https://www.openhab.org/docs/configuration/persistence.html