mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-23 14:46:24 +00:00
98_fheminfo.pm: Fix sendstatistics typo
git-svn-id: https://svn.fhem.de/fhem/trunk@6938 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d68485f681
commit
304d959d04
@ -75,7 +75,7 @@ CommandFheminfo($$)
|
||||
return "Argument 'send' is not useful, if global attribute 'sendStatistics' is set to 'never'."
|
||||
if(@args && lc($args[0]) eq "send" && lc(AttrVal("global","sendStatistics","")) eq "never");
|
||||
|
||||
my $ranch = "DEVELOPMENT";
|
||||
my $branch = "DEVELOPMENT";
|
||||
my $release = "5.6";
|
||||
my $os = $^O;
|
||||
my $arch = $Config{"archname"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user