include scheduler name so we can show it in log

This commit is contained in:
proddy
2024-07-16 20:33:27 +02:00
parent 51b24fe766
commit 95f6d57df4
2 changed files with 24 additions and 27 deletions

View File

@@ -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;