AdminActionsUseCase
open class AdminActionsUseCase(radioController: RadioController, nodeRepository: NodeRepository)(source)
Use case for performing administrative and destructive actions on mesh nodes.
This component provides methods for rebooting, shutting down, or resetting nodes within the mesh. It also handles local database synchronization when these actions are performed on the locally connected device.