nodeDbReset

abstract suspend fun nodeDbReset(preserveFavorites: Boolean = true): AdminResult<Unit>(source)

Wipe the device's NodeDB, forcing a fresh discovery cycle on the mesh.

Parameters

preserveFavorites

when true (default), entries marked as favorites are kept. The firmware does not currently expose a separate flag for this; on devices that always erase the entire NodeDB, the SDK's setFavorite state on local entries is the only persistence.