{
    "name": "Single Shot",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "curve": "INSTANT"
            },
            "restriction": 1.2,
            "stopConditions": {
                "time": 20000,
                "weight": 2,
                "pressureAbove": 1.2
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 1000,
                "pressureBelow": 0.6
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7.5,
                "time": 5000,
                "curve": "EASE_OUT"
            },
            "stopConditions": {
                "time": 5000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "time": 4000,
                "curve": "EASE_IN_OUT",
                "start": 7.5
            },
            "restriction": 1.5,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 18
    }
}