-
Notifications
You must be signed in to change notification settings - Fork 222
Add some E1.37-5 PIDs and accompanying RDM tests #1996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some E1.37-5 PIDs and accompanying RDM tests #1996
Conversation
| /** | ||
| * @brief Convert a TagSet to a human readable string. | ||
| * @returns a comma separated string with the Tags from the set. | ||
| * @note Commas can also exist within the tags themselves... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts on how best to handle this? I don't think any of our other ToStrings return a multi-line string which would be the other obvious way to list them. Also probably not too handy in general usage, so I guess just risking the confusing comma is probably worth it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd missed that you'd approved it as well as the comments. I'll merge this ready for the next one anyway @kripton . But would be curious on a second point of view on this point...
e8c755c
into
OpenLightingProject:master
Closes #1993 , Closes #1969