Skip to content
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

Feature request: method to get "End Point" from ValueID #1978

Open
petergebruers opened this issue Oct 15, 2019 · 2 comments
Open

Feature request: method to get "End Point" from ValueID #1978

petergebruers opened this issue Oct 15, 2019 · 2 comments

Comments

@petergebruers
Copy link
Collaborator

OpenZWave maps Instances (an index assigned by OpenZWave) to End Points (what is in the data packet) internally, hiding the details from the user. Config files can alter this map.

I can think of 2 reasons wanting to know the End Point:

  • For diagnostic purposes
  • To identify what to use in MultiChannel Association. This CC expects "End Points".

I’ll make a proof of concept add that to ozwcp and make a proposal
Something like this might be a start:

uint8 Manager::GetValueEndPoint(ValueID const &_id)

Or ... GetEndPointFromValue, or GetEndPointOfValue?

Shoot!

@petergebruers petergebruers changed the title Feature request: method to get "End Point" from Value Feature request: method to get "End Point" from ValueID Oct 15, 2019
@kdschlosser
Copy link
Contributor

This would be a most helpful thing to have.

@petergebruers
Copy link
Collaborator Author

PR #2013

@Fishwaldo Fishwaldo added this to the 1.7 milestone Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants