{
    "name": "LPD - FISO v2",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 12,
                "curve": "INSTANT"
            },
            "restriction": 5,
            "stopConditions": {
                "pressureAbove": 4
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 4,
                "time": 2000,
                "curve": "EASE_IN_OUT"
            },
            "stopConditions": {
                "time": 2000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 3000,
                "curve": "LINEAR"
            },
            "restriction": 5,
            "stopConditions": {
                "time": 3000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 4.5,
                "time": 25000,
                "curve": "EASE_OUT"
            },
            "restriction": 5,
            "stopConditions": {
                "time": 25000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 4.5,
                "curve": "INSTANT"
            },
            "restriction": 5,
            "stopConditions": {
                "time": 25000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 92,
    "globalStopConditions": {
        "weight": 37
    }
}