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:
Marek Puzyniak 2025-12-09 19:11:42 +01:00 committed by IOPSYS Dev
commit df408c5276
No known key found for this signature in database

View file

@ -17,6 +17,7 @@ handle_controller_select() {
validate_controller_section() {
uci_validate_section mapcontroller controller "controller" \
'enabled:bool:true' \
'profile:range(1,3):2' \
'registrar:string' \
'debug:range(0,16)' \
'bcn_metrics_max_num:range(1,256)' \