JKlessens <joost@ankhtechnologies.nl>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #184 | 5 years ago | Testless build | |
OZW › OZWLNX › #242 | 5 years ago |
Update .Net wrapper for new Manager API's
Added Methods to ZWManager corresponding to the new API methods in Manager. ToDo: Change the exampes so they use the new API methods (Use Notification::Type_ControllerCommand as the reply for the API methods. The (OpenZWave::Driver::ControllerState)_notification->GetEvent(), (OpenZWave::Driver::ControllerError)_notification->GetNotification() can be used as parameters for the original callback method, I believe)! reverted the project files to stay compatible with old Visual Studio.
Updated the .Net wrapper and OZWForm to use the new ControllerCommand methods, deprecating/obsoleting the BeginControllerCommand method.
Also added/generated headers and comments for all OZWForm files and some wrapper files. .gitignore is now working
Added default .gitignore
Changes after running the software once. These changes should never be committed upstream, but are nice to have in the origin.
Merge remote-tracking branch 'origin/Issue-352-Security' into Issue-352-Security
another project file revert
Updated OZWForm with a new menu item to add secure devices
Updated nothing really
|
148 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
Also added/generated headers and comments for all OZWForm files and some wrapper files.
Added Methods to ZWManager corresponding to the new API methods in
Manager.
ToDo: Change the exampes so they use the new API methods (Use
Notification::Type_ControllerCommand as the reply for the API methods.
The (OpenZWave::Driver::ControllerState)_notification->GetEvent(),
(OpenZWave::Driver::ControllerError)_notification->GetNotification() can
be used as parameters for the original callback method, I believe)!