2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +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:
rudolfkoenig 2014-08-20 19:07:14 +00:00
parent e183a5902c
commit 7c5046420a

View File

@ -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"));
}
}