{
    "name": "Pellini Top - Libra 65",
    "phases": [
        {
            "name": "Preinfusion",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 2,
                "time": 8000,
                "curve": "LINEAR",
                "start": 2
            },
            "restriction": 2,
            "stopConditions": {
                "time": 8000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 4000
            }
        },
        {
            "name": "Ramp to 8.5 bar",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 8,
                "time": 3000,
                "curve": "EASE_IN"
            },
            "stopConditions": {
                "time": 3000
            }
        },
        {
            "name": "Sweet zone 8.5 bar",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 8,
                "curve": "INSTANT",
                "start": 8
            },
            "stopConditions": {
                "time": 7000
            }
        },
        {
            "name": "Decline to 6.5 bar",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6.5,
                "time": 6000,
                "curve": "EASE_OUT",
                "start": 8
            },
            "stopConditions": {
                "time": 6000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 6.5,
                "curve": "INSTANT",
                "start": 6.5
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 91,
    "globalStopConditions": {
        "weight": 36
    }
}