diff --git a/include/ocpp/v201/charge_point.hpp b/include/ocpp/v201/charge_point.hpp index 2c4b35d18..02f80b9f9 100644 --- a/include/ocpp/v201/charge_point.hpp +++ b/include/ocpp/v201/charge_point.hpp @@ -418,12 +418,12 @@ class ChargePointInterface { class ChargePoint : public ChargePointInterface, private ocpp::ChargingStationBase { private: + std::shared_ptr device_model; std::unique_ptr evse_manager; std::unique_ptr connectivity_manager; // utility std::shared_ptr> message_queue; - std::shared_ptr device_model; std::shared_ptr database_handler; std::map scheduled_change_availability_requests;