mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
70247afbf3
commit
02a72bab7e
@ -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);
|
||||
|
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user