This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/zigbee.h
2017-10-17 14:54:17 +02:00

16 lines
117 B
C++

#ifndef ZIGBEE_H
#define ZIGBEE_H
#include <QObject>
class Zigbee
{
Q_GADGET
public:
};
#endif // ZIGBEE_H