Switch zigbee light (ZG-003-RF) on/off

Hi,
I have a Tuya SmartSwitch ZG-003-RF that I connected via zigbee to my phoscon gateway. Here each of the switches appears as a “light” that I can turn on and off via Phoscon App.
Now I want to switch it from Openhab4, but when I add on of the switches as a thing it comes with the channels

  • all_on (Switch)

  • any_on (Switch)

  • alert (String)

  • color (Color)

  • color_temperature (Number)

  • scene (String)
    I want a simple switch to turn it on and off, but when I try to add these channels in the model, I do not get a Switch-Control. Can anyone guide me on how to achive a switch-control?

  • Platform information:

    • Hardware: Raspberry Pi3+
    • OS: Debian
    • Java Runtime Environment: jdk 17 azul zulu
    • openHAB version: 4
  • Issue of the topic: How to switch zigbee light (ZG-003-RF) on/off

  • Please post configurations (if applicable):

    • Items configuration related to the issue:
      label: Farbe
      type: Color
      category: ColorLight
      groupNames:
    • Tuya24VK1
      groupType: None
      function: null
      tags:
    • Control
    • Light

I’m not 100% certain, but I think you can link a Switch item to the ‘color’ channel above to turn it on/off.

Thanks for the tip, but that didn’t work. If I create a Switch as a Point and link it to the color channel, it doesn’t do anything.
Though I found out if I create a new group inside the phoscon app where I add one of the SmartSwitch-Items as a light, this group also appears as a new item. If I use this and create a switch linked to the color channel of that group, it works.