Former-commit-id: 3c6ac5d2f618cd7499c16bca950ff3d41f855318
This commit is contained in:
brindosch
2016-03-22 01:01:54 +01:00
parent 1f18073f00
commit fb7445b545
5 changed files with 58 additions and 11 deletions

View File

@@ -180,7 +180,7 @@ LedDevice * LedDeviceFactory::construct(const Json::Value & deviceConfig)
device = deviceLightpack;
}
else if (type == "multi-lightpack" || type == "multi_lightpack")
else if (type == "multi-lightpack")
{
LedDeviceMultiLightpack* deviceLightpack = new LedDeviceMultiLightpack();
deviceLightpack->open();