You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the summary of a refection I had after trying to build a poc for Domoticz. This is not about documenting the code itself, but more how to start.
Maybe it is just about creating the file, and then having everyone contributing to it.
I would be more than happy to handle and challenge the content.
As a library you need to provide some guide on how-to use such library. I tried with #470, but I don't think we understand each other.
create the PersistentDB and open the zigbee radio (BTW, I don't understand what the 2 are linked together; I would expect (i) PersistentDB (ii) Zigbee radio communication)
Here is the summary of a refection I had after trying to build a poc for Domoticz. This is not about documenting the code itself, but more how to start.
Maybe it is just about creating the file, and then having everyone contributing to it.
I would be more than happy to handle and challenge the content.
As a library you need to provide some guide on how-to use such library. I tried with #470, but I don't think we understand each other.
Just have a look to https://www.domoticz.com/wiki/Developing_a_Python_plugin which describe the steps on how to develop a plugin in Domoticz.
What I would expect from a Zigpy Developer Guide are:
1- Concepts
2- My first App using zigpy
3- API list
4- How to deal with errors