{
    "name": "Grande 200 Flow",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 4,
                "curve": "INSTANT"
            },
            "restriction": 1,
            "stopConditions": {
                "time": 5000,
                "pressureAbove": 7,
                "waterPumpedInPhase": 65
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 10000,
                "weight": 5,
                "pressureBelow": 0.6
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "time": 5000,
                "curve": "EASE_OUT"
            },
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 8,
                "curve": "INSTANT"
            },
            "restriction": 8,
            "stopConditions": []
        }
    ],
    "recipe": {
        "ratio": 2,
        "coffeeIn": 18
    },
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 200
    }
}