Closed
Description
In order to force the channel, I updated the 'form' function like this:
async def form(app):
app.config[conf.CONF_NWK][conf.CONF_NWK_CHANNEL]=11
app.config[conf.CONF_NWK][conf.CONF_NWK_CHANNELS]=[11]
await app.startup(auto_form=True)
await app.form_network()
dump_app_info(app)
I suggest to add a command line option allowing to force the channel or channel list.
Metadata
Metadata
Assignees
Labels
No labels