{
    "name": "SOUP",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.5,
                "curve": "INSTANT",
                "start": 1.5
            },
            "stopConditions": {
                "time": 10000,
                "weight": 0.5,
                "pressureAbove": 0.5
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 8.5,
                "curve": "INSTANT",
                "start": 8.5
            },
            "restriction": 2,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 85,
    "globalStopConditions": {
        "weight": 100
    }
}