mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix REST-API - strange characters in http://<hostname>/api/<device>/commands output #671
This commit is contained in:
@@ -93,8 +93,6 @@ class Command {
|
||||
return cmdfunctions_;
|
||||
}
|
||||
|
||||
#define add_
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user