@brief This configuration key is used to set the security profile used by the Charge Point. The value of this configuration key can only be increased to a higher level, not decreased to a lower level, if the Charge Point receives a lower value then currently configured,the Charge Point SHALL Rejected the ChangeConfiguration.req Before accepting the new
| 477 | reconnect using the new configured Security Profile. |
| 478 | Default, when no security profile is yet configured: 0. */ |
| 479 | unsigned int securityProfile() const override { return 0; } |
| 480 | |
| 481 | /** @brief Comma separated list of supported file transfer protocols for upload AND download |
| 482 | Allowed values : FTP, FTPS, HTTP, HTTPS, SFTP */ |
no outgoing calls
no test coverage detected