{
    "name": "IUIUIU Classic",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "curve": "INSTANT"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 20000,
                "weight": 4,
                "pressureAbove": 4,
                "waterPumpedInPhase": 60
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 30000,
                "pressureBelow": 2
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7.5,
                "time": 5000,
                "curve": "EASE_OUT"
            },
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "time": 4000,
                "curve": "EASE_IN_OUT",
                "start": 7.5
            },
            "restriction": 3,
            "stopConditions": []
        }
    ],
    "recipe": {
        "ratio": 2,
        "coffeeIn": 18
    },
    "waterTemperature": 93,
    "globalStopConditions": []
}