commands "fetch" and "publish ha" as call (#608)

This commit is contained in:
MichaelDvP
2020-11-14 10:31:55 +01:00
parent 18d8d223fb
commit ba793e0408
4 changed files with 22 additions and 32 deletions

View File

@@ -51,6 +51,7 @@ 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_publish(const char * value, const int8_t id);
static bool command_fetch(const char * value, const int8_t id);
static bool command_info(const char * value, const int8_t id, JsonObject & json);
static bool command_report(const char * value, const int8_t id, JsonObject & json);