Configuration of NLC timings in mesh

Dear all, in my company we started to product custom pcb with nrf52833 for networked lighting control (NLC).

For the firmware, we had a look to the examples provided with NRF CONNECT SDK, specifically the light fixture + sensor and they work fine.

However, we struggle to understand how to modify some properties, specifically the timings, at runtime. For example, we have defined a default time-on duration for the light using the CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_ON configuration parameter. But how can we let the customer change it afterwards? We can't find such information in the NRF Mesh App.

Thanks in advance.

Related