{
    "name": "SOUP M (imported)",
    "phases": [
        {
            "name": "Headspace Fill (fast, pressure-guarded)",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 10,
                "time": 1000,
                "curve": "LINEAR"
            },
            "stopConditions": {
                "time": 4000,
                "weight": 2,
                "pressureAbove": 2
            }
        },
        {
            "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"
            },
            "stopConditions": {
                "time": 7000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 90,
    "globalStopConditions": {
        "weight": 60
    }
}