{
    "name": "ChatProfile",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 10,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "pressureAbove": 2
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 7000,
                "pressureBelow": 0.5
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 8,
                "time": 4000,
                "curve": "EASE_IN_OUT"
            },
            "stopConditions": {
                "time": 4000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "time": 12000,
                "curve": "EASE_IN_OUT"
            },
            "stopConditions": {
                "flowAbove": 5
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 92,
    "globalStopConditions": []
}