mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
36_KeyValueProtokol.pm: prevent empty readings
git-svn-id: https://svn.fhem.de/fhem/trunk@20039 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
205095825e
commit
195ebf1ced
@ -176,7 +176,7 @@ sub KeyValueProtocol_Parse($$) {
|
||||
$key = $newKey if ($newKey);
|
||||
}
|
||||
|
||||
readingsBulkUpdate($rhash, $key, $value);
|
||||
readingsBulkUpdate($rhash, $key, $value) if ($value);
|
||||
}
|
||||
|
||||
readingsEndUpdate($rhash, 1);
|
||||
@ -241,7 +241,7 @@ sub KeyValueProtocol_Parse($$) {
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
|
||||
<a name="KeyValueProtocol_Readings"></a>
|
||||
<b>Readings</b><br>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user