2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

-- Diese und die folgenden Zeilen werden ignoriert -

59_HCS.pm: fixed bug in log output (Forum #92743)


git-svn-id: https://svn.fhem.de/fhem/trunk@17894 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
bernd_zwo 2018-12-04 20:18:34 +00:00
parent 96205e9d4f
commit 3de87f013e

View File

@ -722,7 +722,7 @@ HCS_getValues($$) {
}
}
my $str = sprintf("Found %d Device(s): %d FHT, %d HM-CC-TC, %d MAX, %d ZWave, demand: %d, idle: %d, ignored: %d, excluded: %d, unknown: %d",
my $str = sprintf("Found %d Device(s): %d FHT, %d HM-CC-TC, %d PID20, %d MAX, %d ZWave, demand: %d, idle: %d, ignored: %d, excluded: %d, unknown: %d",
$sumTotal,$sumFHT,$sumHMCCTC, $sumPID20, $sumMAX, $sumZWave, $sumDemand,$sumIdle,$sumIgnored,$sumExcluded,$sumUnknown);
Log3 $name, 3, "$type $name $str, eco: $eco overdrive: $overdrive";