formatting

This commit is contained in:
proddy
2026-05-17 16:20:03 +02:00
parent 90894898c2
commit 972fb9cce5

View File

@@ -2562,7 +2562,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject output
obj["name"] = emsdevice->name(); // custom name obj["name"] = emsdevice->name(); // custom name
obj["deviceID"] = Helpers::hextoa(emsdevice->device_id()); obj["deviceID"] = Helpers::hextoa(emsdevice->device_id());
obj["productID"] = emsdevice->product_id(); obj["productID"] = emsdevice->product_id();
obj["brand"] = emsdevice->brand_to_cstr(); obj["brand"] = emsdevice->brand_to_char();
obj["version"] = emsdevice->version(); obj["version"] = emsdevice->version();
obj["entities"] = emsdevice->count_entities(); obj["entities"] = emsdevice->count_entities();
char result[1000]; char result[1000];