Lamp factory adaption
This commit is contained in:
@@ -22,6 +22,10 @@ class LampFactory : ItemFactory
|
||||
public:
|
||||
LampFactory(nlohmann::json & object, std::shared_ptr<DriverBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Lamp>> getItemMap();
|
||||
|
||||
private:
|
||||
void set_address_pins();
|
||||
uint8_t get_address_pin(nlohmann::json & pin_object);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user