2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 06:48:43 +00:00

MAX: set RSSI reading per device (patch by Wzut)

git-svn-id: https://svn.fhem.de/fhem/trunk@8681 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2015-06-02 21:40:29 +00:00
parent ac06d2f7bb
commit b428e8d8d1

View File

@ -878,6 +878,7 @@ MAX_Parse($$)
$state .= " (rf error)" if($shash->{rferror});
readingsBulkUpdate($shash, "state", $state);
readingsBulkUpdate($shash, "RSSI", $shash->{RSSI}) if ($shash->{RSSI});
readingsEndUpdate($shash, 1);
return $shash->{NAME}
}