{
    "name": "Mostra",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 4,
                "curve": "INSTANT"
            },
            "restriction": 3.5,
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 4,
                "waterPumpedInPhase": 60
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 7.5,
                "time": 4000,
                "curve": "EASE_IN_OUT"
            },
            "stopConditions": {
                "time": 4000,
                "pressureBelow": 2
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6,
                "curve": "EASE_IN_OUT",
                "start": 7.5
            },
            "restriction": 3,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 38
    }
}