ZbConfig<a class="cmnd" id="zbconfig2"> <json\></a>|change the configuration and restart if any change was applied. **Warning: change in configuration causes a reset of the CC2530/ZBBridge and requires devices to be re-paired.**<BR>`"Channel":<channel>`: Zigbee radio channel (11-26)<BR>`"PanID":<panid>`: identifier of the Zigbee Network<BR>`"ExtPanID":<extpanid>`: unique identifier of the Zigbee Network (ExtPanID features are not supported in Z2T but this parameter needs to be set)<BR>`"KeyL":<key_l>,"KeyH":<key_h>`: 128 bits encryption key, split into 2 64 bits values (Low and High)<BR>`"TXRadio":<txradio>`: radion power in dBm (1-20) only for ZBBridge<BR>All parameters are optional and only the ones specified are changed. The command always displays the complete configuration after the change<BR>Example of command: ```ZbConfig {"Channel":22,"PanID":"0x1A69","ExtPanID":"0xDDCCCCCCCCCCCCCC","KeyL":"0xFF0D0B0907050301","KeyH":"0xED0C0A0806040200"}```<BR>The following command creates a highly secure Network key based on a hardware random generator:<BR>```ZbConfig {"KeyL":"","KeyH":""}```
0 commit comments