|
Z-Wave Protocol Controller Reference
|
Basic Command Class control handler. More...
Functions | |
| sl_status_t | zwave_command_class_basic_init () |
| Initialize the basic command class handler. More... | |
Basic Command Class control handler.
Handling of the Basic Command Class is a little special since basic is not present in the NIF. The only way to know if a node supports the Basic Command Class is to try to send a Basic Get Command to the node (sad but true).
Some nodes also wrongfully send Basic Report to their Lifeline instead of using the "main" Command Class (e.g. Binary Switch). In this case, we must not start controlling the Basic Command Class
| sl_status_t zwave_command_class_basic_init | ( | ) |
Initialize the basic command class handler.