diff --git a/fhem/FHEM/36_KeyValueProtocol.pm b/fhem/FHEM/36_KeyValueProtocol.pm index 5b718392c..ded395f00 100644 --- a/fhem/FHEM/36_KeyValueProtocol.pm +++ b/fhem/FHEM/36_KeyValueProtocol.pm @@ -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($$) {
- + Readings