[
  {
    "id": "hue_knx_light_tab",
    "type": "tab",
    "label": "HUE light · KNX",
    "disabled": false,
    "info": "Native KNX integration: select an existing KNX Ultimate gateway and your Hue Bridge/light. Replace the sample group addresses and verify their DPTs against ETS before Deploy. 1/1/1 on/off command, 1/1/2 state (DPT 1.001); 1/1/3 brightness command, 1/1/4 state (DPT 5.001). Commands and feedback use the KNX gateway directly: no Function node or intermediate wiring is required. Gateway selection is intentionally empty until you configure the example. Do not use this as a Topic-mode example."
  },
  {
    "id": "hue_knx_light_help",
    "type": "comment",
    "z": "hue_knx_light_tab",
    "name": "Setup: open this comment before Deploy",
    "info": "Native KNX integration: select an existing KNX Ultimate gateway and your Hue Bridge/light. Replace the sample group addresses and verify their DPTs against ETS before Deploy. 1/1/1 on/off command, 1/1/2 state (DPT 1.001); 1/1/3 brightness command, 1/1/4 state (DPT 5.001). Commands and feedback use the KNX gateway directly: no Function node or intermediate wiring is required. Gateway selection is intentionally empty until you configure the example. Do not use this as a Topic-mode example.",
    "x": 340,
    "y": 60,
    "wires": []
  },
  {
    "id": "hue_knx_light_device",
    "type": "hueUltimateController",
    "z": "hue_knx_light_tab",
    "name": "Living room light",
    "server": "",
    "enableNodePINS": "yes",
    "inputs": 1,
    "outputs": 1,
    "readStatusAtStartup": "no",
    "specifySwitchOnBrightness": "no",
    "enableDayNightLighting": "no",
    "x": 480,
    "y": 200,
    "wires": [
      [
        "hue_knx_light_debug"
      ]
    ],
    "serverHue": "",
    "hueControllerType": "light",
    "hueDevice": "",
    "GALightSwitch": "1/1/1",
    "dptLightSwitch": "1.001",
    "GALightState": "1/1/2",
    "dptLightState": "1.001",
    "GALightBrightness": "1/1/3",
    "dptLightBrightness": "5.001",
    "GALightBrightnessState": "1/1/4",
    "dptLightBrightnessState": "5.001"
  },
  {
    "id": "hue_knx_light_debug",
    "type": "debug",
    "z": "hue_knx_light_tab",
    "name": "Messages / states",
    "active": true,
    "tosidebar": true,
    "console": false,
    "tostatus": false,
    "complete": "true",
    "targetType": "full",
    "x": 760,
    "y": 200,
    "wires": []
  }
]
