From 2a71be06abf5d355ff8ad3018e70b8f973275973 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sun, 2 Oct 2022 12:34:25 +0200 Subject: [PATCH] Fix cpplint: Adjust syntax of todo comment --- lib/Hoymiles/src/commands/ActivePowerControlCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Hoymiles/src/commands/ActivePowerControlCommand.cpp b/lib/Hoymiles/src/commands/ActivePowerControlCommand.cpp index 7512893e..88ddc03d 100644 --- a/lib/Hoymiles/src/commands/ActivePowerControlCommand.cpp +++ b/lib/Hoymiles/src/commands/ActivePowerControlCommand.cpp @@ -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);