We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aece27d + 7bb74ed commit cced923Copy full SHA for cced923
examples/common/config/OcppConfig.cpp
@@ -55,7 +55,7 @@ static const map<string, int> CONFIGURATION_VALUES = {
55
{"BlinkRepeat", PARAM_READ_WRITE | PARAM_OCPP},
56
{"ClockAlignedDataInterval", PARAM_READ_WRITE | PARAM_OCPP},
57
{"ConnectionTimeOut", PARAM_READ_WRITE | PARAM_OCPP},
58
- {"ConnectorPhaseRotation", PARAM_READ | PARAM_OCPP},
+ {"ConnectorPhaseRotation", PARAM_READ_WRITE | PARAM_OCPP},
59
{"ConnectorPhaseRotationMaxLength", PARAM_READ | PARAM_OCPP},
60
{"GetConfigurationMaxKeys", PARAM_READ | PARAM_OCPP},
61
{"HeartbeatInterval", PARAM_READ_WRITE | PARAM_OCPP},
0 commit comments