2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

configDB: add pah-Links

git-svn-id: https://svn.fhem.de/fhem/trunk@13352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-02-07 15:41:42 +00:00
parent 2afcc7f5f1
commit ed5c794b97
2 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,7 @@ sub _cfgDB_readConfig() {
<a name="configdb"></a>
<h3>configdb</h3>
<ul>
pah-Link: <a href="https://forum.fhem.de/index.php?board=46.0">pah-Link</a><br/>
Starting with version 5079, fhem can be used with a configuration database instead of a plain text file (e.g. fhem.cfg).<br/>
This offers the possibility to completely waive all cfg-files, "include"-problems and so on.<br/>
Furthermore, configDB offers a versioning of several configuration together with the possibility to restore a former configuration.<br/>

View File

@ -1116,6 +1116,7 @@ sub _cfgDB_Filelist(;$) {
<a name="configDB"></a>
<h3>configDB</h3>
<ul>
pah-Link: <a href="https://forum.fhem.de/index.php?board=46.0">pah-Link</a><br/>
This is the core backend library for configuration from SQL database.<br/>
See <a href="#configdb">configdb command documentation</a> for detailed info.<br/>
</ul>