mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
siwtch info with list - #176
This commit is contained in:
@@ -248,7 +248,7 @@ class EMSdevice {
|
||||
const std::string get_value_uom(const char * key);
|
||||
bool get_value_info(JsonObject & root, const char * cmd, const int8_t id);
|
||||
|
||||
enum OUTPUT_TARGET : uint8_t { API_VERBOSE, API, MQTT };
|
||||
enum OUTPUT_TARGET : uint8_t { API_VERBOSE, API_SHORT, MQTT };
|
||||
bool generate_values_json(JsonObject & output, const uint8_t tag_filter, const bool nested, const uint8_t output_target);
|
||||
void generate_values_json_web(JsonObject & output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user