mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-19 00:54:53 +02:00
7 lines
115 B
C++
7 lines
115 B
C++
#include "nymealightinterface.h"
|
|
|
|
NymeaLightInterface::NymeaLightInterface(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|