|
RDM Interpretation Questions Discussion and questions relating to interpreting and understanding the E1.20 RDM Standard. |
|
Thread Tools | Search this Thread | Display Modes |
October 2nd, 2024 | #1 |
Junior Member
Join Date: Sep 2024
Location: Germany Berlin
Posts: 6
|
E1.37-5 JSON LIST_TAGS GET not parsable
While implementing, i discoverd that LIST_TAGS is not pasable because the Format is missing.
Its not good to descripe how to parse the data in the Notes. As well ther is a Typo in the notes what i think would be a good solution is to change it to a StringType in a list or add a Format, something like "utf8[]" Indicating its an UTF-8 and its an array delimited by (char)0x00 Code:
{ "name": "LIST_TAGS", "notes": "E1.37-5", "manufacturer_id": 0, "pid": 1617, "version": 1, "get_request_subdevice_range": [ "root", "subdevices" ], "get_request": [], "get_response": [ { "name": "tags", "type": "bytes", "notes": "NUL-delimited." } ] } Last edited by Qasi_; October 2nd, 2024 at 05:37 AM. |
Bookmarks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
RDM 1.37-5 JSON Schema PD Envelope Type | Qasi_ | RDM Interpretation Questions | 3 | September 18th, 2024 08:47 PM |