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

10 lines
191 B
C++

#include "zigbeedeviceobject.h"
#include "zigbeenetwork.h"
ZigbeeDeviceObject::ZigbeeDeviceObject(ZigbeeNetwork *network, QObject *parent) :
QObject(parent),
m_network(network)
{
}