mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
added all devices - API: HTTP read/write #506
This commit is contained in:
@@ -50,12 +50,13 @@ class System {
|
||||
static bool command_pin(const char * value, const int8_t id);
|
||||
static bool command_send(const char * value, const int8_t id);
|
||||
|
||||
static bool command_info(const char * value, const int8_t id, JsonObject & output);
|
||||
|
||||
static uint8_t free_mem();
|
||||
static void upload_status(bool in_progress);
|
||||
static bool upload_status();
|
||||
static void show_mem(const char * note);
|
||||
static void set_led();
|
||||
static String export_settings();
|
||||
|
||||
bool check_upgrade();
|
||||
void syslog_init();
|
||||
|
||||
Reference in New Issue
Block a user