I have to check the few condition if that condition fails i need to force fully unprovision the device.Is there is any way to do it?
can we unprovision the device by any API?
I have to check the few condition if that condition fails i need to force fully unprovision the device.Is there is any way to do it?
can we unprovision the device by any API?
Hi,
You may trigger a factory reset (node reset) through the configuration mode with bt_mesh_cfg_node_reset()
This requires you to trust the node. If not, you will need to do a key update as well.
Kind regards,
Andreas
Hi,
You may trigger a factory reset (node reset) through the configuration mode with bt_mesh_cfg_node_reset()
This requires you to trust the node. If not, you will need to do a key update as well.
Kind regards,
Andreas