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

55_GDS, 71_LISTENLIVE - minor bugfixes

git-svn-id: https://svn.fhem.de/fhem/trunk@5338 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-03-27 09:10:37 +00:00
parent 70247afbf3
commit 02a72bab7e
2 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,9 @@ sub GDS_Define($$$) {
$dummy = "gds_web_".$name;
CommandDefine(undef, $dummy." HTTPSRV ".$name." ".$tempDir." GDS ".$name." Files");
$attr{$dummy}{"directoryindex"} = $name.".html";
$defs{$dummy}{TEMPORARY} = 1;
$attr{$dummy}{directoryindex} = $name.".html";
$attr{$dummy}{room} = 'hidden';
fillMappingTables($hash);
initDropdownLists($hash);
createIndexFile($hash);

View File

@ -212,6 +212,7 @@ sub LISTENLIVE_Define($$) {
Log3($name, 3, "LISTENLIVE $name PRESENCE $pres_name created.");
$defs{$pres_name}{TEMPORARY} = 1;
$attr{$pres_name}{verbose} = 2;
$attr{$pres}{room} = 'hidden';
}
} else {
Log3($name, 3, "LISTENLIVE $name PRESENCE pres_$name found.");