UserInput #12

Merged
mark merged 4 commits from UserInput into master 2022-02-28 13:28:24 +00:00
Member

Added in DataDownload the option to download the croprecordings, using the itemcode of the croprecording list.

Added in DataDownload the option to download the croprecordings, using the itemcode of the croprecording list.
Fedde added 4 commits 2022-02-24 15:37:08 +00:00
mark added 1 commit 2022-02-24 15:49:23 +00:00
mark requested changes 2022-02-24 15:53:06 +00:00
@ -117,0 +129,4 @@
var cropRecPath = Path.Combine(downloadFolder, $"croprecordings_{crprecItem}.json");
_logger.LogInformation($"Found {cropRec.Count} crop recordings");
var count = 0;
TimeSpan.FromSeconds(0.5);
Owner

Dit doet niks.
Als je 500ms wilt wachten doe je het volgende 'await Task.Delay(500);'

Dit doet niks. Als je 500ms wilt wachten doe je het volgende 'await Task.Delay(500);'
mark marked this conversation as resolved
Fedde added 2 commits 2022-02-28 11:28:07 +00:00
mark approved these changes 2022-02-28 13:28:05 +00:00
mark merged commit 5c38ff99dc into master 2022-02-28 13:28:24 +00:00
Sign in to join this conversation.
No reviewers
No Label
Improvements
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FarmMaps/FarmMapsApiClient#12
No description provided.