Fix cpplint: Adjust syntax of todo comment

This commit is contained in:
Thomas Basler 2022-10-02 12:34:25 +02:00
parent 989026d049
commit 2a71be06ab

View File

@ -44,7 +44,7 @@ bool ActivePowerControlCommand::handleResponse(InverterAbstract* inverter, fragm
if ((getType() == PowerLimitControlType::RelativNonPersistent) || (getType() == PowerLimitControlType::RelativPersistent)) {
inverter->SystemConfigPara()->setLimitPercent(getLimit());
} else {
// TODO: Not implemented yet because we only can publish the percentage value
// TODO(tbnobody): Not implemented yet because we only can publish the percentage value
}
inverter->SystemConfigPara()->setLastUpdateCommand(millis());
inverter->SystemConfigPara()->setLastLimitCommandSuccess(CMD_OK);