{
    "name": "Adaptive Dark Roast v1 (community)",
    "phases": [
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 6
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 6000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 5000,
                "curve": "LINEAR"
            },
            "restriction": 2,
            "stopConditions": {
                "time": 5000,
                "flowAbove": 3
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 5,
                "time": 120000,
                "curve": "EASE_IN"
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 88,
    "globalStopConditions": {
        "weight": 34
    }
}