{
    "name": "Simple",
    "phases": [
        {
            "name": "Fill",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 12,
                "curve": "INSTANT",
                "start": 12
            },
            "stopConditions": {
                "time": 3000,
                "pressureAbove": 6.5
            }
        },
        {
            "name": "Constant Flow",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.6,
                "curve": "INSTANT"
            },
            "restriction": 9.5,
            "stopConditions": {
                "time": 27000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 92,
    "globalStopConditions": []
}