-
-
Notifications
You must be signed in to change notification settings - Fork 893
Open
Milestone
Description
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!