{
    "name": "BPP Darker",
    "phases": [
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "curve": "INSTANT",
                "start": 3
            },
            "restriction": 6,
            "stopConditions": {
                "time": 10000,
                "weight": 1,
                "flowAbove": 6
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 5,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 5000,
                "curve": "EASE_IN"
            },
            "restriction": 3.5,
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "restriction": 9,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 80,
    "globalStopConditions": {
        "weight": 36
    }
}