|
Z-Wave Protocol Controller Reference
|
#include "sl_status.h"#include "zwave_utils.h"#include "zwave_controller_types.h"#include "zwave_controller_connection_info.h"#include "contiki-conf.h"Go to the source code of this file.
Functions | |
| sl_status_t | command_class_firmware_update_initiate_firmware_update (zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id, uint32_t firmware_target, unsigned long apply_after, const char *filename) |
| Attempts to start a Firmware Update procedure for a node. More... | |
| void | command_class_firmware_update_abort_ongoing_firmware_operation (zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id) |
| Abort any ongoing Firmware operation with a node. More... | |