2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 14:47:00 +00:00

73_GardenaSmartBridge: fix the fix

git-svn-id: https://svn.fhem.de/fhem/trunk@19343 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-05-07 08:58:15 +00:00
parent cba61fde9f
commit 3f820f7448
2 changed files with 2 additions and 0 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 the fix
- bugfix: 73_GardenaSmartBridge: check if defined $data
- bufix: 55_DWD_OpenData: SunUp calculation (forum #83097 msg #931972)
- feature: 10_RESIDENTS: add home alone mode

View File

@ -499,6 +499,7 @@ sub ErrorHandling($$$) {
if ( defined($data)
and $data
and
(
( $data =~ /Error/ )
or defined( eval { decode_json($data) }->{errors} )