> From: Chengwen Feng [mailto:[email protected]] > Sent: Wednesday, 20 May 2026 05.57 > > Currently, the /dmadev/list and /ethdev/list telemetry endpoints return > only integer IDs, making it hard to identify devices. This series > changes > both to output strings in "ID NAME" format for better usability.
For machine reading of the JSON output, it would be better returning an object
with an integer and a string field, {ID, "NAME"}.

