mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
rename add_json()
This commit is contained in:
@@ -109,7 +109,7 @@ class Command {
|
||||
const __FlashStringHelper * description,
|
||||
uint8_t flags = CommandFlag::MQTT_SUB_FLAG_NORMAL);
|
||||
|
||||
static void add_returns_json(const uint8_t device_type,
|
||||
static void add_json(const uint8_t device_type,
|
||||
const __FlashStringHelper * cmd,
|
||||
cmdfunction_json_p cb,
|
||||
const __FlashStringHelper * description,
|
||||
|
||||
Reference in New Issue
Block a user