{
    "name": "Blooming espresso (community)",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "curve": "INSTANT"
            },
            "restriction": 7,
            "stopConditions": {
                "time": 20000,
                "pressureAbove": 7,
                "waterPumpedInPhase": 65
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 40000,
                "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": 2,
                "curve": "INSTANT"
            },
            "restriction": 9,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 91,
    "globalStopConditions": {
        "weight": 41
    }
}