This commit is contained in:
Johannes Wendel
2020-01-15 16:21:26 +01:00
parent 34179c4c04
commit 62601c8b0f

View File

@@ -17,7 +17,9 @@ namespace output
LampFactory::LampFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinController> pin_controller) :
ItemFactory{object, pin_controller}
{}
{
this->set_address_pins();
}
std::map<std::string, std::shared_ptr<items::Lamp>> LampFactory::getItemMap()
{