|
@@ -1,11 +1,3237 @@
|
|
|
package crontab
|
|
|
|
|
|
import (
|
|
|
+ "encoding/json"
|
|
|
"fmt"
|
|
|
+ "kpt-pasture/model"
|
|
|
"testing"
|
|
|
)
|
|
|
|
|
|
func TestCalculateCFT(t *testing.T) {
|
|
|
- str := `event_mating`
|
|
|
- fmt.Println(str)
|
|
|
+ neckActiveHabitList := make([]*model.NeckActiveHabit, 0)
|
|
|
+ str := `[
|
|
|
+ {
|
|
|
+ "id": 1725734,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 166,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 34,
|
|
|
+ "intake": 51,
|
|
|
+ "inactive": 49,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2119,
|
|
|
+ "active": 81,
|
|
|
+ "filterHigh": 43,
|
|
|
+ "filterRumina": 16,
|
|
|
+ "filterChew": 16,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 268,
|
|
|
+ "weekRuminaHabit": 10,
|
|
|
+ "weekIntakeHabit": 24,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 24,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -19,
|
|
|
+ "changeRumina": 60,
|
|
|
+ "changeChew": 14,
|
|
|
+ "changeAdjust": -19,
|
|
|
+ "changeFilter": -6,
|
|
|
+ "ruminaFilter": 18,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 62,
|
|
|
+ "sumIntake": 269,
|
|
|
+ "sumInactive": 445,
|
|
|
+ "sumActive": 659,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 70,
|
|
|
+ "beforeThreeSumIntake": 200,
|
|
|
+ "score": 97,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740414165,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725740,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 61,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 61,
|
|
|
+ "intake": 8,
|
|
|
+ "inactive": 48,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1851,
|
|
|
+ "active": 59,
|
|
|
+ "filterHigh": 326,
|
|
|
+ "filterRumina": 27,
|
|
|
+ "filterChew": 35,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 744,
|
|
|
+ "weekRuminaHabit": 16,
|
|
|
+ "weekIntakeHabit": 19,
|
|
|
+ "weekChewHabit": 23,
|
|
|
+ "weekInactiveHabit": 19,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -33,
|
|
|
+ "changeRumina": 69,
|
|
|
+ "changeChew": 52,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -10,
|
|
|
+ "ruminaFilter": 10,
|
|
|
+ "chewFilter": 16,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 120,
|
|
|
+ "sumIntake": 235,
|
|
|
+ "sumInactive": 605,
|
|
|
+ "sumActive": 623,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 105,
|
|
|
+ "beforeThreeSumIntake": 272,
|
|
|
+ "score": 96,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740415350,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725743,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 5,
|
|
|
+ "intake": 12,
|
|
|
+ "inactive": 31,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2273,
|
|
|
+ "active": 86,
|
|
|
+ "filterHigh": 513,
|
|
|
+ "filterRumina": 3,
|
|
|
+ "filterChew": 8,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 878,
|
|
|
+ "weekRuminaHabit": 12,
|
|
|
+ "weekIntakeHabit": 29,
|
|
|
+ "weekChewHabit": 22,
|
|
|
+ "weekInactiveHabit": 29,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -28,
|
|
|
+ "changeRumina": -75,
|
|
|
+ "changeChew": -64,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -7,
|
|
|
+ "ruminaFilter": -9,
|
|
|
+ "chewFilter": -10,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 61,
|
|
|
+ "sumIntake": 220,
|
|
|
+ "sumInactive": 632,
|
|
|
+ "sumActive": 504,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 140,
|
|
|
+ "beforeThreeSumIntake": 206,
|
|
|
+ "score": 97,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740415395,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725746,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 299,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 7,
|
|
|
+ "intake": 23,
|
|
|
+ "inactive": 11,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 3126,
|
|
|
+ "active": 109,
|
|
|
+ "filterHigh": 1004,
|
|
|
+ "filterRumina": 9,
|
|
|
+ "filterChew": 24,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 802,
|
|
|
+ "weekRuminaHabit": 8,
|
|
|
+ "weekIntakeHabit": 12,
|
|
|
+ "weekChewHabit": 18,
|
|
|
+ "weekInactiveHabit": 12,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 16,
|
|
|
+ "changeRumina": 13,
|
|
|
+ "changeChew": 33,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 5,
|
|
|
+ "ruminaFilter": 4,
|
|
|
+ "chewFilter": 10,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 123,
|
|
|
+ "sumIntake": 271,
|
|
|
+ "sumInactive": 563,
|
|
|
+ "sumActive": 569,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 15,
|
|
|
+ "SumMinChew": 7,
|
|
|
+ "beforeThreeSumRumina": 175,
|
|
|
+ "beforeThreeSumIntake": 275,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740415655,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725748,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 299,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 38,
|
|
|
+ "intake": 13,
|
|
|
+ "inactive": 33,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2514,
|
|
|
+ "active": 81,
|
|
|
+ "filterHigh": 270,
|
|
|
+ "filterRumina": 18,
|
|
|
+ "filterChew": 22,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 336,
|
|
|
+ "weekRuminaHabit": 20,
|
|
|
+ "weekIntakeHabit": 17,
|
|
|
+ "weekChewHabit": 27,
|
|
|
+ "weekInactiveHabit": 17,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -6,
|
|
|
+ "changeRumina": -10,
|
|
|
+ "changeChew": -19,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -2,
|
|
|
+ "ruminaFilter": -3,
|
|
|
+ "chewFilter": -6,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 159,
|
|
|
+ "sumIntake": 254,
|
|
|
+ "sumInactive": 637,
|
|
|
+ "sumActive": 587,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 3,
|
|
|
+ "beforeThreeSumRumina": 139,
|
|
|
+ "beforeThreeSumIntake": 251,
|
|
|
+ "score": 99,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740415655,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725749,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 0,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 41,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 76,
|
|
|
+ "active": 3,
|
|
|
+ "filterHigh": 28,
|
|
|
+ "filterRumina": 1,
|
|
|
+ "filterChew": 1,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 430,
|
|
|
+ "weekRuminaHabit": 9,
|
|
|
+ "weekIntakeHabit": 25,
|
|
|
+ "weekChewHabit": 12,
|
|
|
+ "weekInactiveHabit": 25,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -34,
|
|
|
+ "changeRumina": -89,
|
|
|
+ "changeChew": -92,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": 0,
|
|
|
+ "chewFilter": 0,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 11,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 432,
|
|
|
+ "sumActive": 153,
|
|
|
+ "sumMinHigh": -7,
|
|
|
+ "sumMaxHigh": 1,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 58,
|
|
|
+ "beforeThreeSumIntake": 252,
|
|
|
+ "score": 68,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740415660,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725756,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 25,
|
|
|
+ "intake": 17,
|
|
|
+ "inactive": 51,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1263,
|
|
|
+ "active": 54,
|
|
|
+ "filterHigh": 318,
|
|
|
+ "filterRumina": 8,
|
|
|
+ "filterChew": 19,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 511,
|
|
|
+ "weekRuminaHabit": 15,
|
|
|
+ "weekIntakeHabit": 21,
|
|
|
+ "weekChewHabit": 29,
|
|
|
+ "weekInactiveHabit": 21,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -16,
|
|
|
+ "changeRumina": -47,
|
|
|
+ "changeChew": -34,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -4,
|
|
|
+ "ruminaFilter": -11,
|
|
|
+ "chewFilter": -10,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 140,
|
|
|
+ "sumIntake": 293,
|
|
|
+ "sumInactive": 709,
|
|
|
+ "sumActive": 578,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 19,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 183,
|
|
|
+ "beforeThreeSumIntake": 266,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740416500,
|
|
|
+ "updatedAt": 1740466954
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725759,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 01:00:00",
|
|
|
+ "frameid": 0,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 23,
|
|
|
+ "intake": 43,
|
|
|
+ "inactive": 5,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2761,
|
|
|
+ "active": 100,
|
|
|
+ "filterHigh": 1279,
|
|
|
+ "filterRumina": 10,
|
|
|
+ "filterChew": 20,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 1121,
|
|
|
+ "weekRuminaHabit": 8,
|
|
|
+ "weekIntakeHabit": 30,
|
|
|
+ "weekChewHabit": 16,
|
|
|
+ "weekInactiveHabit": 30,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 12,
|
|
|
+ "changeRumina": 25,
|
|
|
+ "changeChew": 25,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 3,
|
|
|
+ "ruminaFilter": 6,
|
|
|
+ "chewFilter": 8,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 121,
|
|
|
+ "sumIntake": 268,
|
|
|
+ "sumInactive": 644,
|
|
|
+ "sumActive": 621,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 121,
|
|
|
+ "beforeThreeSumIntake": 205,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740416525,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725764,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 36,
|
|
|
+ "intake": 20,
|
|
|
+ "inactive": 20,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2019,
|
|
|
+ "active": 77,
|
|
|
+ "filterHigh": 318,
|
|
|
+ "filterRumina": 7,
|
|
|
+ "filterChew": 8,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 356,
|
|
|
+ "weekRuminaHabit": 5,
|
|
|
+ "weekIntakeHabit": 20,
|
|
|
+ "weekChewHabit": 10,
|
|
|
+ "weekInactiveHabit": 20,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -3,
|
|
|
+ "changeRumina": 40,
|
|
|
+ "changeChew": -20,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": 12,
|
|
|
+ "chewFilter": -6,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 69,
|
|
|
+ "sumIntake": 303,
|
|
|
+ "sumInactive": 517,
|
|
|
+ "sumActive": 674,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 71,
|
|
|
+ "beforeThreeSumIntake": 241,
|
|
|
+ "score": 99,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740421320,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725771,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 4,
|
|
|
+ "intake": 31,
|
|
|
+ "inactive": 46,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2875,
|
|
|
+ "active": 73,
|
|
|
+ "filterHigh": 1212,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 12,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 1042,
|
|
|
+ "weekRuminaHabit": 2,
|
|
|
+ "weekIntakeHabit": 32,
|
|
|
+ "weekChewHabit": 18,
|
|
|
+ "weekInactiveHabit": 32,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 13,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -33,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 4,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": -10,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 120,
|
|
|
+ "sumIntake": 237,
|
|
|
+ "sumInactive": 567,
|
|
|
+ "sumActive": 666,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 102,
|
|
|
+ "beforeThreeSumIntake": 253,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740422555,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725774,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 65,
|
|
|
+ "intake": 16,
|
|
|
+ "inactive": 66,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1436,
|
|
|
+ "active": 50,
|
|
|
+ "filterHigh": 382,
|
|
|
+ "filterRumina": 17,
|
|
|
+ "filterChew": 21,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 138,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 8,
|
|
|
+ "weekChewHabit": 10,
|
|
|
+ "weekInactiveHabit": 8,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 21,
|
|
|
+ "changeRumina": 31,
|
|
|
+ "changeChew": 110,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 6,
|
|
|
+ "ruminaFilter": 9,
|
|
|
+ "chewFilter": 16,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 131,
|
|
|
+ "sumIntake": 277,
|
|
|
+ "sumInactive": 566,
|
|
|
+ "sumActive": 655,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 15,
|
|
|
+ "SumMinChew": 7,
|
|
|
+ "beforeThreeSumRumina": 193,
|
|
|
+ "beforeThreeSumIntake": 290,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740422555,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725778,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 0,
|
|
|
+ "intake": 46,
|
|
|
+ "inactive": 49,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1726,
|
|
|
+ "active": 55,
|
|
|
+ "filterHigh": 1027,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 25,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 689,
|
|
|
+ "weekRuminaHabit": 9,
|
|
|
+ "weekIntakeHabit": 27,
|
|
|
+ "weekChewHabit": 21,
|
|
|
+ "weekInactiveHabit": 27,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 27,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": 19,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 6,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": 6,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 56,
|
|
|
+ "sumIntake": 242,
|
|
|
+ "sumInactive": 576,
|
|
|
+ "sumActive": 587,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 136,
|
|
|
+ "beforeThreeSumIntake": 224,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740422595,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725782,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 27,
|
|
|
+ "intake": 64,
|
|
|
+ "inactive": 12,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2781,
|
|
|
+ "active": 96,
|
|
|
+ "filterHigh": 592,
|
|
|
+ "filterRumina": 17,
|
|
|
+ "filterChew": 21,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 807,
|
|
|
+ "weekRuminaHabit": 7,
|
|
|
+ "weekIntakeHabit": 37,
|
|
|
+ "weekChewHabit": 21,
|
|
|
+ "weekInactiveHabit": 37,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -17,
|
|
|
+ "changeRumina": 143,
|
|
|
+ "changeChew": 0,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -5,
|
|
|
+ "ruminaFilter": 21,
|
|
|
+ "chewFilter": 0,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 176,
|
|
|
+ "sumIntake": 243,
|
|
|
+ "sumInactive": 659,
|
|
|
+ "sumActive": 642,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 3,
|
|
|
+ "beforeThreeSumRumina": 130,
|
|
|
+ "beforeThreeSumIntake": 265,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740422850,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725784,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 1,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 43,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 266,
|
|
|
+ "active": 11,
|
|
|
+ "filterHigh": 24,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 145,
|
|
|
+ "weekRuminaHabit": 4,
|
|
|
+ "weekIntakeHabit": 6,
|
|
|
+ "weekChewHabit": 9,
|
|
|
+ "weekInactiveHabit": 6,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -11,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -3,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 11,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 513,
|
|
|
+ "sumActive": 149,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 1,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 0,
|
|
|
+ "beforeThreeSumIntake": 0,
|
|
|
+ "score": 68,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740422915,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725786,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 50,
|
|
|
+ "intake": 3,
|
|
|
+ "inactive": 96,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 763,
|
|
|
+ "active": 28,
|
|
|
+ "filterHigh": 532,
|
|
|
+ "filterRumina": 14,
|
|
|
+ "filterChew": 16,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 471,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 19,
|
|
|
+ "weekChewHabit": 24,
|
|
|
+ "weekInactiveHabit": 19,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 5,
|
|
|
+ "changeRumina": 8,
|
|
|
+ "changeChew": -33,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 1,
|
|
|
+ "ruminaFilter": 2,
|
|
|
+ "chewFilter": -10,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 140,
|
|
|
+ "sumIntake": 272,
|
|
|
+ "sumInactive": 734,
|
|
|
+ "sumActive": 606,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 19,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 181,
|
|
|
+ "beforeThreeSumIntake": 294,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740423705,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725789,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 03:00:00",
|
|
|
+ "frameid": 1,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 45,
|
|
|
+ "intake": 33,
|
|
|
+ "inactive": 2,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1855,
|
|
|
+ "active": 66,
|
|
|
+ "filterHigh": 1145,
|
|
|
+ "filterRumina": 11,
|
|
|
+ "filterChew": 31,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 499,
|
|
|
+ "weekRuminaHabit": 7,
|
|
|
+ "weekIntakeHabit": 23,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 23,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 53,
|
|
|
+ "changeRumina": 57,
|
|
|
+ "changeChew": 121,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 13,
|
|
|
+ "ruminaFilter": 14,
|
|
|
+ "chewFilter": 18,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 132,
|
|
|
+ "sumIntake": 328,
|
|
|
+ "sumInactive": 631,
|
|
|
+ "sumActive": 688,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 120,
|
|
|
+ "beforeThreeSumIntake": 265,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740423730,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725794,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 41,
|
|
|
+ "intake": 11,
|
|
|
+ "inactive": 106,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 485,
|
|
|
+ "active": 18,
|
|
|
+ "filterHigh": 327,
|
|
|
+ "filterRumina": 1,
|
|
|
+ "filterChew": 9,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 143,
|
|
|
+ "weekRuminaHabit": 7,
|
|
|
+ "weekIntakeHabit": 5,
|
|
|
+ "weekChewHabit": 7,
|
|
|
+ "weekInactiveHabit": 5,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 16,
|
|
|
+ "changeRumina": -86,
|
|
|
+ "changeChew": 29,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 5,
|
|
|
+ "ruminaFilter": -13,
|
|
|
+ "chewFilter": 9,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 57,
|
|
|
+ "sumIntake": 333,
|
|
|
+ "sumInactive": 521,
|
|
|
+ "sumActive": 738,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 62,
|
|
|
+ "beforeThreeSumIntake": 241,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740428520,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725801,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 65,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 116,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 160,
|
|
|
+ "active": 6,
|
|
|
+ "filterHigh": 29,
|
|
|
+ "filterRumina": 9,
|
|
|
+ "filterChew": 9,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 22,
|
|
|
+ "weekRuminaHabit": 18,
|
|
|
+ "weekIntakeHabit": 1,
|
|
|
+ "weekChewHabit": 18,
|
|
|
+ "weekInactiveHabit": 1,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 1,
|
|
|
+ "changeRumina": -50,
|
|
|
+ "changeChew": -50,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 182,
|
|
|
+ "sumIntake": 300,
|
|
|
+ "sumInactive": 638,
|
|
|
+ "sumActive": 698,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 142,
|
|
|
+ "beforeThreeSumIntake": 291,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740429745,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725802,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 36,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 115,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 199,
|
|
|
+ "active": 7,
|
|
|
+ "filterHigh": 31,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 407,
|
|
|
+ "weekRuminaHabit": 5,
|
|
|
+ "weekIntakeHabit": 32,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 32,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -32,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -10,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 108,
|
|
|
+ "sumIntake": 285,
|
|
|
+ "sumInactive": 583,
|
|
|
+ "sumActive": 688,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 15,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 190,
|
|
|
+ "beforeThreeSumIntake": 220,
|
|
|
+ "score": 96,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740429750,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725805,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 92,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 108,
|
|
|
+ "gasp": 1,
|
|
|
+ "other": 0,
|
|
|
+ "high": 260,
|
|
|
+ "active": 14,
|
|
|
+ "filterHigh": 41,
|
|
|
+ "filterRumina": 24,
|
|
|
+ "filterChew": 24,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 39,
|
|
|
+ "weekRuminaHabit": 18,
|
|
|
+ "weekIntakeHabit": 0,
|
|
|
+ "weekChewHabit": 18,
|
|
|
+ "weekInactiveHabit": 0,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 0,
|
|
|
+ "changeRumina": 33,
|
|
|
+ "changeChew": 33,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": 10,
|
|
|
+ "chewFilter": 10,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 134,
|
|
|
+ "sumIntake": 251,
|
|
|
+ "sumInactive": 533,
|
|
|
+ "sumActive": 695,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 102,
|
|
|
+ "beforeThreeSumIntake": 260,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740429755,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725807,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 0,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 18,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 230,
|
|
|
+ "active": 9,
|
|
|
+ "filterHigh": 162,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 23,
|
|
|
+ "weekRuminaHabit": 8,
|
|
|
+ "weekIntakeHabit": 0,
|
|
|
+ "weekChewHabit": 8,
|
|
|
+ "weekInactiveHabit": 0,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 12,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 3,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 11,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 515,
|
|
|
+ "sumActive": 162,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 1,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 31,
|
|
|
+ "beforeThreeSumIntake": 240,
|
|
|
+ "score": 70,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740429780,
|
|
|
+ "updatedAt": 1740466955
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725810,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 59,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 104,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 370,
|
|
|
+ "active": 11,
|
|
|
+ "filterHigh": 149,
|
|
|
+ "filterRumina": 9,
|
|
|
+ "filterChew": 9,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 123,
|
|
|
+ "weekRuminaHabit": 12,
|
|
|
+ "weekIntakeHabit": 16,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 16,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 2,
|
|
|
+ "changeRumina": -25,
|
|
|
+ "changeChew": -36,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": -6,
|
|
|
+ "chewFilter": -11,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 47,
|
|
|
+ "sumIntake": 227,
|
|
|
+ "sumInactive": 578,
|
|
|
+ "sumActive": 572,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 138,
|
|
|
+ "beforeThreeSumIntake": 211,
|
|
|
+ "score": 90,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740429795,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725815,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 45,
|
|
|
+ "intake": 48,
|
|
|
+ "inactive": 54,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1908,
|
|
|
+ "active": 69,
|
|
|
+ "filterHigh": 148,
|
|
|
+ "filterRumina": 26,
|
|
|
+ "filterChew": 26,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 191,
|
|
|
+ "weekRuminaHabit": 15,
|
|
|
+ "weekIntakeHabit": 28,
|
|
|
+ "weekChewHabit": 20,
|
|
|
+ "weekInactiveHabit": 28,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -4,
|
|
|
+ "changeRumina": 73,
|
|
|
+ "changeChew": 30,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": 9,
|
|
|
+ "chewFilter": 9,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 154,
|
|
|
+ "sumIntake": 272,
|
|
|
+ "sumInactive": 740,
|
|
|
+ "sumActive": 611,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 19,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 179,
|
|
|
+ "beforeThreeSumIntake": 247,
|
|
|
+ "score": 99,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740430900,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725819,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 05:00:00",
|
|
|
+ "frameid": 2,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 36,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 84,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 490,
|
|
|
+ "active": 41,
|
|
|
+ "filterHigh": 76,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 590,
|
|
|
+ "weekRuminaHabit": 14,
|
|
|
+ "weekIntakeHabit": 23,
|
|
|
+ "weekChewHabit": 23,
|
|
|
+ "weekInactiveHabit": 23,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -42,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -10,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 107,
|
|
|
+ "sumIntake": 331,
|
|
|
+ "sumInactive": 562,
|
|
|
+ "sumActive": 699,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 136,
|
|
|
+ "beforeThreeSumIntake": 254,
|
|
|
+ "score": 96,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740430925,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725824,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 82,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 109,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 232,
|
|
|
+ "active": 8,
|
|
|
+ "filterHigh": 168,
|
|
|
+ "filterRumina": 9,
|
|
|
+ "filterChew": 9,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 28,
|
|
|
+ "weekRuminaHabit": 7,
|
|
|
+ "weekIntakeHabit": 28,
|
|
|
+ "weekChewHabit": 7,
|
|
|
+ "weekInactiveHabit": 28,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 13,
|
|
|
+ "changeRumina": 29,
|
|
|
+ "changeChew": 29,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 4,
|
|
|
+ "ruminaFilter": 9,
|
|
|
+ "chewFilter": 9,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 66,
|
|
|
+ "sumIntake": 293,
|
|
|
+ "sumInactive": 560,
|
|
|
+ "sumActive": 700,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 62,
|
|
|
+ "beforeThreeSumIntake": 198,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740435720,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725831,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 91,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 110,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 214,
|
|
|
+ "active": 10,
|
|
|
+ "filterHigh": 121,
|
|
|
+ "filterRumina": 27,
|
|
|
+ "filterChew": 27,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 27,
|
|
|
+ "weekRuminaHabit": 24,
|
|
|
+ "weekIntakeHabit": 3,
|
|
|
+ "weekChewHabit": 24,
|
|
|
+ "weekInactiveHabit": 3,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 8,
|
|
|
+ "changeRumina": 13,
|
|
|
+ "changeChew": 13,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 2,
|
|
|
+ "ruminaFilter": 4,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 182,
|
|
|
+ "sumIntake": 297,
|
|
|
+ "sumInactive": 638,
|
|
|
+ "sumActive": 694,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 128,
|
|
|
+ "beforeThreeSumIntake": 291,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740436955,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725832,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 95,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 110,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 264,
|
|
|
+ "active": 16,
|
|
|
+ "filterHigh": 144,
|
|
|
+ "filterRumina": 23,
|
|
|
+ "filterChew": 23,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 55,
|
|
|
+ "weekRuminaHabit": 19,
|
|
|
+ "weekIntakeHabit": 9,
|
|
|
+ "weekChewHabit": 20,
|
|
|
+ "weekInactiveHabit": 9,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 8,
|
|
|
+ "changeRumina": 21,
|
|
|
+ "changeChew": 15,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 2,
|
|
|
+ "ruminaFilter": 6,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 143,
|
|
|
+ "sumIntake": 251,
|
|
|
+ "sumInactive": 579,
|
|
|
+ "sumActive": 706,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 78,
|
|
|
+ "beforeThreeSumIntake": 260,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740436960,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725839,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 13,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 118,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 126,
|
|
|
+ "active": 2,
|
|
|
+ "filterHigh": 78,
|
|
|
+ "filterRumina": 3,
|
|
|
+ "filterChew": 3,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 133,
|
|
|
+ "weekRuminaHabit": 4,
|
|
|
+ "weekIntakeHabit": 13,
|
|
|
+ "weekChewHabit": 7,
|
|
|
+ "weekInactiveHabit": 13,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -5,
|
|
|
+ "changeRumina": -25,
|
|
|
+ "changeChew": -57,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": -6,
|
|
|
+ "chewFilter": -17,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 50,
|
|
|
+ "sumIntake": 200,
|
|
|
+ "sumInactive": 628,
|
|
|
+ "sumActive": 526,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 0,
|
|
|
+ "beforeThreeSumIntake": 0,
|
|
|
+ "score": 89,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740436990,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725845,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 33,
|
|
|
+ "intake": 1,
|
|
|
+ "inactive": 112,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 231,
|
|
|
+ "active": 6,
|
|
|
+ "filterHigh": 127,
|
|
|
+ "filterRumina": 23,
|
|
|
+ "filterChew": 23,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 91,
|
|
|
+ "weekRuminaHabit": 20,
|
|
|
+ "weekIntakeHabit": 12,
|
|
|
+ "weekChewHabit": 21,
|
|
|
+ "weekInactiveHabit": 12,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 3,
|
|
|
+ "changeRumina": 15,
|
|
|
+ "changeChew": 10,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 1,
|
|
|
+ "ruminaFilter": 4,
|
|
|
+ "chewFilter": 3,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 159,
|
|
|
+ "sumIntake": 301,
|
|
|
+ "sumInactive": 700,
|
|
|
+ "sumActive": 646,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 19,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 180,
|
|
|
+ "beforeThreeSumIntake": 286,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740438100,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725849,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 71,
|
|
|
+ "intake": 9,
|
|
|
+ "inactive": 0,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 936,
|
|
|
+ "active": 49,
|
|
|
+ "filterHigh": 595,
|
|
|
+ "filterRumina": 18,
|
|
|
+ "filterChew": 24,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 77,
|
|
|
+ "weekRuminaHabit": 23,
|
|
|
+ "weekIntakeHabit": 7,
|
|
|
+ "weekChewHabit": 23,
|
|
|
+ "weekInactiveHabit": 7,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 46,
|
|
|
+ "changeRumina": -22,
|
|
|
+ "changeChew": 4,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 11,
|
|
|
+ "ruminaFilter": -5,
|
|
|
+ "chewFilter": 1,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 109,
|
|
|
+ "sumIntake": 334,
|
|
|
+ "sumInactive": 485,
|
|
|
+ "sumActive": 756,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 126,
|
|
|
+ "beforeThreeSumIntake": 248,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740438130,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725853,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 07:00:00",
|
|
|
+ "frameid": 3,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 3,
|
|
|
+ "intake": 9,
|
|
|
+ "inactive": 105,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 583,
|
|
|
+ "active": 20,
|
|
|
+ "filterHigh": 16,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 341,
|
|
|
+ "weekRuminaHabit": 12,
|
|
|
+ "weekIntakeHabit": 30,
|
|
|
+ "weekChewHabit": 16,
|
|
|
+ "weekInactiveHabit": 30,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -28,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -8,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 103,
|
|
|
+ "sumIntake": 251,
|
|
|
+ "sumInactive": 654,
|
|
|
+ "sumActive": 633,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 15,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 163,
|
|
|
+ "beforeThreeSumIntake": 255,
|
|
|
+ "score": 96,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740442795,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725854,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 62,
|
|
|
+ "intake": 1,
|
|
|
+ "inactive": 86,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 783,
|
|
|
+ "active": 34,
|
|
|
+ "filterHigh": 329,
|
|
|
+ "filterRumina": 7,
|
|
|
+ "filterChew": 7,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 258,
|
|
|
+ "weekRuminaHabit": 0,
|
|
|
+ "weekIntakeHabit": 40,
|
|
|
+ "weekChewHabit": 10,
|
|
|
+ "weekInactiveHabit": 40,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 6,
|
|
|
+ "changeRumina": 0,
|
|
|
+ "changeChew": -30,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 2,
|
|
|
+ "ruminaFilter": 0,
|
|
|
+ "chewFilter": -9,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 73,
|
|
|
+ "sumIntake": 234,
|
|
|
+ "sumInactive": 661,
|
|
|
+ "sumActive": 628,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 3,
|
|
|
+ "beforeThreeSumRumina": 64,
|
|
|
+ "beforeThreeSumIntake": 205,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740442915,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725862,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 43,
|
|
|
+ "intake": 7,
|
|
|
+ "inactive": 29,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2458,
|
|
|
+ "active": 77,
|
|
|
+ "filterHigh": 1077,
|
|
|
+ "filterRumina": 7,
|
|
|
+ "filterChew": 11,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 892,
|
|
|
+ "weekRuminaHabit": 10,
|
|
|
+ "weekIntakeHabit": 29,
|
|
|
+ "weekChewHabit": 21,
|
|
|
+ "weekInactiveHabit": 29,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 14,
|
|
|
+ "changeRumina": -30,
|
|
|
+ "changeChew": -48,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 4,
|
|
|
+ "ruminaFilter": -9,
|
|
|
+ "chewFilter": -14,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 132,
|
|
|
+ "sumIntake": 230,
|
|
|
+ "sumInactive": 648,
|
|
|
+ "sumActive": 681,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 56,
|
|
|
+ "beforeThreeSumIntake": 276,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740444160,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725865,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 0,
|
|
|
+ "intake": 34,
|
|
|
+ "inactive": 31,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1540,
|
|
|
+ "active": 71,
|
|
|
+ "filterHigh": 239,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 357,
|
|
|
+ "weekRuminaHabit": 3,
|
|
|
+ "weekIntakeHabit": 19,
|
|
|
+ "weekChewHabit": 6,
|
|
|
+ "weekInactiveHabit": 19,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -10,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -2,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 50,
|
|
|
+ "sumIntake": 186,
|
|
|
+ "sumInactive": 739,
|
|
|
+ "sumActive": 469,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 141,
|
|
|
+ "beforeThreeSumIntake": 215,
|
|
|
+ "score": 89,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740444195,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725870,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 66,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 46,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1275,
|
|
|
+ "active": 57,
|
|
|
+ "filterHigh": 329,
|
|
|
+ "filterRumina": 18,
|
|
|
+ "filterChew": 18,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 412,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 18,
|
|
|
+ "weekChewHabit": 20,
|
|
|
+ "weekInactiveHabit": 18,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -7,
|
|
|
+ "changeRumina": 38,
|
|
|
+ "changeChew": -10,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -2,
|
|
|
+ "ruminaFilter": 11,
|
|
|
+ "chewFilter": -3,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 200,
|
|
|
+ "sumIntake": 267,
|
|
|
+ "sumInactive": 691,
|
|
|
+ "sumActive": 651,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 10,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 116,
|
|
|
+ "beforeThreeSumIntake": 283,
|
|
|
+ "score": 99,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740444450,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725873,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 4,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 0,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 209,
|
|
|
+ "active": 13,
|
|
|
+ "filterHigh": 77,
|
|
|
+ "filterRumina": 3,
|
|
|
+ "filterChew": 3,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 359,
|
|
|
+ "weekRuminaHabit": 2,
|
|
|
+ "weekIntakeHabit": 17,
|
|
|
+ "weekChewHabit": 4,
|
|
|
+ "weekInactiveHabit": 17,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -24,
|
|
|
+ "changeRumina": 50,
|
|
|
+ "changeChew": -25,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -6,
|
|
|
+ "ruminaFilter": 12,
|
|
|
+ "chewFilter": -8,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 12,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 502,
|
|
|
+ "sumActive": 132,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 3,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 19,
|
|
|
+ "beforeThreeSumIntake": 157,
|
|
|
+ "score": 67,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740445065,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725874,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 33,
|
|
|
+ "intake": 26,
|
|
|
+ "inactive": 3,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2339,
|
|
|
+ "active": 96,
|
|
|
+ "filterHigh": 1061,
|
|
|
+ "filterRumina": 7,
|
|
|
+ "filterChew": 25,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 475,
|
|
|
+ "weekRuminaHabit": 12,
|
|
|
+ "weekIntakeHabit": 26,
|
|
|
+ "weekChewHabit": 26,
|
|
|
+ "weekInactiveHabit": 26,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 49,
|
|
|
+ "changeRumina": -42,
|
|
|
+ "changeChew": -4,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 12,
|
|
|
+ "ruminaFilter": -10,
|
|
|
+ "chewFilter": -1,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 163,
|
|
|
+ "sumIntake": 263,
|
|
|
+ "sumInactive": 763,
|
|
|
+ "sumActive": 589,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 9,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 193,
|
|
|
+ "beforeThreeSumIntake": 284,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740445305,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725879,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 34,
|
|
|
+ "intake": 27,
|
|
|
+ "inactive": 15,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1563,
|
|
|
+ "active": 64,
|
|
|
+ "filterHigh": 720,
|
|
|
+ "filterRumina": 23,
|
|
|
+ "filterChew": 27,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 796,
|
|
|
+ "weekRuminaHabit": 2,
|
|
|
+ "weekIntakeHabit": 26,
|
|
|
+ "weekChewHabit": 7,
|
|
|
+ "weekInactiveHabit": 26,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -6,
|
|
|
+ "changeRumina": 1050,
|
|
|
+ "changeChew": 286,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": 50,
|
|
|
+ "chewFilter": 43,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 132,
|
|
|
+ "sumIntake": 295,
|
|
|
+ "sumInactive": 473,
|
|
|
+ "sumActive": 719,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 127,
|
|
|
+ "beforeThreeSumIntake": 232,
|
|
|
+ "score": 99,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740445320,
|
|
|
+ "updatedAt": 1740466956
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725883,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 09:00:00",
|
|
|
+ "frameid": 4,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 15,
|
|
|
+ "intake": 43,
|
|
|
+ "inactive": 2,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2796,
|
|
|
+ "active": 99,
|
|
|
+ "filterHigh": 1259,
|
|
|
+ "filterRumina": 4,
|
|
|
+ "filterChew": 21,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 598,
|
|
|
+ "weekRuminaHabit": 5,
|
|
|
+ "weekIntakeHabit": 15,
|
|
|
+ "weekChewHabit": 11,
|
|
|
+ "weekInactiveHabit": 15,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 54,
|
|
|
+ "changeRumina": -20,
|
|
|
+ "changeChew": 91,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 16,
|
|
|
+ "ruminaFilter": -6,
|
|
|
+ "chewFilter": 14,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 105,
|
|
|
+ "sumIntake": 265,
|
|
|
+ "sumInactive": 717,
|
|
|
+ "sumActive": 651,
|
|
|
+ "sumMinHigh": -13,
|
|
|
+ "sumMaxHigh": 16,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 160,
|
|
|
+ "beforeThreeSumIntake": 282,
|
|
|
+ "score": 97,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740445670,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725884,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 35,
|
|
|
+ "intake": 39,
|
|
|
+ "inactive": 1,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2761,
|
|
|
+ "active": 95,
|
|
|
+ "filterHigh": 247,
|
|
|
+ "filterRumina": 6,
|
|
|
+ "filterChew": 6,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 388,
|
|
|
+ "weekRuminaHabit": 1,
|
|
|
+ "weekIntakeHabit": 21,
|
|
|
+ "weekChewHabit": 8,
|
|
|
+ "weekInactiveHabit": 21,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -12,
|
|
|
+ "changeRumina": 500,
|
|
|
+ "changeChew": -25,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -4,
|
|
|
+ "ruminaFilter": 50,
|
|
|
+ "chewFilter": -8,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 70,
|
|
|
+ "sumIntake": 210,
|
|
|
+ "sumInactive": 741,
|
|
|
+ "sumActive": 577,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 3,
|
|
|
+ "beforeThreeSumRumina": 68,
|
|
|
+ "beforeThreeSumIntake": 225,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740450120,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725891,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 48,
|
|
|
+ "intake": 41,
|
|
|
+ "inactive": 51,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1893,
|
|
|
+ "active": 71,
|
|
|
+ "filterHigh": 803,
|
|
|
+ "filterRumina": 1,
|
|
|
+ "filterChew": 18,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 719,
|
|
|
+ "weekRuminaHabit": 6,
|
|
|
+ "weekIntakeHabit": 36,
|
|
|
+ "weekChewHabit": 18,
|
|
|
+ "weekInactiveHabit": 36,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 7,
|
|
|
+ "changeRumina": -83,
|
|
|
+ "changeChew": 0,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 2,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": 0,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 192,
|
|
|
+ "sumIntake": 250,
|
|
|
+ "sumInactive": 697,
|
|
|
+ "sumActive": 640,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 10,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 128,
|
|
|
+ "beforeThreeSumIntake": 246,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740451350,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725894,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 0,
|
|
|
+ "intake": 45,
|
|
|
+ "inactive": 52,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 2748,
|
|
|
+ "active": 66,
|
|
|
+ "filterHigh": 1309,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 19,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 884,
|
|
|
+ "weekRuminaHabit": 5,
|
|
|
+ "weekIntakeHabit": 31,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 31,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 33,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": 36,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 10,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": 11,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 122,
|
|
|
+ "sumIntake": 214,
|
|
|
+ "sumInactive": 670,
|
|
|
+ "sumActive": 656,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 52,
|
|
|
+ "beforeThreeSumIntake": 277,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740451355,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725896,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 2,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 76,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 249,
|
|
|
+ "active": 6,
|
|
|
+ "filterHigh": 20,
|
|
|
+ "filterRumina": 2,
|
|
|
+ "filterChew": 2,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 48,
|
|
|
+ "weekRuminaHabit": 7,
|
|
|
+ "weekIntakeHabit": 11,
|
|
|
+ "weekChewHabit": 11,
|
|
|
+ "weekInactiveHabit": 11,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -3,
|
|
|
+ "changeRumina": -71,
|
|
|
+ "changeChew": -82,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": -9,
|
|
|
+ "chewFilter": -12,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 13,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 515,
|
|
|
+ "sumActive": 136,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 3,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 20,
|
|
|
+ "beforeThreeSumIntake": 121,
|
|
|
+ "score": 69,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740451385,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725901,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 7,
|
|
|
+ "intake": 24,
|
|
|
+ "inactive": 66,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1082,
|
|
|
+ "active": 51,
|
|
|
+ "filterHigh": 365,
|
|
|
+ "filterRumina": 3,
|
|
|
+ "filterChew": 8,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 113,
|
|
|
+ "weekRuminaHabit": 16,
|
|
|
+ "weekIntakeHabit": 7,
|
|
|
+ "weekChewHabit": 20,
|
|
|
+ "weekInactiveHabit": 7,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 22,
|
|
|
+ "changeRumina": -81,
|
|
|
+ "changeChew": -60,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": 0,
|
|
|
+ "chewFilter": 0,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 52,
|
|
|
+ "sumIntake": 204,
|
|
|
+ "sumInactive": 686,
|
|
|
+ "sumActive": 506,
|
|
|
+ "sumMinHigh": -11,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 123,
|
|
|
+ "beforeThreeSumIntake": 225,
|
|
|
+ "score": 87,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740451390,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725904,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 48,
|
|
|
+ "intake": 42,
|
|
|
+ "inactive": 68,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1135,
|
|
|
+ "active": 49,
|
|
|
+ "filterHigh": 847,
|
|
|
+ "filterRumina": 2,
|
|
|
+ "filterChew": 30,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 651,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 20,
|
|
|
+ "weekChewHabit": 26,
|
|
|
+ "weekInactiveHabit": 20,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 16,
|
|
|
+ "changeRumina": -85,
|
|
|
+ "changeChew": 15,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 4,
|
|
|
+ "ruminaFilter": -10,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 158,
|
|
|
+ "sumIntake": 299,
|
|
|
+ "sumInactive": 700,
|
|
|
+ "sumActive": 637,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 12,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 193,
|
|
|
+ "beforeThreeSumIntake": 270,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740452505,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725908,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 43,
|
|
|
+ "intake": 25,
|
|
|
+ "inactive": 93,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 821,
|
|
|
+ "active": 30,
|
|
|
+ "filterHigh": 32,
|
|
|
+ "filterRumina": 29,
|
|
|
+ "filterChew": 29,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 277,
|
|
|
+ "weekRuminaHabit": 18,
|
|
|
+ "weekIntakeHabit": 11,
|
|
|
+ "weekChewHabit": 24,
|
|
|
+ "weekInactiveHabit": 11,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -21,
|
|
|
+ "changeRumina": 61,
|
|
|
+ "changeChew": 21,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -5,
|
|
|
+ "ruminaFilter": 7,
|
|
|
+ "chewFilter": 6,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 144,
|
|
|
+ "sumIntake": 285,
|
|
|
+ "sumInactive": 533,
|
|
|
+ "sumActive": 654,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 127,
|
|
|
+ "beforeThreeSumIntake": 297,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740452530,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725913,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 11:00:00",
|
|
|
+ "frameid": 5,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 64,
|
|
|
+ "intake": 36,
|
|
|
+ "inactive": 67,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1391,
|
|
|
+ "active": 57,
|
|
|
+ "filterHigh": 512,
|
|
|
+ "filterRumina": 20,
|
|
|
+ "filterChew": 31,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 559,
|
|
|
+ "weekRuminaHabit": 4,
|
|
|
+ "weekIntakeHabit": 29,
|
|
|
+ "weekChewHabit": 13,
|
|
|
+ "weekInactiveHabit": 29,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -4,
|
|
|
+ "changeRumina": 400,
|
|
|
+ "changeChew": 138,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -1,
|
|
|
+ "ruminaFilter": 50,
|
|
|
+ "chewFilter": 21,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 110,
|
|
|
+ "sumIntake": 264,
|
|
|
+ "sumInactive": 725,
|
|
|
+ "sumActive": 645,
|
|
|
+ "sumMinHigh": -13,
|
|
|
+ "sumMaxHigh": 16,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 157,
|
|
|
+ "beforeThreeSumIntake": 266,
|
|
|
+ "score": 97,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740452850,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725914,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 26,
|
|
|
+ "intake": 27,
|
|
|
+ "inactive": 69,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1001,
|
|
|
+ "active": 46,
|
|
|
+ "filterHigh": 349,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 14,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 200,
|
|
|
+ "weekRuminaHabit": 8,
|
|
|
+ "weekIntakeHabit": 8,
|
|
|
+ "weekChewHabit": 9,
|
|
|
+ "weekInactiveHabit": 8,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 13,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": 56,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 4,
|
|
|
+ "ruminaFilter": -15,
|
|
|
+ "chewFilter": 17,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 67,
|
|
|
+ "sumIntake": 254,
|
|
|
+ "sumInactive": 674,
|
|
|
+ "sumActive": 627,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 5,
|
|
|
+ "SumMinChew": 3,
|
|
|
+ "beforeThreeSumRumina": 73,
|
|
|
+ "beforeThreeSumIntake": 227,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740457320,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725921,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 54,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 105,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 198,
|
|
|
+ "active": 10,
|
|
|
+ "filterHigh": 48,
|
|
|
+ "filterRumina": 15,
|
|
|
+ "filterChew": 15,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 32,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 2,
|
|
|
+ "weekChewHabit": 13,
|
|
|
+ "weekInactiveHabit": 2,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 1,
|
|
|
+ "changeRumina": 15,
|
|
|
+ "changeChew": 15,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": 4,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 180,
|
|
|
+ "sumIntake": 266,
|
|
|
+ "sumInactive": 677,
|
|
|
+ "sumActive": 664,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 10,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 128,
|
|
|
+ "beforeThreeSumIntake": 278,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740458550,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725926,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 23,
|
|
|
+ "intake": 29,
|
|
|
+ "inactive": 71,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1844,
|
|
|
+ "active": 50,
|
|
|
+ "filterHigh": 402,
|
|
|
+ "filterRumina": 16,
|
|
|
+ "filterChew": 19,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 296,
|
|
|
+ "weekRuminaHabit": 13,
|
|
|
+ "weekIntakeHabit": 12,
|
|
|
+ "weekChewHabit": 17,
|
|
|
+ "weekInactiveHabit": 12,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 9,
|
|
|
+ "changeRumina": 23,
|
|
|
+ "changeChew": 12,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 3,
|
|
|
+ "ruminaFilter": 7,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 121,
|
|
|
+ "sumIntake": 236,
|
|
|
+ "sumInactive": 627,
|
|
|
+ "sumActive": 696,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 68,
|
|
|
+ "beforeThreeSumIntake": 282,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740458585,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725932,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 66,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 111,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 90,
|
|
|
+ "active": 6,
|
|
|
+ "filterHigh": 4,
|
|
|
+ "filterRumina": 27,
|
|
|
+ "filterChew": 27,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 216,
|
|
|
+ "weekRuminaHabit": 9,
|
|
|
+ "weekIntakeHabit": 13,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 13,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -18,
|
|
|
+ "changeRumina": 200,
|
|
|
+ "changeChew": 93,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -4,
|
|
|
+ "ruminaFilter": 24,
|
|
|
+ "chewFilter": 14,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 62,
|
|
|
+ "sumIntake": 220,
|
|
|
+ "sumInactive": 664,
|
|
|
+ "sumActive": 530,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 123,
|
|
|
+ "beforeThreeSumIntake": 249,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740458625,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725934,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 45,
|
|
|
+ "intake": 31,
|
|
|
+ "inactive": 62,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1464,
|
|
|
+ "active": 58,
|
|
|
+ "filterHigh": 267,
|
|
|
+ "filterRumina": 14,
|
|
|
+ "filterChew": -13,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 3,
|
|
|
+ "ruminaFilter": -7,
|
|
|
+ "chewFilter": -4,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 151,
|
|
|
+ "sumIntake": 294,
|
|
|
+ "sumInactive": 715,
|
|
|
+ "sumActive": 625,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 12,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 185,
|
|
|
+ "beforeThreeSumIntake": 253,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740459700,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725938,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 41,
|
|
|
+ "intake": 13,
|
|
|
+ "inactive": 94,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 752,
|
|
|
+ "active": 30,
|
|
|
+ "filterHigh": 498,
|
|
|
+ "filterRumina": 17,
|
|
|
+ "filterChew": 25,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 470,
|
|
|
+ "weekRuminaHabit": 9,
|
|
|
+ "weekIntakeHabit": 27,
|
|
|
+ "weekChewHabit": 22,
|
|
|
+ "weekInactiveHabit": 27,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 2,
|
|
|
+ "changeRumina": 89,
|
|
|
+ "changeChew": 14,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 0,
|
|
|
+ "ruminaFilter": 11,
|
|
|
+ "chewFilter": 4,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 146,
|
|
|
+ "sumIntake": 323,
|
|
|
+ "sumInactive": 480,
|
|
|
+ "sumActive": 702,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 126,
|
|
|
+ "beforeThreeSumIntake": 274,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740459725,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725943,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 13:00:00",
|
|
|
+ "frameid": 6,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 30,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 109,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 223,
|
|
|
+ "active": 8,
|
|
|
+ "filterHigh": 162,
|
|
|
+ "filterRumina": 17,
|
|
|
+ "filterChew": 17,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 639,
|
|
|
+ "weekRuminaHabit": 2,
|
|
|
+ "weekIntakeHabit": 32,
|
|
|
+ "weekChewHabit": 13,
|
|
|
+ "weekInactiveHabit": 32,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -39,
|
|
|
+ "changeRumina": 750,
|
|
|
+ "changeChew": 31,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -12,
|
|
|
+ "ruminaFilter": 50,
|
|
|
+ "chewFilter": 9,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 124,
|
|
|
+ "sumIntake": 246,
|
|
|
+ "sumInactive": 821,
|
|
|
+ "sumActive": 597,
|
|
|
+ "sumMinHigh": -13,
|
|
|
+ "sumMaxHigh": 16,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 151,
|
|
|
+ "beforeThreeSumIntake": 244,
|
|
|
+ "score": 95,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 6,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740460350,
|
|
|
+ "updatedAt": 1740466957
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725944,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10054",
|
|
|
+ "cowId": 109,
|
|
|
+ "lact": 3,
|
|
|
+ "calvingAge": 167,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 38,
|
|
|
+ "intake": 20,
|
|
|
+ "inactive": 43,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1131,
|
|
|
+ "active": 39,
|
|
|
+ "filterHigh": 1,
|
|
|
+ "filterRumina": 9,
|
|
|
+ "filterChew": 9,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 110,
|
|
|
+ "weekRuminaHabit": 6,
|
|
|
+ "weekIntakeHabit": 45,
|
|
|
+ "weekChewHabit": 6,
|
|
|
+ "weekInactiveHabit": 45,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -10,
|
|
|
+ "changeRumina": 50,
|
|
|
+ "changeChew": 50,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -3,
|
|
|
+ "ruminaFilter": 15,
|
|
|
+ "chewFilter": 15,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 73,
|
|
|
+ "sumIntake": 253,
|
|
|
+ "sumInactive": 695,
|
|
|
+ "sumActive": 606,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 5,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 75,
|
|
|
+ "beforeThreeSumIntake": 196,
|
|
|
+ "score": 98,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 4,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740464515,
|
|
|
+ "updatedAt": 1740468120
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725950,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10030",
|
|
|
+ "cowId": 86,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 50,
|
|
|
+ "intake": 26,
|
|
|
+ "inactive": 62,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1140,
|
|
|
+ "active": 43,
|
|
|
+ "filterHigh": 24,
|
|
|
+ "filterRumina": 27,
|
|
|
+ "filterChew": 27,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 307,
|
|
|
+ "weekRuminaHabit": 8,
|
|
|
+ "weekIntakeHabit": 42,
|
|
|
+ "weekChewHabit": 15,
|
|
|
+ "weekInactiveHabit": 42,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -24,
|
|
|
+ "changeRumina": 238,
|
|
|
+ "changeChew": 80,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -7,
|
|
|
+ "ruminaFilter": 36,
|
|
|
+ "chewFilter": 12,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 188,
|
|
|
+ "sumIntake": 238,
|
|
|
+ "sumInactive": 713,
|
|
|
+ "sumActive": 621,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 10,
|
|
|
+ "SumMinChew": 5,
|
|
|
+ "beforeThreeSumRumina": 154,
|
|
|
+ "beforeThreeSumIntake": 230,
|
|
|
+ "score": 97,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 5,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740465745,
|
|
|
+ "updatedAt": 1740469355
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725955,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10038",
|
|
|
+ "cowId": 94,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 2,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 50,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 532,
|
|
|
+ "active": 20,
|
|
|
+ "filterHigh": 23,
|
|
|
+ "filterRumina": 0,
|
|
|
+ "filterChew": 0,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 287,
|
|
|
+ "weekRuminaHabit": 6,
|
|
|
+ "weekIntakeHabit": 35,
|
|
|
+ "weekChewHabit": 12,
|
|
|
+ "weekInactiveHabit": 35,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -23,
|
|
|
+ "changeRumina": -100,
|
|
|
+ "changeChew": -100,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -6,
|
|
|
+ "ruminaFilter": -12,
|
|
|
+ "chewFilter": -15,
|
|
|
+ "filterCorrect": 98,
|
|
|
+ "sumRumina": 10,
|
|
|
+ "sumIntake": 0,
|
|
|
+ "sumInactive": 679,
|
|
|
+ "sumActive": 124,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 3,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 8,
|
|
|
+ "beforeThreeSumIntake": 7,
|
|
|
+ "score": 67,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 5,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740465775,
|
|
|
+ "updatedAt": 1740469385
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725957,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10055",
|
|
|
+ "cowId": 110,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 62,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 24,
|
|
|
+ "intake": 39,
|
|
|
+ "inactive": 32,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1902,
|
|
|
+ "active": 63,
|
|
|
+ "filterHigh": 47,
|
|
|
+ "filterRumina": 15,
|
|
|
+ "filterChew": 15,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 980,
|
|
|
+ "weekRuminaHabit": 3,
|
|
|
+ "weekIntakeHabit": 34,
|
|
|
+ "weekChewHabit": 14,
|
|
|
+ "weekInactiveHabit": 34,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -71,
|
|
|
+ "changeRumina": 400,
|
|
|
+ "changeChew": 7,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -21,
|
|
|
+ "ruminaFilter": 50,
|
|
|
+ "chewFilter": 2,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 125,
|
|
|
+ "sumIntake": 208,
|
|
|
+ "sumInactive": 690,
|
|
|
+ "sumActive": 627,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 18,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 71,
|
|
|
+ "beforeThreeSumIntake": 279,
|
|
|
+ "score": 91,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 5,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740465780,
|
|
|
+ "updatedAt": 1740469380
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725961,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10032",
|
|
|
+ "cowId": 88,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 40,
|
|
|
+ "intake": 34,
|
|
|
+ "inactive": 39,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1908,
|
|
|
+ "active": 62,
|
|
|
+ "filterHigh": 52,
|
|
|
+ "filterRumina": 25,
|
|
|
+ "filterChew": 25,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 393,
|
|
|
+ "weekRuminaHabit": 5,
|
|
|
+ "weekIntakeHabit": 44,
|
|
|
+ "weekChewHabit": 16,
|
|
|
+ "weekInactiveHabit": 44,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -29,
|
|
|
+ "changeRumina": 400,
|
|
|
+ "changeChew": 56,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -7,
|
|
|
+ "ruminaFilter": 48,
|
|
|
+ "chewFilter": 17,
|
|
|
+ "filterCorrect": 97,
|
|
|
+ "sumRumina": 72,
|
|
|
+ "sumIntake": 184,
|
|
|
+ "sumInactive": 734,
|
|
|
+ "sumActive": 464,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 11,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 87,
|
|
|
+ "beforeThreeSumIntake": 206,
|
|
|
+ "score": 87,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 2,
|
|
|
+ "recordCount": 5,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740465815,
|
|
|
+ "updatedAt": 1740469420
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725965,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10053",
|
|
|
+ "cowId": 108,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 44,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 60,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 37,
|
|
|
+ "active": 0,
|
|
|
+ "filterHigh": 29,
|
|
|
+ "filterRumina": 30,
|
|
|
+ "filterChew": 30,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 576,
|
|
|
+ "weekRuminaHabit": 14,
|
|
|
+ "weekIntakeHabit": 39,
|
|
|
+ "weekChewHabit": 29,
|
|
|
+ "weekInactiveHabit": 39,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -45,
|
|
|
+ "changeRumina": 114,
|
|
|
+ "changeChew": 3,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -11,
|
|
|
+ "ruminaFilter": 14,
|
|
|
+ "chewFilter": 1,
|
|
|
+ "filterCorrect": 96,
|
|
|
+ "sumRumina": 162,
|
|
|
+ "sumIntake": 274,
|
|
|
+ "sumInactive": 762,
|
|
|
+ "sumActive": 583,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 12,
|
|
|
+ "SumMinChew": 10,
|
|
|
+ "beforeThreeSumRumina": 201,
|
|
|
+ "beforeThreeSumIntake": 245,
|
|
|
+ "score": 95,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 3,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740466900,
|
|
|
+ "updatedAt": 1740466958
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725968,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10027",
|
|
|
+ "cowId": 30,
|
|
|
+ "lact": 0,
|
|
|
+ "calvingAge": 0,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 22,
|
|
|
+ "intake": 0,
|
|
|
+ "inactive": 60,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 89,
|
|
|
+ "active": 6,
|
|
|
+ "filterHigh": 69,
|
|
|
+ "filterRumina": 15,
|
|
|
+ "filterChew": 15,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 588,
|
|
|
+ "weekRuminaHabit": 14,
|
|
|
+ "weekIntakeHabit": 28,
|
|
|
+ "weekChewHabit": 25,
|
|
|
+ "weekInactiveHabit": 28,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": -42,
|
|
|
+ "changeRumina": 7,
|
|
|
+ "changeChew": -40,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": -10,
|
|
|
+ "ruminaFilter": 2,
|
|
|
+ "chewFilter": -12,
|
|
|
+ "filterCorrect": 94,
|
|
|
+ "sumRumina": 156,
|
|
|
+ "sumIntake": 300,
|
|
|
+ "sumInactive": 515,
|
|
|
+ "sumActive": 677,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 20,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 96,
|
|
|
+ "beforeThreeSumIntake": 316,
|
|
|
+ "score": 96,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 3,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740466925,
|
|
|
+ "updatedAt": 1740466958
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1725973,
|
|
|
+ "pastureId": 1,
|
|
|
+ "neckRingNumber": "10028",
|
|
|
+ "cowId": 84,
|
|
|
+ "lact": 2,
|
|
|
+ "calvingAge": 300,
|
|
|
+ "activeTime": "2025-02-25 15:00:00",
|
|
|
+ "frameid": 7,
|
|
|
+ "heatDate": "2025-02-25",
|
|
|
+ "rumina": 14,
|
|
|
+ "intake": 36,
|
|
|
+ "inactive": 12,
|
|
|
+ "gasp": 0,
|
|
|
+ "other": 0,
|
|
|
+ "high": 1541,
|
|
|
+ "active": 50,
|
|
|
+ "filterHigh": 1187,
|
|
|
+ "filterRumina": 10,
|
|
|
+ "filterChew": 34,
|
|
|
+ "weekHigh": 1500,
|
|
|
+ "weekHighHabit": 203,
|
|
|
+ "weekRuminaHabit": 14,
|
|
|
+ "weekIntakeHabit": 36,
|
|
|
+ "weekChewHabit": 16,
|
|
|
+ "weekInactiveHabit": 36,
|
|
|
+ "weekOtherHabit": 0,
|
|
|
+ "changeHigh": 86,
|
|
|
+ "changeRumina": -29,
|
|
|
+ "changeChew": 113,
|
|
|
+ "changeAdjust": 0,
|
|
|
+ "changeFilter": 26,
|
|
|
+ "ruminaFilter": -9,
|
|
|
+ "chewFilter": 17,
|
|
|
+ "filterCorrect": 95,
|
|
|
+ "sumRumina": 127,
|
|
|
+ "sumIntake": 231,
|
|
|
+ "sumInactive": 791,
|
|
|
+ "sumActive": 567,
|
|
|
+ "sumMinHigh": -10000,
|
|
|
+ "sumMaxHigh": 16,
|
|
|
+ "SumMinChew": 0,
|
|
|
+ "beforeThreeSumRumina": 134,
|
|
|
+ "beforeThreeSumIntake": 243,
|
|
|
+ "score": 100,
|
|
|
+ "isMaxTime": 2,
|
|
|
+ "isShow": 1,
|
|
|
+ "recordCount": 3,
|
|
|
+ "firmwareVersion": 57,
|
|
|
+ "createdAt": 1740466940,
|
|
|
+ "updatedAt": 1740466958
|
|
|
+ }
|
|
|
+ ]`
|
|
|
+
|
|
|
+ if err := json.Unmarshal([]byte(str), &neckActiveHabitList); err != nil {
|
|
|
+ panic(err)
|
|
|
+ }
|
|
|
+
|
|
|
+ for _, habit := range neckActiveHabitList {
|
|
|
+ cft := calculateCFT(habit)
|
|
|
+ fmt.Println(habit.Id, cft)
|
|
|
+ }
|
|
|
}
|