From 0f2ace8cb005339f8a8c8c8e356200beabf9106d Mon Sep 17 00:00:00 2001 From: DutchmanNL Date: Wed, 15 Nov 2023 22:58:25 +0100 Subject: [PATCH] update readme --- README.md | 3 +++ admin/jsonConfig.json5 | 1 + 2 files changed, 4 insertions(+) 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}\" }",