This commit is contained in:
2024-01-10 02:05:03 +13:00
parent 9e07845208
commit 92df824252
16 changed files with 127 additions and 62 deletions

View File

@ -0,0 +1,5 @@
{% for ups in ups_devices %}
[ups{{ loop.index }}]
driver = {{ ups.driver }}
port = {{ ups.port }}
{% endfor %}