Skip to content

Commit

Permalink
Merge pull request #726 from mcardillo55/celsius
Browse files Browse the repository at this point in the history
Change C to Celsius for OCPP MeterValue
  • Loading branch information
jeremypoulter authored Sep 22, 2023
2 parents 827b645 + a36fd53 commit ceef3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void ArduinoOcppTask::loadEvseBehavior() {
return evse->getTemperature(EVSE_MONITOR_TEMP_MONITOR);
},
"Temperature",
"C");
"Celsius");

setSmartChargingOutput([this] (float power, float current, int nphases) {
if (power >= 0.f && current >= 0.f) {
Expand Down

0 comments on commit ceef3d1

Please sign in to comment.