Zigbee Protocol Controller 1.6.0
|
#include <string>
#include "sl_status.h"
#include "zigpc_common_zigbee.h"
#include "zigpc_common_dsk.hpp"
Go to the source code of this file.
Functions | |
void | zigpc_smartstart_on_list_update (bool entries_pending_inclusion) |
Callback invokved when the smartstart list has been updated. More... | |
void | zigpc_smartstart_on_network_init (void *event_data) |
Callback invoked when the network has initialized. More... | |
void | zigpc_smartstart_on_node_added (void *event_data) |
Callback invoked when node addition has completed. More... | |
void | zigpc_smartstart_on_node_removed (void *event_data) |
Callback invoked when node removal has completed. More... | |
sl_status_t | zigpc_smartstart_init_observers (void) |
Setup function to initialize observers. More... | |
std::string | zigpc_smartstart_get_unid (zigbee_eui64_t eui64) |
Get UNID from EUI64 representation. More... | |
sl_status_t | zigpc_smartstart_dsk_parse_install_code (const std::string &dsk, zigpc_common::dsk_install_code_t &dsk_content) |
Parse a SmartStart DSK in the form of Z3 Install Code configuration. More... | |
Variables | |
const char | LOG_TAG [] |