mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
rename function device_info to device_info_web as it was a little confusing
This commit is contained in:
@@ -86,7 +86,7 @@ class EMSESP {
|
||||
static void send_raw_telegram(const char * data);
|
||||
static bool device_exists(const uint8_t device_id);
|
||||
|
||||
static void device_info(const uint8_t unique_id, JsonObject & root);
|
||||
static void device_info_web(const uint8_t unique_id, JsonObject & root);
|
||||
|
||||
static uint8_t count_devices(const uint8_t device_type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user