Ejemplo n.º 1
0
        public async Task ResetMeadowAsync(CancellationToken cancellationToken = default)
        {
            await _meadowDevice.ResetMeadowAsync(cancellationToken).ConfigureAwait(false);

            await Task.Delay(1000, cancellationToken)
            .ConfigureAwait(false);

            await ReInitializeMeadowAsync(cancellationToken)
            .ConfigureAwait(false);
        }