Hi all,
I using 1 Provisioner provisioning for some Nodes (light switch server) . If I have 5 Nodes in mesh network
I want to remove Node 4 from network and then add it to Network
beside Node , I use
mesh_stack_config_clear();
node_reset();
and it ok . Data is clear from flash and I can add it to network but Provisioner consider it the 6th node. And beside provisioner , if I use
clear_app_data();
mesh_stack_config_clear();
It will delete total flash and I have to add 5 Node back from the beginning . And I only want remove data of Node 4 beside provisioner and add it again and provisioner consider it as 4th node.
How I can do that? Pls help me!!!