deCONZ C++ API v2.6.1
Loading...
Searching...
No Matches
deCONZ Reference Manual

Introduction

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.

Features

Installation

The installation of deCONZ and the development package is described on Github README.md.

Basic Usage

Include the main deCONZ header in your Qt plugin project.

#include <deconz.h>

Link your project with -ldeCONZ