2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref_join.pl: add configDB

git-svn-id: https://svn.fhem.de/fhem/trunk@5095 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-02 08:36:17 +00:00
parent e726af8a87
commit f47b7e4760
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ foreach my $modDir (@modDir) {
$mods{$l} = "$modDir/$of";
}
}
$mods{configDB} = "configDB.pm";
my @lang = ("EN", "DE");

View File

@ -33,6 +33,7 @@
<br>
<b>Fhem commands</b>
<ul>
<a href="#apptime">apptime</a> &nbsp;
<a href="#attr">attr</a> &nbsp;
<a href="#backup">backup</a> &nbsp;
<a href="#CULflash">CULflash</a> &nbsp;