{
  "id": 30,
  "name": "Filter DAK Etiop",
  "phases": [
    {
      "name": "Gentle Saturation",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 3.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 8000,
        "pressureAbove": 2.5
      }
    },
    {
      "name": "Long Floral Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT",
        "start": 2.5
      },
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "name": "Petal Peak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7.5,
        "time": 3000,
        "curve": "LINEAR",
        "start": 2
      },
      "restriction": 5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Sweetness Extraction",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 25000,
        "curve": "EASE_OUT",
        "start": 7.5
      },
      "restriction": 5,
      "stopConditions": {
        "time": 38000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 95.5,
  "globalStopConditions": {
    "weight": 51
  }
}