5 #include <leddevice/LedDevice.h> Interface (pure virtual base class) for LedDevices.
Definition: LedDevice.h:32
The LedDeviceFactory is responsible for constructing 'LedDevices'.
Definition: LedDeviceFactory.h:10
static LedDevice * construct(const QJsonObject &deviceConfig)
Constructs a LedDevice based on the given configuration.
Definition: LedDeviceFactory.cpp:17