mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Implement BEACON:StopAATACAN()
This commit is contained in:
1
MOOSE
Submodule
1
MOOSE
Submodule
Submodule MOOSE added at 841e611e3c
@@ -469,5 +469,12 @@ end
|
|||||||
-- @return #BEACON self
|
-- @return #BEACON self
|
||||||
function BEACON:StopAATACAN()
|
function BEACON:StopAATACAN()
|
||||||
if not self.Positionable then
|
if not self.Positionable then
|
||||||
|
self:E({"Start the beacon first before stoping it !"})
|
||||||
|
else
|
||||||
|
self.Positionable:SetCommand({
|
||||||
|
id = 'DeactivateBeacon',
|
||||||
|
params = {
|
||||||
|
}
|
||||||
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user