Skip to content

Commit

Permalink
fix_tillage_example
Browse files Browse the repository at this point in the history
  • Loading branch information
allanpetersoon committed Jan 18, 2024
1 parent 3009e6d commit 1fd9d9c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/operations_sample_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,19 @@ values={[
"max": 4,
"unit": "in"
},
"machinery": [
{
"name": "MachineName",
"type": "machine",
"serialNumber": "10271080",
"brand": "Machine"
},
{
"name": "ImplementName",
"type": "implement",
"brand": "unknown"
}
],
"originalOperationData": {
"originalOperationFarm": "Farm Green",
"originalOperationField": "Field A",
Expand Down

0 comments on commit 1fd9d9c

Please sign in to comment.