Error in GetParameterDescription in RDM responder tests
25 views
Skip to first unread message
Mark Norton
unread,
Aug 1, 2024, 6:33:49 PM8/1/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open-lighting
So I am getting this error in the GetParameterDescription test. Why is it looking for PID 0x0051 when all manufacturer PID's start at 0x8000 and 0x0051 is E120_STS_NOT_READY?
Peter Newman
unread,
Nov 17, 2024, 9:18:53 AM11/17/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open-lighting
Hi Mark,
Sorry for the slow reply.
It's sending a get against the PID 0x0051 (PARAMETER_DESCRIPTION) with an argument of 32772 (0x8004) so it's asking for the parameter description of that manufacturer PID (0x8004) , which I believe you will have declared in SUPPORTED_PARAMETERS (for it to have picked that value).