{
    "name": "Sweet 1:3 18g",
    "phases": [
        {
            "name": "Fill",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 7.5,
                "time": 6000,
                "curve": "EASE_OUT"
            },
            "restriction": 6,
            "stopConditions": {
                "time": 6000,
                "pressureAbove": 6
            }
        },
        {
            "name": "Soak",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "time": 8000,
                "curve": "INSTANT"
            },
            "restriction": 2,
            "stopConditions": {
                "time": 8000,
                "pressureBelow": 2
            }
        },
        {
            "name": "Ramp",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7,
                "time": 8000,
                "curve": "EASE_IN_OUT",
                "start": 2
            },
            "restriction": 8,
            "stopConditions": {
                "time": 8000
            }
        },
        {
            "name": "Hold",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6.5,
                "time": 20000,
                "curve": "LINEAR",
                "start": 7
            },
            "restriction": 9,
            "stopConditions": {
                "weight": 54
            }
        },
        {
            "name": "Taper",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 4,
                "time": 6000,
                "curve": "EASE_OUT",
                "start": 6.5
            },
            "restriction": 6,
            "stopConditions": {
                "time": 6000,
                "weight": 54
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 94,
    "globalStopConditions": {
        "weight": 54
    }
}