OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Multi channel get end-points? #346

Closed cburghardt closed 4 years ago

cburghardt commented 4 years ago

This might be more of a question than an issue. ozwave supports the isMultiInstance since 1.6 and your library also supports adding and removing associations with an instance. However I am struggling to find out how to request the supported end-points of the device via your library. Basically I need the results of the inquiry data for multichannel/multi instance.

robertsLando commented 4 years ago

You mean this: https://github.com/OpenZWave/node-openzwave-shared/pull/349

cburghardt commented 4 years ago

I am sorry but this PR has nothing to do with it. It provides existing associations. But how do I find out which end-points are supported by a device?