Skip to content

Commit ad9e230

Browse files
committed
Templates: fix quoting comset
1 parent af9f15f commit ad9e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/templates/modbus.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: {{ .id }}
44
# RS485 via adapter (Modbus RTU)
55
device: {{ .device }}
66
baudrate: {{ .baudrate }}
7-
comset: "{{ .comset }}"
7+
comset: {{ .comset }}
88
{{- else if or (eq .modbus "rs485tcpip") .rs485tcpip }}
99
# RS485 via TCP/IP (Modbus RTU)
1010
uri: {{ .host }}:{{ .port }}

0 commit comments

Comments
 (0)