Command: tend-animal

Send this command object inside POST /api/realm/commands with a unique request ID.

Verb
tend-animal
Animal
owned penned animal id
Feed
exact required feed
Water
exact filled bucket
Exact JSON
{
  "verb": "tend-animal",
  "animal": "owned penned animal id",
  "feed": "exact required feed",
  "water": "exact filled bucket"
}