@brief If this key exists, the Charge Point supports an Authorization Cache. If this key reports a value of true, the Authorization Cache is enabled. */
| 294 | /** @brief If this key exists, the Charge Point supports an Authorization Cache. If this key reports a value of true, the Authorization Cache |
| 295 | is enabled. */ |
| 296 | bool authorizationCacheEnabled() const override { return true; } |
| 297 | /** @brief Whether a remote request to start a transaction in the form of a RemoteStartTransaction.req message should be authorized |
| 298 | beforehand like a local action to start a transaction. */ |
| 299 | bool authorizeRemoteTxRequests() const override { return true; } |
no outgoing calls
no test coverage detected