Zigbee Protocol Controller 1.6.0
|
Reference to options used by ZigPC. More...
#include <zigpc_config.h>
Public Attributes | |
const char * | mqtt_host |
int | mqtt_port |
const char * | serial_port |
const char * | datastore_file |
bool | tc_use_well_known_key |
int | attr_polling_rate_ms |
bool | poll_attr_only |
bool | ncp_update_firmware_flag |
const char * | ncp_update_firmware_path |
const char * | ota_path |
bool | use_network_args |
uint16_t | network_pan_id |
int8_t | network_radio_power |
uint8_t | network_channel |
Reference to options used by ZigPC.
int zigpc_config_t::attr_polling_rate_ms |
const char* zigpc_config_t::datastore_file |
Path to the SQLite datastore used by ZigPC
const char* zigpc_config_t::mqtt_host |
Hostname of the MQTT broker
int zigpc_config_t::mqtt_port |
Port of the MQTT broker
bool zigpc_config_t::ncp_update_firmware_flag |
const char* zigpc_config_t::ncp_update_firmware_path |
uint8_t zigpc_config_t::network_channel |
uint16_t zigpc_config_t::network_pan_id |
int8_t zigpc_config_t::network_radio_power |
const char* zigpc_config_t::ota_path |
bool zigpc_config_t::poll_attr_only |
const char* zigpc_config_t::serial_port |
Name of the serial port of the Zigbee NCP
bool zigpc_config_t::tc_use_well_known_key |
Allow Trust Center joins using well-known link key
bool zigpc_config_t::use_network_args |