8 lines
454 B
Lua
8 lines
454 B
Lua
|
|
local map = Map("cronosagent", "CronosAgent")
|
|
local section = map:section(TypedSection, "configuration")
|
|
|
|
section:option(Value, "number", "Repeater ID", "DMR ID assigned to your repeater")
|
|
section:option(Value, "repeaterAddress", "Repeater Address", "Address of your KAIROS repeater")
|
|
section:option(Value, "serverAddress", "Server address", "Address of BrandMeister DMR Server")
|
|
section:option(Value, "serverPassword", "Password", "Password to login")
|