From 588e754f1f1c218e38fe8b31abbde50820d9fc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 30 Sep 2021 12:10:26 +0200 Subject: [PATCH] Add todo in code for later implementation --- goecharger/integrationplugingoecharger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/goecharger/integrationplugingoecharger.cpp b/goecharger/integrationplugingoecharger.cpp index 14daa350..3cd2fa47 100644 --- a/goecharger/integrationplugingoecharger.cpp +++ b/goecharger/integrationplugingoecharger.cpp @@ -211,6 +211,7 @@ void IntegrationPluginGoECharger::executeAction(ThingActionInfo *info) } else if (action.actionTypeId() == goeHomeAbsoluteMaxAmpereActionTypeId) { uint maxAmpere = action.paramValue(goeHomeAbsoluteMaxAmpereActionAbsoluteMaxAmpereParamTypeId).toUInt(); qCDebug(dcGoECharger()) << "Setting absolute maximal charging amperes to" << maxAmpere << "A"; + // TODO: use amx if available // Set the allow value QString configuration = QString("ama=%1").arg(maxAmpere); sendActionRequest(thing, info, configuration);