{
    "name": "Tea",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 3000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "LINEAR"
            },
            "stopConditions": {
                "time": 50000
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "LINEAR"
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 86,
    "globalStopConditions": {
        "time": 200000,
        "weight": 180,
        "waterPumped": 150
    }
}