@brief Charge point serial number */
| 183 | std::string chargePointModel() const override { return ""; } |
| 184 | /** @brief Charge point serial number */ |
| 185 | std::string chargePointSerialNumber() const override { return ""; } |
| 186 | /** @brief Charge point vendor */ |
| 187 | std::string chargePointVendor() const override { return ""; } |
| 188 | /** @brief Firmware version */ |
no outgoing calls
no test coverage detected