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/nxp/zigbeenetworknxp.cpp
2020-02-27 19:08:58 +01:00

8 lines
116 B
C++

#include "zigbeenetworknxp.h"
ZigbeeNetworkNxp::ZigbeeNetworkNxp(QObject *parent) :
ZigbeeNetwork(parent)
{
}