{
    "name": "D-Flow",
    "phases": [
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "time": 6000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 8,
            "stopConditions": {
                "pressureAbove": 3,
                "waterPumpedInPhase": 100
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "weight": 4
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 8.5,
                "time": 1000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 1.7,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 88,
    "globalStopConditions": {
        "weight": 36
    }
}