Streamline API calls from UI (incl. Fix #1311, #1314) (#1312)

* JSONeditor: Disable watchers when updating selections dynamically

* Refactor - Load last instance config when loading UI page

* LED Devices - Notify getproperties watchers for configured hostname

* Remove unused variable

* Fix #1314 - Additional classic & matrix configuration items were not saved
This commit is contained in:
LordGrey
2021-08-31 10:55:32 +02:00
committed by GitHub
parent 42e7f85864
commit 12cdd1d58a
7 changed files with 70 additions and 48 deletions

View File

@@ -10,7 +10,7 @@
// Constants
namespace {
const bool verbose = false;
const bool verbose = true;
// Configuration settings
const char CONFIG_ADDRESS[] = "host";