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:
parent
cba61fde9f
commit
3f820f7448
@ -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
|
||||
|
@ -499,6 +499,7 @@ sub ErrorHandling($$$) {
|
||||
|
||||
if ( defined($data)
|
||||
and $data
|
||||
and
|
||||
(
|
||||
( $data =~ /Error/ )
|
||||
or defined( eval { decode_json($data) }->{errors} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user