mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
Alias added
git-svn-id: https://svn.fhem.de/fhem/trunk@555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d5f841ef03
commit
f3f7ef189e
@ -143,7 +143,7 @@ use vars qw($devcount); # To sort the devices
|
||||
|
||||
use vars qw($reread_active);
|
||||
|
||||
my $AttrList = "room comment";
|
||||
my $AttrList = "room comment alias";
|
||||
|
||||
my $server; # Server socket
|
||||
my $currlogfile; # logfile, without wildcards
|
||||
@ -159,7 +159,7 @@ my $nextat; # Time when next timer will be triggered.
|
||||
my $intAtCnt=0;
|
||||
my %duplicate; # Pool of received msg for multi-fhz/cul setups
|
||||
my $duplidx=0; # helper for the above pool
|
||||
my $cvsid = '$Id: fhem.pl,v 1.98 2010-01-04 23:07:35 painseeker Exp $';
|
||||
my $cvsid = '$Id: fhem.pl,v 1.99 2010-01-20 08:56:17 rudolfkoenig Exp $';
|
||||
my $namedef =
|
||||
"where <name> is either:\n" .
|
||||
"- a single device name\n" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user