diff --git a/fhem/CHANGED b/fhem/CHANGED index a4f2858f3..fd85b88a3 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 59_Weather: add Internal MODEL for statistic - feature: 70_BRAVIA: new set command openUrl - bugfix: 59_Weather: fix change attribut model - bugfix: 98_livetracking: fixed initial Life360 data availability diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 8c3abcb1e..3636182e6 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -432,6 +432,7 @@ sub Weather_Define($$) { $hash->{INTERVAL} = $interval; $hash->{LANG} = ( (defined($lang) and $lang) ? $lang : lc(AttrVal('global','language','de')) ); $hash->{API} = $api; + $hash->{MODEL} = $api; $hash->{APIKEY} = $apikey; $hash->{APIOPTIONS} = $apioptions; $hash->{READINGS}->{current_date_time}->{TIME}= TimeNow();