formatting

This commit is contained in:
proddy
2024-06-21 13:49:17 +01:00
parent 4754ea6211
commit 2e2cf30c12

View File

@@ -61,7 +61,7 @@ class System {
static bool command_commands(const char * value, const int8_t id, JsonObject output);
static bool command_response(const char * value, const int8_t id, JsonObject output);
static bool command_allvalues(const char * value, const int8_t id, JsonObject output);
static bool get_value_info(JsonObject root, const char *cmd);
static bool get_value_info(JsonObject root, const char * cmd);
#if defined(EMSESP_TEST)
static bool command_test(const char * value, const int8_t id);