mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix coldshot command with dhw tag, restart coldshot timer
This commit is contained in:
@@ -98,7 +98,7 @@ class Command {
|
||||
}
|
||||
|
||||
static uint8_t call(const uint8_t device_type, const char * cmd, const char * value, const bool is_admin, const int8_t id, JsonObject output);
|
||||
static uint8_t call(const uint8_t device_type, const char * cmd, const char * value);
|
||||
static uint8_t call(const uint8_t device_type, const char * cmd, const char * value, const int8_t id = -1);
|
||||
|
||||
// with normal call back function taking a value and id
|
||||
static void add(const uint8_t device_type,
|
||||
|
||||
Reference in New Issue
Block a user