mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 10:47:11 +02:00
0.8.910008-zero
This commit is contained in:
parent
1c4a83dfd0
commit
3dfbee82c7
8 changed files with 1204 additions and 716 deletions
|
@ -589,6 +589,8 @@ class Web {
|
|||
// Plugin ZeroExport
|
||||
#if defined(PLUGIN_ZEROEXPORT)
|
||||
mConfig->plugin.zeroExport.enabled = (request->arg("ze_enabled") == "on");
|
||||
mConfig->plugin.zeroExport.log_over_webserial = (request->arg("ze_log_over_webserial") == "on");
|
||||
mConfig->plugin.zeroExport.log_over_mqtt = (request->arg("ze_log_over_mqtt") == "on");
|
||||
// TODO: sortieren
|
||||
// mConfig->plugin.zeroExport.enabled = (request->arg("en_zeroexport") == "on");
|
||||
// mConfig->plugin.zeroExport.two_percent = (request->arg("two_percent") == "on");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue