@brief Firmware version */
| 187 | std::string chargePointVendor() const override { return ""; } |
| 188 | /** @brief Firmware version */ |
| 189 | std::string firmwareVersion() const override { return ""; } |
| 190 | /** @brief ICCID of the moden's SIM card */ |
| 191 | std::string iccid() const override { return ""; } |
| 192 | /** @brief IMSI of the moden's SIM card */ |
no outgoing calls
no test coverage detected