Zigbee Protocol Controller 1.6.0
zigpc_config_t Struct Reference

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
 

Detailed Description

Reference to options used by ZigPC.

Member Data Documentation

◆ attr_polling_rate_ms

int zigpc_config_t::attr_polling_rate_ms

◆ datastore_file

const char* zigpc_config_t::datastore_file

Path to the SQLite datastore used by ZigPC

◆ mqtt_host

const char* zigpc_config_t::mqtt_host

Hostname of the MQTT broker

◆ mqtt_port

int zigpc_config_t::mqtt_port

Port of the MQTT broker

◆ ncp_update_firmware_flag

bool zigpc_config_t::ncp_update_firmware_flag

◆ ncp_update_firmware_path

const char* zigpc_config_t::ncp_update_firmware_path

◆ network_channel

uint8_t zigpc_config_t::network_channel

◆ network_pan_id

uint16_t zigpc_config_t::network_pan_id

◆ network_radio_power

int8_t zigpc_config_t::network_radio_power

◆ ota_path

const char* zigpc_config_t::ota_path

◆ poll_attr_only

bool zigpc_config_t::poll_attr_only

◆ serial_port

const char* zigpc_config_t::serial_port

Name of the serial port of the Zigbee NCP

◆ tc_use_well_known_key

bool zigpc_config_t::tc_use_well_known_key

Allow Trust Center joins using well-known link key

◆ use_network_args

bool zigpc_config_t::use_network_args

The documentation for this struct was generated from the following file: