Merge pull request #578 from Paulchen-Panther/api_auth

Token Management, Database, ...
This commit is contained in:
Paulchen Panther
2019-08-11 23:25:06 +02:00
committed by GitHub
138 changed files with 5879 additions and 2958 deletions

View File

@@ -10,8 +10,6 @@
#include "hyperion/Hyperion.h"
#include <utils/JsonUtils.h>
#include <QDebug>
LedDevice::LedDevice(const QJsonObject& config, QObject* parent)
: QObject(parent)
, _devConfig(config)