{
    "name": "Filter long S",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "restriction": 1,
            "stopConditions": {
                "time": 4000,
                "pressureAbove": 1,
                "waterPumpedInPhase": 60
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.5,
                "time": 2000,
                "curve": "EASE_IN"
            },
            "stopConditions": {
                "time": 250000
            }
        }
    ],
    "recipe": {
        "ratio": 2,
        "coffeeIn": 18
    },
    "waterTemperature": 85,
    "globalStopConditions": {
        "weight": 150
    }
}