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/libnymea-zigbee/zcl/zigbeeclusterreply.h
2020-05-20 19:54:58 +02:00

17 lines
250 B
C++

#ifndef ZIGBEECLUSTERREPLY_H
#define ZIGBEECLUSTERREPLY_H
#include <QObject>
class ZigbeeClusterReply : public QObject
{
Q_OBJECT
public:
explicit ZigbeeClusterReply(QObject *parent = nullptr);
signals:
};
#endif // ZIGBEECLUSTERREPLY_H