luci/libs/uvl/root/lib/uci/schema/default/upnpd

26 lines
551 B
Text
Raw Normal View History

package upnpd
config section
option name 'upnpd'
option title 'Common upnpd settings'
option package 'upnpd'
option unique true
config variable
option name 'download'
option title 'Download bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'upload'
option title 'Upload bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'log_output'
option title 'Enable log messages'
option section 'upnpd.upnpd'
option datatype 'boolean'