Habe hier eine Hue white ambiance GU10 with Bluetooth (LTG002)

Die wird erkannt mit:
/opt/iobroker/node_modules/iobroker.zigbee/lib/devices.js
    { 
        vendor: 'Philips',
        models: ['LTG002'],
        icon: 'img/philips_hue_gu10_ambiance.png',
        states: lightStatesWithColortemp,
        syncStates: [sync.brightness],
    },
/opt/iobroker/node_modules/zigbee-herdsman-converters/devices.js
   {
        zigbeeModel: ['LTG002'],
        model: '929001953301',
        vendor: 'Philips',
        description: 'Hue white ambiance GU10 with Bluetooth',
        extend: hue.light_onoff_brightness_colortemp,
    },
und eine Hue white and color ambiance GU10 with Bluetooth (LCG002)

Die wird (allerdings mit dem Bild der alten Hue) erkannt mit:
/opt/iobroker/node_modules/iobroker.zigbee/lib/devices.js
    {
            vendor: 'Philips',
            models: ['LCG002'],
            icon: 'img/philips_hue_gu10_color.png',
            states: lightStatesWithColor,
            syncStates: [sync.brightness],
        },
/opt/iobroker/node_modules/zigbee-herdsman-converters/devices.js
    {
        zigbeeModel: ['LCG002'],
        model: '929001953101',
        vendor: 'Philips',
        description: 'Hue White and Color Ambiance GU10',
        extend: hue.light_onoff_brightness_colortemp_colorxy,
    },