2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

*** empty log message ***

git-svn-id: https://svn.fhem.de/fhem/trunk@1079 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-10-18 08:30:09 +00:00
parent 8577c9dbd7
commit fa3f19c7e5
2 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ sub
SUNRISE_EL_Initialize($)
{
my ($hash) = @_;
$modules{Global}{AttrList} .= " latitude longitude";
}

View File

@ -23,8 +23,6 @@ updatefhem_Initialize($$)
my %chash = ( Fn=>"CommandCULflash",
Hlp=>"<cul> <type>,flash the CUL from the nightly CVS" );
$cmds{CULflash} = \%chash;
$modules{Global}{AttrList} .= " backupdir";
}