From 2ee111b4b9270b97c02f5ba2eb71cdafbcefb5dd Mon Sep 17 00:00:00 2001 From: Erwin Speybroeck <47346780+erwinspeybroeck@users.noreply.github.com> Date: Fri, 17 May 2024 09:05:47 +0200 Subject: [PATCH 1/2] Update icarAttentionCategoryType.json Added Reproduction, DeviceIsue and Weight as new categories --- enums/icarAttentionCategoryType.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/enums/icarAttentionCategoryType.json b/enums/icarAttentionCategoryType.json index 73bae78..97aeddd 100644 --- a/enums/icarAttentionCategoryType.json +++ b/enums/icarAttentionCategoryType.json @@ -7,6 +7,9 @@ "Behaviour", "Environment", "Health", + "Reproduction", + "DeviceIssue", + "Weight", "Other" ] - } \ No newline at end of file + } From 312e1ffa3a557549d0b9bf7d161a4ee53a48b247 Mon Sep 17 00:00:00 2001 From: Erwin Speybroeck <47346780+erwinspeybroeck@users.noreply.github.com> Date: Fri, 17 May 2024 09:08:31 +0200 Subject: [PATCH 2/2] Update icarAttentionCauseType.json Added new causes for the attention (Heat, LowBattery, Offline, UnderWeight, OverWeight, AtTargetWeight) --- enums/icarAttentionCauseType.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/enums/icarAttentionCauseType.json b/enums/icarAttentionCauseType.json index e165947..368bab2 100644 --- a/enums/icarAttentionCauseType.json +++ b/enums/icarAttentionCauseType.json @@ -29,7 +29,13 @@ "Standing", "StandingUp", "Walking", + "Heat", + "LowBattery", + "Offline", + "UnderWeight", + "OverWeight", + "AtTargetWeight", "Other", "Undefined" ] - } \ No newline at end of file + }