E1.20 RDM (Remote Device Management) Protocol Forums  

Go Back   E1.20 RDM (Remote Device Management) Protocol Forums > RDM Developer Forums > RDM Interpretation Questions

RDM Interpretation Questions Discussion and questions relating to interpreting and understanding the E1.20 RDM Standard.

Reply
 
Thread Tools Search this Thread Display Modes
Old October 2nd, 2024   #1
Qasi_
Junior Member
 
Join Date: Sep 2024
Location: Germany Berlin
Posts: 6
Default 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.
Qasi_ is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 05:29 AM.


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