merge
This commit is contained in:
@@ -17,7 +17,9 @@ namespace output
|
|||||||
|
|
||||||
LampFactory::LampFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinController> pin_controller) :
|
LampFactory::LampFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinController> pin_controller) :
|
||||||
ItemFactory{object, pin_controller}
|
ItemFactory{object, pin_controller}
|
||||||
{}
|
{
|
||||||
|
this->set_address_pins();
|
||||||
|
}
|
||||||
|
|
||||||
std::map<std::string, std::shared_ptr<items::Lamp>> LampFactory::getItemMap()
|
std::map<std::string, std::shared_ptr<items::Lamp>> LampFactory::getItemMap()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user