diff --git a/fhem/CHANGED b/fhem/CHANGED index f8922e79b..d11375607 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: OpenWeatherMapAPI: DarkSkyAPI: change pseudo name to real name - change: 93_DbRep: fix commandref - bugfix: 74_AutoShuttersControl: fix many bugs reported by users - bugfix: 70_BRAVIA: fix volume info from headphone diff --git a/fhem/FHEM/DarkSkyAPI.pm b/fhem/FHEM/DarkSkyAPI.pm index 96c410a44..32b82215d 100644 --- a/fhem/FHEM/DarkSkyAPI.pm +++ b/fhem/FHEM/DarkSkyAPI.pm @@ -771,7 +771,7 @@ sub _CreateForecastRef($) { lat => $self->{lat}, long => $self->{long}, apiMaintainer => -'Leon Gaultier (CoolTux)', +'Marko Oldenburg (CoolTux)', apiVersion => version->parse(DarkSkyAPI->VERSION())->normal, } ); diff --git a/fhem/FHEM/OpenWeatherMapAPI.pm b/fhem/FHEM/OpenWeatherMapAPI.pm index df3ba061b..834b2e360 100644 --- a/fhem/FHEM/OpenWeatherMapAPI.pm +++ b/fhem/FHEM/OpenWeatherMapAPI.pm @@ -616,7 +616,7 @@ sub _CreateForecastRef { lat => $self->{lat}, long => $self->{long}, apiMaintainer => -'Leon Gaultier (CoolTux)', +'Marko Oldenburg (CoolTux)', apiVersion => version->parse( OpenWeatherMapAPI->VERSION() )->normal, }