-
Notifications
You must be signed in to change notification settings - Fork 207
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
E1.33 cherry pick vii #1960
E1.33 cherry pick vii #1960
Conversation
(cherry picked from commit 54d2743)
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.
see inline comments
@@ -30,7 +30,7 @@ using ola::rdm::RDMResponse; | |||
using ola::rdm::RDMCallback; | |||
|
|||
/** | |||
* The ManagementEndpoint handles RDMCommands directed at this E1.33 device. It | |||
* The ManagementEndpoint handles RDMCommands directed at this E1.33 Component. 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.
capital C is on purpose?
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.
Yeah, I think from the spec that both Controllers and Devices now have management endpoints, I believe Component (or RPT Component) is the overarching term for Controller and/or Device.
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.
"thing" would also be acceptable! 😜
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 rather meant that the previous "device" was lower-case and the new "Component" is upper-case. No issue with the wording itself
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 think that was device in the generic sense, whereas I was capitalising the official term from the standard to match the standard.
1593985
into
OpenLightingProject:master
Merging given @kripton was happy and I ought to try and get the rest merged in... |
No description provided.