diff --git a/README.md b/README.md index 6325218..f0014c1 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ If you like my work, please consider a personal donation ### __WORK IN PROGRESS__ * (DutchmanNL) --> +### __WORK IN PROGRESS__ +* (DutchmanNL) Refactor memory caching of device data, resolves #189 + ### 0.5.0-beta.1 (2023-11-12) * (DutchmanNL) Only show error messages once for unreachable devices diff --git a/admin/jsonConfig.json5 b/admin/jsonConfig.json5 index bea4e6c..ac863fc 100644 --- a/admin/jsonConfig.json5 +++ b/admin/jsonConfig.json5 @@ -160,6 +160,7 @@ // Input fields to ADD / Modify devices "deviceIP": { "newLine": true, +// "doNotSave": true, "type": "autocompleteSendTo", "command": "getDeviceIPs", "jsonData": "{ \"service\": \"${data.deviceInputIP}\" }",