{
    "name": "Funky Town v2",
    "phases": [
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 2.5,
                "curve": "INSTANT"
            },
            "restriction": 8,
            "stopConditions": {
                "pressureAbove": 2.5
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1,
                "curve": "INSTANT"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 3000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1,
                "time": 10000,
                "curve": "EASE_IN_OUT"
            },
            "stopConditions": []
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "time": 5000,
                "curve": "EASE_OUT"
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 80,
    "globalStopConditions": {
        "weight": 27
    }
}