{
    "name": "Slayer Shot Latte",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.7,
                "curve": "INSTANT"
            },
            "restriction": 6,
            "stopConditions": {
                "time": 20000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 8.4,
                "time": 6000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 8,
            "stopConditions": {
                "time": 30000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "time": 6000,
                "curve": "EASE_IN"
            },
            "restriction": 5,
            "stopConditions": {
                "time": 50000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 94,
    "globalStopConditions": {
        "weight": 22
    }
}