{
  "id": 20,
  "name": "SOUP S",
  "phases": [
    {
      "name": "Headspace Fill (fast, pressure-guarded)",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 10,
        "time": 1000,
        "curve": "LINEAR"
      },
      "stopConditions": {
        "time": 3000,
        "pressureAbove": 2,
        "waterPumpedInPhase": 21
      }
    },
    {
      "name": "Gentle Soak (pressure-limited to first drips)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 1,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 4000,
        "weight": 3
      }
    },
    {
      "name": "Main (6.5 mL/s; exit at 80% of final)",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 8.5,
        "curve": "INSTANT"
      },
      "restriction": 3,
      "stopConditions": {
        "weight": 45
      }
    },
    {
      "name": "Feathered finish (2 mL/s to final)",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "time": 1000,
        "curve": "EASE_IN_OUT"
      },
      "stopConditions": {
        "time": 7000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 91,
  "globalStopConditions": {
    "weight": 58
  }
}