4
Fork 0

Tested on OpenWRT

This commit is contained in:
R3ABM Artem 2016-08-02 00:21:24 +03:00
parent bf22e37565
commit 7acd64f276
4 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,6 @@
local map = Map("cronosagent", "CronosAgent")
local section = map:section(TypedSection, "global", "", "Configuration")
local section = map:section(TypedSection, "cronosagent", "Configuration")
local number = section:option(Value, "number", "Repeater ID", "DMR ID assigned to your repeater" )
local repeater = section:option(Value, "repeaterAddress", "Repeater Address", "Address of your KAIROS repeater" )
@ -13,3 +13,5 @@ repeater.datatype = "ip4addr"
server.datatype = "host"
password.datatype = "string"
password.password = true
return map