E1.20 RDM (Remote Device Management) Protocol Forums

E1.20 RDM (Remote Device Management) Protocol Forums (http://www.rdmprotocol.org/forums/index.php)
-   RDM Interpretation Questions (http://www.rdmprotocol.org/forums/forumdisplay.php?f=5)
-   -   E1.37-5 JSON LIST_TAGS GET not parsable (http://www.rdmprotocol.org/forums/showthread.php?t=1347)

Qasi_ October 2nd, 2024 04:33 AM

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."
    }
  ]
}



All times are GMT -6. The time now is 02:38 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.