patch-get-hash-readings #85

Merged
marko merged 3 commits from patch-get-hash-readings into testing 2025-10-17 10:21:16 +00:00
3 changed files with 6 additions and 9 deletions
Showing only changes of commit e84d810e39 - Show all commits

View File

@@ -516,7 +516,7 @@ __END__
],
"release_status": "stable",
"license": "GPL_2",
"version": "v2.3.0",
"version": "v2.3.1",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@@ -1,4 +1,4 @@
UPD 2025-10-14_07:34:42 24515 FHEM/59_Weather.pm
UPD 2025-10-14_07:20:30 34175 lib/FHEM/Core/Weather.pm
UPD 2025-10-14_07:25:36 33545 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-10-16_18:59:55 24515 FHEM/59_Weather.pm
UPD 2025-10-16_18:59:41 34158 lib/FHEM/Core/Weather.pm
UPD 2025-10-14_07:39:57 33545 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-10-14_07:20:30 38721 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@@ -232,9 +232,6 @@ sub _LanguageInitialize {
@directions_txt_i18n = @directions_txt_nl;
%pressure_trend_txt_i18n = %pressure_trend_txt_nl;
%status_items_txt_i18n = %status_items_txt_nl;
}
elsif ( $lang eq 'fr' ) {
}
elsif ( $lang eq 'fr' ) {
%wdays_txt_i18n = %wdays_txt_fr;
@@ -870,11 +867,11 @@ sub Attr {
::InternalTimer( gettimeofday() + 0.5,
\&FHEM::Core::Weather::DeleteForecastreadings, $hash );
}
elsif ('forecastLimit') {
elsif ( $cmd eq 'forecastLimit' ) {
::InternalTimer( gettimeofday() + 0.5,
\&FHEM::Core::Weather::DeleteForecastreadings, $hash );
}
elsif ('alerts') {
elsif ( $cmd eq 'alerts' ) {
if ( $cmd eq 'set' ) {
$hash->{fhem}->{api}->setAlerts($AttrVal);
}