deCONZ C++ API v2.6.1
|
The deCONZ C++ API allows the development of plugins for the deCONZ main application. Plugins are free to communicate with any node in the ZigBee network.
The installation of deCONZ and the development package is described on Github README.md.
Include the main deCONZ header in your Qt plugin project.
#include <deconz.h>
Link your project with -ldeCONZ