Driver creation changed - a notification callback and context pointer must now be provided. This is so there is a callback in place before the driver thread starts running.
Beautification - removed a lot of Hungarian-style naming (which is against the soon-to-be-published coding standard). Also replaced spaces with tabs where possible.
Driver creation changed - a notification callback and context pointer must now be provided. This is so there is a callback in place before the driver thread starts running.
Beautification - removed a lot of Hungarian-style naming (which is against the soon-to-be-published coding standard). Also replaced spaces with tabs where possible.
Added dual-track handling of configuration parameters. Known parameters will appear as value objects, and can be set in the same way as other Z-Wave device reported values. If the parameter is unknown, a direct call can be made to Node::SetConfigParam. If a the device responds, a Value object will be created for future use (although the direct call path will still work)
Added dual-track handling of configuration parameters. Known parameters will appear as value objects, and can be set in the same way as other Z-Wave device reported values. If the parameter is unknown, a direct call can be made to Node::SetConfigParam. If a the device responds, a Value object will be created for future use (although the direct call path will still work)