{
    "name": "Single IUIUIU",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 4,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 30000,
                "weight": 3,
                "pressureAbove": 3,
                "waterPumpedInPhase": 60
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 30000,
                "weight": 3,
                "pressureBelow": 1.5
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7.5,
                "time": 5000,
                "curve": "EASE_OUT"
            },
            "restriction": 2,
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "restriction": 7.5,
            "stopConditions": {
                "time": 6000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.5,
                "time": 15000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 7.5,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 90,
    "globalStopConditions": {
        "weight": 24
    }
}