change dumper output

This commit is contained in:
Marko Oldenburg
2019-01-09 13:14:06 +01:00
parent 117ebca8bc
commit 7bbf5f7f50
2 changed files with 12 additions and 1 deletions

View File

@@ -365,6 +365,7 @@ sub Weather_WriteReadings($$) {
foreach my $r (keys %{$dataRef} ) {
readingsBulkUpdate($hash, $r, $dataRef->{$r}) if ($r ne 'status' and $r ne 'current' and $r ne 'forcast');
}
readingsBulkUpdate($hash, "validity", "up-to-date");