{
    "name": "Soup",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 10,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 2000,
                "pressureAbove": 2,
                "waterPumpedInPhase": 15
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1,
                "curve": "INSTANT"
            },
            "restriction": 1,
            "stopConditions": {
                "time": 10000,
                "weight": 2
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 7,
                "time": 2000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 2,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 80,
    "globalStopConditions": {
        "weight": 68
    }
}