2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

14_CUL_WS.pm: strangeTempDiff generates stacktrace (Forum #130161)

git-svn-id: https://svn.fhem.de/fhem/trunk@26674 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-11-08 17:23:41 +00:00
parent 9115b0e68a
commit a8324bd0bf

View File

@ -151,7 +151,7 @@ CUL_WS_Parse($$)
if($std) { if($std) {
my $ot = ReadingsVal($name, 'temperature', 0); my $ot = ReadingsVal($name, 'temperature', 0);
if($ot && abs($ot-$t) > $std) { if($ot && abs($ot-$t) > $std) {
readingsBulkUpdate($def, 'strangeTemp', $t, 0); readingsSingleUpdate($def, 'strangeTemp', $t, 0);
$t = $ot; $t = $ot;
} }
} }