{
    "name": "Londinium",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 9,
                "curve": "INSTANT"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 4,
                "waterPumpedInPhase": 65
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 10000,
                "pressureBelow": 0.7
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 1000,
                "curve": "EASE_OUT"
            },
            "stopConditions": {
                "time": 1000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 4000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "time": 20000,
                "curve": "EASE_IN_OUT",
                "start": 9
            },
            "restriction": 3,
            "stopConditions": []
        }
    ],
    "recipe": {
        "ratio": 2,
        "coffeeIn": 20
    },
    "waterTemperature": 92,
    "globalStopConditions": {
        "weight": 46
    }
}