mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
70_SolarEdgeAPI: show SolarEdge logo to comply with API requirements - update
git-svn-id: https://svn.fhem.de/fhem/trunk@20392 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
33510fcdbf
commit
839baf528e
@ -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: 70_SolarEdgeAPI: increment version number for previous change
|
||||||
- change: 70_SolarEdgeAPI: show SolarEdge logo to comply with API requirements
|
- change: 70_SolarEdgeAPI: show SolarEdge logo to comply with API requirements
|
||||||
- update: 98_MSwitch: New Version 2.6a
|
- update: 98_MSwitch: New Version 2.6a
|
||||||
(Forum: https://forum.fhem.de/index.php/topic,86199.msg984087.html#msg984087)
|
(Forum: https://forum.fhem.de/index.php/topic,86199.msg984087.html#msg984087)
|
||||||
|
@ -101,12 +101,14 @@ eval "use JSON;1" or $solarEdgeAPI_missingModul .= "JSON ";
|
|||||||
# are chosen so that behavior is same as in previous versions.
|
# are chosen so that behavior is same as in previous versions.
|
||||||
# Restart periodic timer during _Define instead of _Notify.
|
# Restart periodic timer during _Define instead of _Notify.
|
||||||
#
|
#
|
||||||
|
# 1.3.0 show SolarEdge logo to comply with requirement from API documentation
|
||||||
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
sub SolarEdgeAPI_SetVersion($)
|
sub SolarEdgeAPI_SetVersion($)
|
||||||
{
|
{
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
$hash->{VERSION} = "1.2.0";
|
$hash->{VERSION} = "1.3.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user