|
Z-Wave Protocol Controller Reference
|
Go to the source code of this file.
Macros | |
| #define | COMMAND_CLASS_SENSOR_BINARY_VERSION 1 |
| Version of COMMAND_CLASS_SENSOR_BINARY which this handlers is genrated for. More... | |
Functions | |
| sl_status_t | zwave_COMMAND_CLASS_SENSOR_BINARY_init () |
| Initialisation of COMMAND_CLASS_SENSOR_BINARY. More... | |
| sl_status_t | zwave_SENSOR_BINARY_REPORT_handle_report_command_override (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length) |
| Override function for SENSOR_BINARY_REPORT. More... | |
| sl_status_t | zwave_SENSOR_BINARY_GET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len) |
| Auto-generated function for SENSOR_BINARY_GET. More... | |
| sl_status_t | zwave_SENSOR_BINARY_GET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len) |
| Override function for SENSOR_BINARY_GET. More... | |