{
    "name": "SOUP M (imported)",
    "phases": [
        {
            "name": "Headspace Fill (fast, pressure-guarded)",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 10,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 4000,
                "pressureAbove": 2,
                "waterPumpedInPhase": 25
            }
        },
        {
            "name": "Gentle Soak (pressure-limited to first drips)",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 1,
                "curve": "INSTANT"
            },
            "restriction": 1,
            "stopConditions": {
                "time": 4000,
                "weight": 3
            }
        },
        {
            "name": "Main (8.5 mL\/s; exit at 80% of final)",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 8.5,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "weight": 56
            }
        },
        {
            "name": "Feathered finish (2 mL\/s to final)",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "time": 1000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 3,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 85,
    "globalStopConditions": {
        "weight": 70
    }
}