{
    "name": "Caffeine",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 5.5,
                "time": 1000,
                "curve": "EASE_IN"
            },
            "restriction": 1.8,
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 1.7
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "restriction": 0.5,
            "stopConditions": {
                "time": 7000,
                "weight": 2.5
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3.5,
                "time": 4000,
                "curve": "EASE_IN"
            },
            "restriction": 8,
            "stopConditions": {
                "time": 15000,
                "weight": 10
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "time": 9000,
                "curve": "LINEAR"
            },
            "restriction": 2.75,
            "stopConditions": {
                "time": 33000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 36
    }
}