From 7f5860f209a86a867779f1faf22751cdd94fe0fa Mon Sep 17 00:00:00 2001 From: kw123 Date: Wed, 19 Jul 2023 17:32:33 +0200 Subject: [PATCH] logging 1. added config option in general section to set request - curl timeout to any value >=1 sec 2. made error logging more verbose 3. added option to supress test logging at startup, default is log, set in config under section debug 4. fixed print parameters requests timeout was not properly formatted --- uniFiAP.indigoPlugin/Contents/Info.plist | 2 +- uniFiAP.indigoPlugin/Contents/changeLog.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/uniFiAP.indigoPlugin/Contents/Info.plist b/uniFiAP.indigoPlugin/Contents/Info.plist index c76bf8e..fe1a320 100755 --- a/uniFiAP.indigoPlugin/Contents/Info.plist +++ b/uniFiAP.indigoPlugin/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 2022.42.388 + 2022.42.389 ServerApiVersion 3.0 IwsApiVersion diff --git a/uniFiAP.indigoPlugin/Contents/changeLog.txt b/uniFiAP.indigoPlugin/Contents/changeLog.txt index c2f7bec..29c92b1 100755 --- a/uniFiAP.indigoPlugin/Contents/changeLog.txt +++ b/uniFiAP.indigoPlugin/Contents/changeLog.txt @@ -1,9 +1,11 @@ -changes in V2022.42.388@ 2023-07-20 +changes in V2022.42.389@ 2023-07-20 ================== 1. added config option in general section to set request - curl timeout to any value >=1 sec 2. made error logging more verbose 3. added option to supress test logging at startup, default is log, set in config under section debug +4. fixed print parameters requests timeout was not properly formatted + changes in V2022.42.385@ 2023-07-19