Changed displays from id to name
This commit is contained in:
@@ -20,7 +20,7 @@ namespace output
|
||||
class LampFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit LampFactory(nlohmann::json & object, std::shared_ptr<DriverBoardPinController> pin_controller);
|
||||
LampFactory(nlohmann::json & object, std::shared_ptr<DriverBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Lamp>> getItemMap();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user