mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-28 02:23:33 +00:00
10 lines
176 B
Ucode
10 lines
176 B
Ucode
|
|
# Basic unit configuration
|
|
{% for (let t in [ 'offline', 'orphan', 'validate' ]):
|
|
if (timeout[t]):
|
|
%}
|
|
set ucentral.timeouts.{{ t }}={{ timeout[t] }}
|
|
{% endif
|
|
endfor %}
|
|
%}
|