community_help.default="This mode is used to static deployments (like community networks). Connected devices have a static IP range and are able to see each others.\
However there is no roaming."
netmode=m:field(ListValue,"_netmode",translate("Network mode"),translate("Roaming is used for quick deployments.<br/>Community for network communities"))
netmode:value("community","community")
netmode:value("roaming","roaming")
netmode.default="roaming"
nodename=m:field(Value,"_nodename",translate("Node name"),translate("The name of this node"))