mirror of https://github.com/nymea/nymea.git
Fix action finishing in input types mock
parent
be68d925be
commit
449a092bd9
|
|
@ -738,6 +738,7 @@ void IntegrationPluginMock::executeAction(ThingActionInfo *info)
|
|||
} else if (info->action().actionTypeId() == inputTypeMockWritableTimestampUIntActionTypeId) {
|
||||
info->thing()->setStateValue(inputTypeMockWritableTimestampUIntStateTypeId, info->action().param(inputTypeMockWritableTimestampUIntActionWritableTimestampUIntParamTypeId).value().toULongLong());
|
||||
}
|
||||
info->finish(Thing::ThingErrorNoError);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue