mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Merge branch 'dev_easy_mesh_profile' into 'devel'
map-controller: Add profile option validation See merge request feed/iopsys!957
This commit is contained in:
commit
df408c5276
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ handle_controller_select() {
|
||||||
validate_controller_section() {
|
validate_controller_section() {
|
||||||
uci_validate_section mapcontroller controller "controller" \
|
uci_validate_section mapcontroller controller "controller" \
|
||||||
'enabled:bool:true' \
|
'enabled:bool:true' \
|
||||||
|
'profile:range(1,3):2' \
|
||||||
'registrar:string' \
|
'registrar:string' \
|
||||||
'debug:range(0,16)' \
|
'debug:range(0,16)' \
|
||||||
'bcn_metrics_max_num:range(1,256)' \
|
'bcn_metrics_max_num:range(1,256)' \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue