From e19485baf5f069220ebe8d273825cd56f0fefec8 Mon Sep 17 00:00:00 2001 From: Mahdi Dadashi Date: Mon, 2 Jan 2023 10:26:56 +0330 Subject: [PATCH] Update OcppConfig.cpp according to ocpp Doc : 9.1.7. Accessibility of ConnectorPhaseRotation changed to RW --- examples/common/config/OcppConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/config/OcppConfig.cpp b/examples/common/config/OcppConfig.cpp index 826d52b6..98c1e12a 100644 --- a/examples/common/config/OcppConfig.cpp +++ b/examples/common/config/OcppConfig.cpp @@ -55,7 +55,7 @@ static const map CONFIGURATION_VALUES = { {"BlinkRepeat", PARAM_READ_WRITE | PARAM_OCPP}, {"ClockAlignedDataInterval", PARAM_READ_WRITE | PARAM_OCPP}, {"ConnectionTimeOut", PARAM_READ_WRITE | PARAM_OCPP}, - {"ConnectorPhaseRotation", PARAM_READ | PARAM_OCPP}, + {"ConnectorPhaseRotation", PARAM_READ_WRITE | PARAM_OCPP}, {"ConnectorPhaseRotationMaxLength", PARAM_READ | PARAM_OCPP}, {"GetConfigurationMaxKeys", PARAM_READ | PARAM_OCPP}, {"HeartbeatInterval", PARAM_READ_WRITE | PARAM_OCPP},