mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
refresh time for all devices + schema fixes (#305)
* refresh for all :-) remove dups * - integrate refresh leds for all devices - fix schemas for led devices * add minimum for rewrite time * rewriteTime: add missing info in config examples
This commit is contained in:
@@ -71,6 +71,7 @@ LedDeviceLightpack::~LedDeviceLightpack()
|
||||
|
||||
bool LedDeviceLightpack::init(const QJsonObject &deviceConfig)
|
||||
{
|
||||
LedDevice::init(deviceConfig);
|
||||
_serialNumber = deviceConfig["output"].toString("").toStdString();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user