mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
include scheduler name so we can show it in log
This commit is contained in:
@@ -73,7 +73,7 @@ class WebSchedulerService : public StatefulService<WebScheduler> {
|
||||
#ifndef EMSESP_STANDALONE
|
||||
private:
|
||||
#endif
|
||||
bool command(const char * cmd, const char * data);
|
||||
bool command(const char * name, const char * cmd, const char * data);
|
||||
void condition();
|
||||
|
||||
HttpEndpoint<WebScheduler> _httpEndpoint;
|
||||
|
||||
Reference in New Issue
Block a user