We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4f09e commit 9d6ad9fCopy full SHA for 9d6ad9f
examples/energy-management-app/energy-management-common/src/EVSEManufacturerImpl.cpp
@@ -105,7 +105,6 @@ CHIP_ERROR EVSEManufacturer::InitializePowerMeasurementCluster()
105
ElectricalPowerMeasurementDelegate * dg = mn->GetEPMDelegate();
106
VerifyOrReturnError(dg != nullptr, CHIP_ERROR_UNINITIALIZED);
107
108
- // Set power mode to AC
109
ReturnErrorOnFailure(dg->SetPowerMode(PowerModeEnum::kAc));
110
111
return CHIP_NO_ERROR;
0 commit comments