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 + } 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 + }