Adjust pluggable monitor spec re: DESCRIBE
command response to match library behavior
#1738
Closed
3 tasks done
Labels
conclusion: resolved
Issue was resolved
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
Describe the problem
The pluggable monitor specification states:
https://arduino.github.io/arduino-cli/dev/pluggable-monitor-specification/#describe-command
The example response shown in the specification also uses
values
key names, so I don't think it is only a matter of incorrect formatting of "value
s"🐛
github.com/arduino/pluggable-monitor-protocol-handler.monitor.PortParameterDescriptor.Values
has afield
tag value ofvalue
, instead of the specification compliantvalues
:https://github.com/arduino/pluggable-monitor-protocol-handler/blob/3dee1f8eddeb94f728c66645ec748da0501340e6/message.go#L38
To reproduce
🐛 There are non-compliant key names:
port_description.configuration_parameters.echo.value
port_description.configuration_parameters.speed.value
Expected behavior
DESCRIBE
command response is specification compliant.'github.com/arduino/pluggable-monitor-protocol-handler' version
3dee1f8
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: