ffenix113 / zigbee_home

Project to provide functionality similar to ESPHome but for Zigbee instead of WiFi for nRF52
https://ffenix113.github.io/zigbee_home/
GNU General Public License v3.0
528 stars 10 forks source link

Allow to fully generate sensor code #16

Closed ffenix113 closed 9 months ago

ffenix113 commented 9 months ago

For sensors that have all known clusters the project will now generate necessary code for creating and polling the sensor.

If sensor has unknown clusters and does not provide custom code - code will generate, but will not compile.