@brief How long the Charge Point should wait before resubmitting a transaction-related message that the Central System failed to process. */
| 390 | /** @brief How long the Charge Point should wait before resubmitting a transaction-related message that the Central System failed to |
| 391 | process. */ |
| 392 | std::chrono::seconds transactionMessageRetryInterval() const override { return std::chrono::seconds(1); } |
| 393 | /** @brief When set to true, the Charge Point SHALL unlock the cable on Charge Point side when the cable is unplugged at the EV */ |
| 394 | bool unlockConnectorOnEVSideDisconnect() const override { return true; } |
| 395 | /** @brief Only relevant for websocket implementations. 0 disables client side websocket Ping/Pong. In this case there is either no |
no outgoing calls
no test coverage detected