{
  "id": 31,
  "name": "Gentle Sweet Pressure (imported)",
  "phases": [
    {
      "name": "Preinfusion",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 7000
      }
    },
    {
      "name": "Ramp to Peak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 8000,
        "curve": "EASE_OUT",
        "start": 2
      },
      "restriction": 6,
      "stopConditions": {
        "time": 8000
      }
    },
    {
      "name": "Gentle Decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 10000,
        "curve": "EASE_IN_OUT",
        "start": 6
      },
      "restriction": 7,
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "name": "Ramp to Final",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "time": 5000,
        "curve": "EASE_IN",
        "start": 5
      },
      "restriction": 6,
      "stopConditions": {
        "time": 5000
      }
    },
    {
      "name": "Final Hold (until 40g, max 60s total)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "curve": "INSTANT",
        "start": 4
      },
      "restriction": 6,
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 89,
  "globalStopConditions": {
    "time": 60000,
    "weight": 38
  }
}