From 055a535a8d9cb12916f3e02b8dfed1528e4ad2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 10 Dec 2021 10:48:56 +0100 Subject: [PATCH] Fix typo --- sgready/integrationpluginsgready.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sgready/integrationpluginsgready.cpp b/sgready/integrationpluginsgready.cpp index 713f577d..4dc6a92c 100644 --- a/sgready/integrationpluginsgready.cpp +++ b/sgready/integrationpluginsgready.cpp @@ -38,9 +38,7 @@ IntegrationPluginSgReady::IntegrationPluginSgReady() void IntegrationPluginSgReady::init() { - // Load possible system configurations for gpio pairs depending on well knwon platforms - - + // TODO: Load possible system configurations for gpio pairs depending on well knwon platforms } void IntegrationPluginSgReady::discoverThings(ThingDiscoveryInfo *info) @@ -128,7 +126,7 @@ void IntegrationPluginSgReady::executeAction(ThingActionInfo *info) return; } - // FIXME: the modes have timeing constrains we need to take care off. + // FIXME: the modes have timing constrains we need to take care off. if (info->action().actionTypeId() == sgReadyInterfaceSgReadyModeActionTypeId) { QString sgReadyModeString = info->action().paramValue(sgReadyInterfaceSgReadyModeActionSgReadyModeParamTypeId).toString();