Source code for generic zigbee bulb

I have a custom device that I made using esp32-c6 module.
It works with the inbuilt generic zigbee bulb device driver. But I need to make customizations on the driver side for custom behaviour.
Where can I find the source code for generic zigbee bulb or other inbuilt drivers ?
Can anyone share ?

Thanks

The only drivers I know that they have published are on the driver examples on Github.

There are two Zigbee bulb drivers there. Advanced CT and RGBW.

4 Likes

To add a bit to user2574's response, outside of what HE has in their public repo, the native/inbuilt drivers are proprietary and code access to them is closed.

ETA - ack, meant to respond to OP, my apologies

2 Likes

thank you.