mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Implement BEACON:StopAATACAN()
This commit is contained in:
parent
42ec0d6332
commit
3c80fdafcd
1
MOOSE
Submodule
1
MOOSE
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 841e611e3c685eb6b223370b42042726546e806e
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user