mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
OpenWeatherMapAPI: DarkSkyAPI: change pseudo name to real name
git-svn-id: https://svn.fhem.de/fhem/trunk@23645 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
324966281f
commit
0507c3f2db
@ -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
|
||||
|
@ -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,
|
||||
}
|
||||
);
|
||||
|
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user