Files
databeamnew/Strategies/Standard/STR0004/STR0004Config.lua
T
2024-11-05 18:30:11 +01:00

10 lines
311 B
Lua

-- Parametri configurabili da cliente per strategia: STR0004
local STR0004Data = {
sStrategyId = 'STR0004',
Parameters = {
{ sName = 'bUseZigZagMortising', sValue = 'false', sDescriptionShort = '', sDescriptionLong = '', sType = 'b', sMessageId = '', sMinUserLevel = '1'}
}
}
return STR0004Data