reboot

abstract suspend fun reboot(after: Duration = Duration.ZERO): AdminResult<Unit>(source)

Reboot the device after after (default: immediately).

Returns AdminResult.Success when the device acknowledges the request. The connection will drop shortly after the reboot starts; callers should expect a ConnectionState.Disconnected transition followed by reconnect-as-needed.