-
Notifications
You must be signed in to change notification settings - Fork 27
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
Manager.GetGroupLabel() not implemented? #19
Comments
Fixed! Thanks. Keep'em coming |
Excellent, thanks! That was quick. Sorry for re-opening, but how do I get this change into my project now? Can I update this vis NuGet already or do I need to wait for a new build from you? |
You'd have to pull the source code and rebuild it yourself. I'm not planning on updating the nuget until openzwave makes the next official release |
hmmm, I might need a bit of help with that. I have never compiled someone else's DLL before. ;-) I downloaded the source from here, found a file called "CompilingOpenZWave.aml" that said I should download the OZW dev branch and copy it to the "open-zwave" subfolder. Then I opened \src\OpenZWaveDotNet.sln in VS2017 and did the suggested conversions. Then I tried to build with "ReleaseDLL" config. That failed in many ways. Then I build with just "Release" and that looked much better. But I still get 3 errors, all "unresolved external symbol"
Looks like I'm still missing something. Any idea what that might be? |
You only need to clone this repo, AND its submodule, and all you would need to do is open the solution and hit "build". |
OK, thanks so much! By the way, there was one error left. It was in one of the samples. |
Hi,
I'm working on adding Group Associations to the ZWave port on my home automation system. I would like to display a list of groups a node supports so that the user can choose a group by name.
But it looks like Manager.GetGroupLabel() is not implemented in the .net wrapper. Is that correct? If so, is there another way to get the group names?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: