2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

73_GardenaSmartBridge: fix fetch token after rereadcfg

git-svn-id: https://svn.fhem.de/fhem/trunk@16670 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2018-04-29 04:18:33 +00:00
parent ecd49bfb38
commit 7a3832982e
2 changed files with 3 additions and 1 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.
- bugfix: 73_GardenaSmartBridge: fix fetch token after rereadcfg
- feature: 60_allergy: alternative data source for extended 5 day forecast
- new: 74_HusqvarnaAutomower.pm: New module to control your
Husqvarna Automower with original Connect Module (SIM)

View File

@ -68,7 +68,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
my $version = "1.0.3";
my $version = "1.0.4";
@ -251,6 +251,7 @@ sub GardenaSmartBridge_Notify($$) {
GardenaSmartBridge_getToken($hash) if (
($devtype eq 'Global'
and (grep /^INITIALIZED$/,@{$events}
or grep /^REREADCFG$/,@{$events}
or grep /^DEFINED.$name$/,@{$events}
or grep /^MODIFIED.$name$/,@{$events}
or grep /^ATTR.$name.gardenaAccountEmail.+/,@{$events}