Skip to content

Commit

Permalink
Update exampleUrlScheme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinspeybroeck authored Nov 29, 2019
1 parent c1a217a commit 6c7f7be
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions Release Candidate Messages/exampleUrlScheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,34 @@
"milkingDeviceId": "101",
"measureDeviceId": "101",
"eventOffset": "2019-11-01T23:58:31",
"eventDeviceId": "101"
"eventDeviceId": "101",
"quarterMilkings": [ {
"icarQuarterId": "LF",
"milkingDuration": {
"value": "210",
"unitCode": "SEC"
},
"milkingMilkWeight": {
"value": 3.5,
"unitCode": "KGM"
}
} ],
"animalMilkingSample": [ {
"bottleIdentifierType": "BRC",
"rackNumber": "3",
"bottlePosition": "7"
} ],
"icarMilkCharacteristics": [ {
"characteristic": "FAT",
"value": "3.74",
"unit": "VP",
"icarMeasuringDevice": "to_be_defined_by_ICAR-sensor_group"
},
{
"characteristic": "PROTEIN",
"value": "3.54",
"unit": "VP"
} ]
}
}
}
Expand Down Expand Up @@ -233,7 +260,8 @@
{
"characteristic": "FAT",
"value": "3.74",
"unit": "VP"
"unit": "VP",
"icarMeasuringDevice": "to_be_defined_by_ICAR-sensor_group"
},
{
"characteristic": "PROTEIN",
Expand Down

0 comments on commit 6c7f7be

Please sign in to comment.