mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-13 19:36:26 +03:00
brand_to_cstr()
This commit is contained in:
@@ -2535,7 +2535,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject output
|
||||
obj["name"] = emsdevice->name(); // custom name
|
||||
obj["deviceID"] = Helpers::hextoa(emsdevice->device_id());
|
||||
obj["productID"] = emsdevice->product_id();
|
||||
obj["brand"] = emsdevice->brand_to_char();
|
||||
obj["brand"] = emsdevice->brand_to_cstr();
|
||||
obj["version"] = emsdevice->version();
|
||||
obj["entities"] = emsdevice->count_entities();
|
||||
char result[1000];
|
||||
|
||||
Reference in New Issue
Block a user