{
  "id": "gjcyOvJjEO",
  "type": "pro",
  "label": "Sir Lancelot's Lever",
  "phases": [
    {
      "name": "Pump",
      "pump": {
        "flow": 0,
        "target": "pressure",
        "pressure": 10
      },
      "phase": "preinfusion",
      "valve": 1,
      "targets": [
        {
          "type": "pressure",
          "value": 9,
          "operator": "gte"
        }
      ],
      "duration": 30,
      "transition": {
        "type": "instant",
        "target": "time",
        "adaptive": true,
        "duration": 0
      },
      "temperature": 0
    },
    {
      "name": "Bloom",
      "pump": {
        "flow": 1.8,
        "target": "flow",
        "pressure": 0
      },
      "phase": "preinfusion",
      "valve": 1,
      "targets": [
        {
          "type": "volumetric",
          "value": 33,
          "operator": "gte"
        }
      ],
      "duration": 40,
      "transition": {
        "type": "instant",
        "target": "time",
        "adaptive": true,
        "duration": 0
      },
      "temperature": 75
    }
  ],
  "description": "Lance Hedricks Lever Style Profile",
  "temperature": 82
}