OpenWeatherMapAPI: DarkSkyAPI: change pseudo name to real name

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23645 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2021-01-30 17:55:57 +00:00
parent e5014c0288
commit 17abefe086
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -771,7 +771,7 @@ sub _CreateForecastRef($) {
lat => $self->{lat},
long => $self->{long},
apiMaintainer =>
'Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
'Marko Oldenburg (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
apiVersion => version->parse(DarkSkyAPI->VERSION())->normal,
}
);

View File

@ -616,7 +616,7 @@ sub _CreateForecastRef {
lat => $self->{lat},
long => $self->{long},
apiMaintainer =>
'Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
'Marko Oldenburg (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
apiVersion =>
version->parse( OpenWeatherMapAPI->VERSION() )->normal,
}