Files
wlan-ucentral-schema/renderer/templates/timeout.uc
John Crispin b7207ae626 allow setting cloud_discovery timeouts
Signed-off-by: John Crispin <john@phrozen.org>
2024-11-14 08:06:46 +01:00

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 %}
%}