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/zdo/zigbeedeviceobjectreply.h
2020-05-06 12:33:26 +02:00

17 lines
275 B
C++

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