mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +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:
parent
ecd49bfb38
commit
7a3832982e
@ -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.
|
||||||
|
- bugfix: 73_GardenaSmartBridge: fix fetch token after rereadcfg
|
||||||
- feature: 60_allergy: alternative data source for extended 5 day forecast
|
- feature: 60_allergy: alternative data source for extended 5 day forecast
|
||||||
- new: 74_HusqvarnaAutomower.pm: New module to control your
|
- new: 74_HusqvarnaAutomower.pm: New module to control your
|
||||||
Husqvarna Automower with original Connect Module (SIM)
|
Husqvarna Automower with original Connect Module (SIM)
|
||||||
|
@ -68,7 +68,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
|
|||||||
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
|
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 (
|
GardenaSmartBridge_getToken($hash) if (
|
||||||
($devtype eq 'Global'
|
($devtype eq 'Global'
|
||||||
and (grep /^INITIALIZED$/,@{$events}
|
and (grep /^INITIALIZED$/,@{$events}
|
||||||
|
or grep /^REREADCFG$/,@{$events}
|
||||||
or grep /^DEFINED.$name$/,@{$events}
|
or grep /^DEFINED.$name$/,@{$events}
|
||||||
or grep /^MODIFIED.$name$/,@{$events}
|
or grep /^MODIFIED.$name$/,@{$events}
|
||||||
or grep /^ATTR.$name.gardenaAccountEmail.+/,@{$events}
|
or grep /^ATTR.$name.gardenaAccountEmail.+/,@{$events}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user