mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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.
|
# 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.
|
# 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
|
- change: 93_DbRep: fix commandref
|
||||||
- bugfix: 74_AutoShuttersControl: fix many bugs reported by users
|
- bugfix: 74_AutoShuttersControl: fix many bugs reported by users
|
||||||
- bugfix: 70_BRAVIA: fix volume info from headphone
|
- bugfix: 70_BRAVIA: fix volume info from headphone
|
||||||
|
@ -771,7 +771,7 @@ sub _CreateForecastRef($) {
|
|||||||
lat => $self->{lat},
|
lat => $self->{lat},
|
||||||
long => $self->{long},
|
long => $self->{long},
|
||||||
apiMaintainer =>
|
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,
|
apiVersion => version->parse(DarkSkyAPI->VERSION())->normal,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -616,7 +616,7 @@ sub _CreateForecastRef {
|
|||||||
lat => $self->{lat},
|
lat => $self->{lat},
|
||||||
long => $self->{long},
|
long => $self->{long},
|
||||||
apiMaintainer =>
|
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 =>
|
apiVersion =>
|
||||||
version->parse( OpenWeatherMapAPI->VERSION() )->normal,
|
version->parse( OpenWeatherMapAPI->VERSION() )->normal,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user