test: debug line

This commit is contained in:
Sebastian 2023-10-28 18:02:17 +02:00
parent 82907c73a3
commit 98b093bcba
3 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,14 @@
### test: fix wifi status if is_connected (HEAD -> patch_mucki) ### test: cleanup initial error handling (HEAD -> patch_mucki)
>Wed, 25 Oct 2023 22:16:26 +0200
>Author: Sebastian (em@ail.tld)
>Commiter: Sebastian (em@ail.tld)
### test: fix wifi status if is_connected (origin/patch_mucki)
>Mon, 23 Oct 2023 22:04:31 +0200 >Mon, 23 Oct 2023 22:04:31 +0200
>Author: Sebastian (em@ail.tld) >Author: Sebastian (em@ail.tld)
@ -8,7 +18,7 @@
### test: changed published gateway informations (origin/patch_mucki) ### test: changed published gateway informations
>Sat, 21 Oct 2023 20:21:31 +0200 >Sat, 21 Oct 2023 20:21:31 +0200
>Author: Sebastian (em@ail.tld) >Author: Sebastian (em@ail.tld)

View File

@ -632,6 +632,9 @@ sub ErrorHandling {
# replace defined with exists # replace defined with exists
# && defined( $decode_json->{errors} ) ) # && defined( $decode_json->{errors} ) )
{ {
Log3 $name, 4, "[DEBUG] $name - ERROR HANDLING Bridge Parts 2";
Log3 $name, 4, "[DEBUG] $name - ERROR HANDLING Bridge Parts 1/2".$decode_json->{errors};
Log3 $name, 4, "[DEBUG] $name - ERROR HANDLING Bridge Parts 2/2".$decode_json->{errors}[0];
readingsBulkUpdate( readingsBulkUpdate(
$dhash, $dhash,
"state", "state",

View File

@ -1,2 +1,2 @@
UPD 2023-10-25_22:16:11 50086 FHEM/73_GardenaSmartBridge.pm UPD 2023-10-28_18:01:31 50373 FHEM/73_GardenaSmartBridge.pm
UPD 2023-10-03_22:40:44 126409 FHEM/74_GardenaSmartDevice.pm UPD 2023-10-03_22:40:44 126409 FHEM/74_GardenaSmartDevice.pm