mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-05 22:34:20 +01:00
Fix template HM
This commit is contained in:
@@ -43,6 +43,6 @@ Vertx.WorkerPoolSize=5
|
||||
|
||||
# USB HM/IP TRX Adapter Configuration
|
||||
{{ range $index, $device := .hmip }}
|
||||
Adapter.{{ if $index eq 0 }}1{{ else }}2{{ end }}.Type={{ $device.type }}
|
||||
Adapter.{{ if $index eq 0 }}1{{ else }}2{{ end }}.Port={{ $device.device }}
|
||||
Adapter.{{ if eq $index 0 }}1{{ else }}2{{ end }}.Type={{ $device.type }}
|
||||
Adapter.{{ if eq $index 0 }}1{{ else }}2{{ end }}.Port={{ $device.device }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user