mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
Support logging of any sensor and charts
This commit is contained in:
@@ -2,7 +2,7 @@ void Push_init() {
|
||||
server.on("/pushingboxDate", HTTP_GET, [](AsyncWebServerRequest * request) {
|
||||
|
||||
if (request->hasArg("pushingbox_id")) {
|
||||
jsonWrite(configSetup, "pushingbox_id", request->getParam("pushingbox_id")->value());
|
||||
jsonWriteStr(configSetup, "pushingbox_id", request->getParam("pushingbox_id")->value());
|
||||
}
|
||||
|
||||
saveConfig();
|
||||
|
||||
Reference in New Issue
Block a user