master
Simon Stürz 2021-12-10 10:48:56 +01:00
parent b4daf5a693
commit 055a535a8d
1 changed files with 2 additions and 4 deletions

View File

@ -38,9 +38,7 @@ IntegrationPluginSgReady::IntegrationPluginSgReady()
void IntegrationPluginSgReady::init() 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) void IntegrationPluginSgReady::discoverThings(ThingDiscoveryInfo *info)
@ -128,7 +126,7 @@ void IntegrationPluginSgReady::executeAction(ThingActionInfo *info)
return; 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) { if (info->action().actionTypeId() == sgReadyInterfaceSgReadyModeActionTypeId) {
QString sgReadyModeString = info->action().paramValue(sgReadyInterfaceSgReadyModeActionSgReadyModeParamTypeId).toString(); QString sgReadyModeString = info->action().paramValue(sgReadyInterfaceSgReadyModeActionSgReadyModeParamTypeId).toString();