You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Processing status of the transmitted feed refusal.
133
133
134
134
|link:#refusal[``Refusal``]
135
135
|refusal of food
136
136
137
-
|link:#refusalresponse[``RefusalResponse``]]
137
+
|link:#refusalresponse[``RefusalResponse``]
138
138
|Processing status of the transmitted feed refusal.
139
139
|===
140
140
@@ -181,9 +181,9 @@ message Area {
181
181
}
182
182
183
183
UUID area_external_id = 1; /// Uniquely references for the area in the sofware system used
184
-
string area_name = 2; /// Name of the area
185
-
AreaType area_type = 3; /// Type of the area (LoadingPoint, Barn, other)
186
-
UUID customer_id_ref = 4; /// Internal reference
184
+
string area_name = 2; /// Name of the area
185
+
AreaType area_type = 3; /// Type of the area (LoadingPoint, Barn, other)
186
+
UUID customer_id_ref = 4; /// Internal reference
187
187
repeated google.protobuf.Any extension = 2048;
188
188
}
189
189
-----------------
@@ -248,7 +248,7 @@ message Device {
248
248
UUID device_external_id = 1; /// Uniquely references for the device in the sofware system used
249
249
string device_serial_number = 2; /// Serial number of the device assigned by the manufacturer
250
250
string device_name = 3; /// Name of the device
251
-
uint64 device_capacity = 4; /// Total KG capcaity of the mixer (treshold of overload). Unit: kg
251
+
uint64 device_capacity = 4; /// Total KG capcaity of the mixer (treshold of overload). Unit: *kg*
252
252
repeated UUID area_id_ref = 5; /// White-List means, list of areas that can be accessed
253
253
repeated google.protobuf.Any extension = 2048;
254
254
}
@@ -258,7 +258,7 @@ message Device {
258
258
==== Animal group
259
259
Description of an animal group ``(Group)`` the animal group type is described via the ``GroupType ``.
260
260
261
-
The number of animals in this animal group is specified in the unit *unit* via the parameter: ``(group_head_count )``. +
261
+
The number of animals in this animal group is specified via the parameter: ``(group_head_count )`` in the unit *piece*. +
262
262
The relative percentage for adjusting the feed quantity (default value 100%) is determined via the factor ``(group_feeding_factor)`` in the unit *%*. +
263
263
The length of the feeding rack (in *m*) of this animal group is described by the parameter ``group_feeding_rack_length``. +
264
264
The reference to the area of the animal group ``(Area)`` is made via the ``area_id_ref``.
@@ -277,9 +277,9 @@ message Group {
277
277
UUID group_external_id = 1; /// Uniquely references for the group in the sofware system used
278
278
string group_name = 2; /// Name of the group
279
279
GroupType group_type = 3; /// Type of the group (milking, dry, bulls, other)
280
-
uint32 group_head_count = 4; /// Total number of annimals for this group. Unit: piece
281
-
uint32 group_feeding_factor = 5; /// Relative percentage used to adjust feed amount for a group. (default 100%). Unit %
282
-
uint32 group_feeding_rack_length = 6; /// Length of feeding rack of the specific group. Unit m
280
+
uint32 group_head_count = 4; /// Total number of annimals for this group. : piece
281
+
uint32 group_feeding_factor = 5; /// Relative percentage used to adjust feed amount for a group. (default 100%). %
282
+
uint32 group_feeding_rack_length = 6; /// Length of feeding rack of the specific group. m
283
283
UUID area_id_ref = 7; /// Internal reference
284
284
repeated google.protobuf.Any extension = 2048;
285
285
}
@@ -290,11 +290,11 @@ message Group {
290
290
Description of an ingredient ``(Ingredient)`` and its application.
291
291
292
292
The start mode type is described via the ``StartMode ``. +
293
-
The quantity per animal is specified via the parameter ``ingredient_quantity`` in the unit *kg/head*. +
293
+
The quantity per animal is specified via the parameter ``ingredient_quantity`` in the *kg/head*. +
294
294
The loading sequence in which this ingredient is to be filled is described by the value ``ingredient_order``. +
295
295
The mixing process for this ingredient can be configured using the following values:
0 commit comments