In order to force the channel, I updated the 'form' function like this:
asyncdefform(app):
app.config[conf.CONF_NWK][conf.CONF_NWK_CHANNEL]=11app.config[conf.CONF_NWK][conf.CONF_NWK_CHANNELS]=[11]
awaitapp.startup(auto_form=True)
awaitapp.form_network()
dump_app_info(app)
I suggest to add a command line option allowing to force the channel or channel list.
In order to force the channel, I updated the 'form' function like this:
I suggest to add a command line option allowing to force the channel or channel list.