2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

10_SchellenbergHandle.pm: #186 typo

git-svn-id: https://svn.fhem.de/fhem/trunk@22719 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2020-09-03 11:15:36 +00:00
parent 08036dfd3b
commit 97330b24d9

View File

@ -183,7 +183,7 @@ sub SchellenbergHandle_ProcessMsg {
} else {
readingsBeginUpdate($hash);
readingsBulkUpdate($hash, 'state', 'out-of-sync');
eadingsBulkUpdateIfChanged($hash, 'alive', 'ok');
readingsBulkUpdateIfChanged($hash, 'alive', 'ok');
readingsBulkUpdate($hash, 'rssi', $rssi);
readingsEndUpdate($hash, 1);
};