mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 17:36:39 +00:00
update: cosmetic changes
git-svn-id: https://svn.fhem.de/fhem/trunk@6435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e183a5902c
commit
7c5046420a
@ -235,11 +235,13 @@ doUpdate($$)
|
||||
|
||||
uLog(1, "");
|
||||
uLog 1,
|
||||
'update finished, "shutdown restart" is needed to activate the changes';
|
||||
'update finished, "shutdown restart" is needed to activate the changes.';
|
||||
my $ss = AttrVal("global","sendStatistics",undef);
|
||||
if(!defined($ss)) {
|
||||
uLog(1, "");
|
||||
uLog(1, "Please consider using the global attribute sendStatistics");
|
||||
} elsif(defined($ss) && lc($ss) eq "onupdate") {
|
||||
uLog(1, "");
|
||||
uLog(1, AnalyzeCommandChain(undef, "fheminfo send"));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user