Fix cpplint: Adjust syntax of todo comment
This commit is contained in:
parent
989026d049
commit
2a71be06ab
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user