New lightbulb white and color e27 prolight

Hello, Im trying to add the lighbulb from title with no sucess, what iam missing,
the lightbulb works fine with hue bridge. i added like that in the devies :

{
zigbeeModel: [‘e27 prolight’],
model: ‘e27 prolight’,
vendor: ‘prolight’,
description: ‘RGB LED Downlight’,
supports: ‘RGB, Dimming’,
extend: generic.light_onoff_brightness_colortemp_colorxy,
},

and when i start i get this

Zigbee2MQTT:info 2020-12-24 00:53:29: Logging to console and directory: ‘/opt/zigbee2mqtt/data/log/2020-12-24.00-53-28’ filename: log.txt
Zigbee2MQTT:info 2020-12-24 00:53:29: Starting Zigbee2MQTT version 1.16.2 (commit #0514204)
Zigbee2MQTT:info 2020-12-24 00:53:29: Starting zigbee-herdsman (0.13.37)
Zigbee2MQTT:info 2020-12-24 00:53:32: zigbee-herdsman started
Zigbee2MQTT:info 2020-12-24 00:53:32: Coordinator firmware version: ‘{“meta”:{“maintrel”:3,“majorrel”:2,“minorrel”:6,“product”:0,“revision”:20190608,“transportrev”:2},“type”:“zStack12”}’
Zigbee2MQTT:info 2020-12-24 00:53:32: Currently 2 devices are joined:
Zigbee2MQTT:info 2020-12-24 00:53:32: e27 prolight (0x00158d0004707881): Not supported (Router)
Zigbee2MQTT:info 2020-12-24 00:53:32: switch prolight (0xccccccfffeade42e): Not supported (EndDevice)
Zigbee2MQTT:warn 2020-12-24 00:53:32: permit_join set to true in configuration.yaml.
Zigbee2MQTT:warn 2020-12-24 00:53:32: Allowing new devices to join.
Zigbee2MQTT:warn 2020-12-24 00:53:32: Set permit_join to false once you joined all devices.
Zigbee2MQTT:info 2020-12-24 00:53:32: Zigbee: allowing new devices to join.
Zigbee2MQTT:info 2020-12-24 00:53:32: Connecting to MQTT server at mqtt://localhost
Zigbee2MQTT:info 2020-12-24 00:53:32: Connected to MQTT server
Zigbee2MQTT:info 2020-12-24 00:53:32: MQTT publish: topic ‘zigbee2mqtt/bridge/state’, payload ‘online’
Zigbee2MQTT:info 2020-12-24 00:53:33: MQTT publish: topic ‘zigbee2mqtt/bridge/config’, payload ‘{“commit”:“0514204”,“coordinator”:{“meta”:{“maintrel”:3,“majorrel”:2,“minorrel”:6,“product”:0,“revision”:20190608,“transportrev”:2},“type”:“zStack12”},“log_level”:“info”,“network”:{“channel”:11,“extendedPanID”:“0xdddddddddddddddd”,“panID”:6754},“permit_join”:true,“version”:“1.16.2”}’
Zigbee2MQTT:info 2020-12-24 00:53:33: MQTT publish: topic ‘homeassistant/sensor/0x00158d0004707881/battery/config’, payload ‘null’
Zigbee2MQTT:info 2020-12-24 00:53:33: MQTT publish: topic ‘homeassistant/sensor/0x00158d0004707881/temperature/config’, payload ‘null’
Zigbee2MQTT:info 2020-12-24 00:53:33: MQTT publish: topic ‘homeassistant/sensor/0x00158d0004707881/humidity/config’, payload ‘null’
Zigbee2MQTT:info 2020-12-24 00:53:33: MQTT publish: topic ‘homeassistant/sensor/0x00158d0004707881/linkquality/config’, payload ‘null’
Zigbee2MQTT:warn 2020-12-24 00:59:50: Received message from unsupported device with Zigbee model ‘PROLIGHT E27 WHITE AND COLOUR’ and manufacturer name ‘Prolight’
Zigbee2MQTT:warn 2020-12-24 00:59:50: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.
Zigbee2MQTT:warn 2020-12-24 01:00:08: Received message from unsupported device with Zigbee model ‘PROLIGHT E27 WHITE AND COLOUR’ and manufacturer name ‘Prolight’
Zigbee2MQTT:warn 2020-12-24 01:00:08: Please see:
Zigbee2MQTT:warn 2020-12-24 01:00:26: Received message from unsupported device with Zigbee model ‘PROLIGHT E27 WHITE AND COLOUR’ and manufacturer name ‘Prolight’
Zigbee2MQTT:warn 2020-12-24 01:00:26: Please see:

how can i add them? i use the hue esentialss app via diyhue

I manage to add the light with this config:
{
zigbeeModel: [‘PROLIGHT E27 WHITE AND COLOUR’],
model: ‘PROLIGHT E27 WHITE AND COLOUR’,
vendor: ‘Prolight’,
description: ‘RGB LED Downlight’,
supports: ‘RGB, Dimming’,
extend: gledopto.light_onoff_brightness_colortemp_colorxy
},

The only problem i have now is that i can’t control the colors in the hue app i have only dimming and on/off

i try olso to change the list line to : extend: generic.light_onoff_brightness_colortemp_colorxy

any ideas?