{
  "name": "Turn on a light and set its brightness",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        590,
        260
      ]
    },
    {
      "id": null,
      "name": "Philips Hue",
      "type": "n8n-nodes-base.philipsHue",
      "position": [
        790,
        260
      ]
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Philips Hue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}