Update MTS-400 - MANTIS - Automode huge setup example.lua

This commit is contained in:
Applevangelist 2021-11-14 14:28:52 +01:00 committed by GitHub
parent 53a2b13baa
commit 8d8961fb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ local syriaborder = ZONE_POLYGON:New("Syria",GROUP:FindByName("Syria Border"))
--- MANTIS
local RedMantis = MANTIS:New("SyMantis","SAM-SA","EWR",nil,"red")
RedMantis:AddZones({syriaborder},{israelborder}) --accept and reject zones
RedMantis.autoshorad = false
RedMantis:AddShorad(redshorad,600)
RedMantis:__Start(5)
@ -54,4 +55,4 @@ function GetBlueCAS()
end
local bluetimer = TIMER:New(GetBlueCAS)
bluetimer:Start(20)
bluetimer:Start(20)