In my bench-top testing I created a demo thread called OpenThreadDemo3. Tinkered a bit on how to figure out how to get devices to join via the QR code and think I got it.
I created a new thread network called OpenThreadDemo4, generated join barcodes for my devices and can use the mobile app to join my new devices via qr-code.
Awesome!
But...
All of the devices that were formally part of the Demo3 network are still connecting to that old thread. I imagine there is a ot cli command to tell that device to forget its old references to Demo3 and prepare for joining Demo4 but I can't seem to find a good reference.
For production, I'll need to program a button or give some way for the device to forget its old network so that it could listen for new ones.
Ideas on ways to forget a network in specific or more generally is there a reference for zephyr openthread CLI commands?
Thanks