{
    "name": "Adaptive Light Roast (imported)",
    "phases": [
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 6
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 1,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 6000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 5000,
                "curve": "LINEAR"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 4,
                "time": 60000,
                "curve": "EASE_IN"
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 40
    }
}