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/zigbeenetworkreply.h

17 lines
250 B
C++

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