mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Stop LedDevice:write for disabled devices + Nanoleaf Fixes (#629)
* Handle Exceptions in main & Pythoninit * Have SSDPDiscover generic again * Have SSDPDiscover generic again * Change Info- to Debug logs as technical service messages * Nanoleaf - When switched on, ensure UDP mode * Include SQL Database in Cross-Compile instructions * Fix Clazy (QT code checker) and clang Warnings * Stop LedDevice:write for disabled device * Nanoleaf: Fix uint printfs * NanoLeaf: Fix indents to tabs * NanoLeaf - Add debug verbosity switches * Device switchability support, FileDevice with timestamp support * Nanoleaf Light Panels now support External Control V2 * Enhance LedDeviceFile by Timestamp + fix readyness * Stop color stream, if LedDevice disabled * Nanoleaf - remove switchability
This commit is contained in:
committed by
Paulchen Panther
parent
f917f0fceb
commit
ce7c99d2cd
@@ -31,6 +31,8 @@
|
||||
#include <effectengine/ActiveEffectDefinition.h>
|
||||
#include <effectengine/EffectSchema.h>
|
||||
|
||||
#include <leddevice/LedDevice.h>
|
||||
|
||||
// settings utils
|
||||
#include <utils/settings.h>
|
||||
|
||||
@@ -227,7 +229,12 @@ public:
|
||||
/// @brief Get the current active led device
|
||||
/// @return The device nam
|
||||
/// e
|
||||
const QString & getActiveDevice();
|
||||
const QString & getActiveDeviceType();
|
||||
|
||||
///
|
||||
/// @brief Get pointer to current LedDevice
|
||||
///
|
||||
LedDevice * getActiveDevice() const;
|
||||
|
||||
public slots:
|
||||
///
|
||||
|
Reference in New Issue
Block a user