From 4c2f92f6320c23db8f76183a4a36a68fae5638eb Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 15 Jan 2019 13:45:31 +0100 Subject: [PATCH] add 59_Weather API-Modul Documentation, fix setreading line --- 59_Weather.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/59_Weather.pm b/59_Weather.pm index abd0c40..7bca70c 100755 --- a/59_Weather.pm +++ b/59_Weather.pm @@ -206,9 +206,6 @@ sub Weather_WriteReadings($$) { readingsBulkUpdate($hash, '.license', $dataRef->{license}->{text}); } - readingsBulkUpdate($hash, "validity", "up-to-date"); - - ### current if ( defined($dataRef->{current}) and ref( $dataRef->{current} ) eq 'HASH' ) { while( my ($r,$v) = each %{$dataRef->{current}} ) {