2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

add tempList to command options

git-svn-id: https://svn.fhem.de/fhem/trunk@4643 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-01-14 12:04:09 +00:00
parent 81e6a1795a
commit 549a18a16c

View File

@ -866,6 +866,7 @@ sub HMinfo_SetFn($@) {#########################################################
,"models" ,"models"
,"regCheck","register","saveConfig","update" ,"regCheck","register","saveConfig","update"
,"cpRegs" ,"cpRegs"
,"tempList"
,"templateChk","templateDef","templateList","templateSet"); ,"templateChk","templateDef","templateList","templateSet");
$ret = join (" ",sort @cmdLst); $ret = join (" ",sort @cmdLst);
} }