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/zigbee-cli/terminalcommand.cpp
2017-12-04 23:03:29 +01:00

7 lines
103 B
C++

#include "terminalcommand.h"
TerminalCommand::TerminalCommand(QObject *parent) : QObject(parent)
{
}