{
    "name": "Modern Arc (imported)",
    "phases": [
        {
            "name": "Preinfusion",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 4.5,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 10000
            }
        },
        {
            "name": "Infusion",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 2000,
                "curve": "EASE_IN_OUT",
                "start": 3
            },
            "stopConditions": {
                "time": 20000
            }
        },
        {
            "name": "Ramp Down",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 4,
                "time": 5000,
                "curve": "EASE_IN_OUT",
                "start": 9
            },
            "stopConditions": {
                "time": 5000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 92.5,
    "globalStopConditions": {
        "time": 35000,
        "weight": 40
    }
}