v1.15.0 #311
@ -347,10 +347,12 @@ ReturnValue_t SolarArrayDeploymentHandler::executeAction(ActionId_t actionId,
|
|||||||
return HasActionsIF::IS_BUSY;
|
return HasActionsIF::IS_BUSY;
|
||||||
}
|
}
|
||||||
actionActive = true;
|
actionActive = true;
|
||||||
|
rememberCommanderId = commandedBy;
|
||||||
return result;
|
return result;
|
||||||
} else if (actionId == SWITCH_OFF_DEPLOYMENT) {
|
} else if (actionId == SWITCH_OFF_DEPLOYMENT) {
|
||||||
startFsmOff();
|
startFsmOff();
|
||||||
actionActive = true;
|
actionActive = true;
|
||||||
|
rememberCommanderId = commandedBy;
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
return HasActionsIF::INVALID_ACTION_ID;
|
return HasActionsIF::INVALID_ACTION_ID;
|
||||||
|
Loading…
Reference in New Issue
Block a user