Fix typo
parent
b4daf5a693
commit
055a535a8d
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue