From 297de7b78917c370d37a331b7945e950dd0b330c Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 20 Apr 2014 11:16:36 +0000 Subject: [PATCH] configdb - added commandref docu for interaction between configDB and other them modules. Currently 02_RSS.pm and 95_holiday.pm will use configDB to find their data inside the database. git-svn-id: https://svn.fhem.de/fhem/trunk@5584 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_configdb.pm | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/fhem/FHEM/98_configdb.pm b/fhem/FHEM/98_configdb.pm index 09179d408..880751f60 100644 --- a/fhem/FHEM/98_configdb.pm +++ b/fhem/FHEM/98_configdb.pm @@ -297,6 +297,32 @@ sub CommandConfigdb($$) { Furthermore, configDB offers a versioning of several configuration together with the possibility to restore a former configuration.
Access to database is provided via perl's database interface DBI.

+ + Interaction with other modules
+
+
+ Prerequisits / Installation