mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Feature: debug (settings)
This commit is contained in:
parent
0ca2eb8287
commit
737308ebe6
5 changed files with 17 additions and 0 deletions
|
@ -814,6 +814,7 @@ class RestApi {
|
|||
obj[F("enabled")] = (bool) mConfig->plugin.zeroExport.enabled;
|
||||
obj[F("log_over_webserial")] = (bool) mConfig->plugin.zeroExport.log_over_webserial;
|
||||
obj[F("log_over_mqtt")] = (bool) mConfig->plugin.zeroExport.log_over_mqtt;
|
||||
obj[F("debug")] = (bool) mConfig->plugin.zeroExport.debug;
|
||||
// Groups
|
||||
obj[F("max_groups")] = ZEROEXPORT_MAX_GROUPS;
|
||||
JsonArray arrGroup = obj.createNestedArray(F("groups"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue