Skip to content

Commit a78afba

Browse files
committed
Fix the input template to correctly use analog inputs
1 parent 20964bf commit a78afba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/virtualinput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<VirtualInUdp Title="Wolf ISM8" Comment="by Wolf ISM8 Loxbery Plugin" Address="" Port="<TMPL_VAR multicast_port>">
33

44
<TMPL_LOOP NAME=DATA>
5-
<VirtualInUdpCmd Title="<TMPL_VAR NAME>" Comment="" Address="" Check="<TMPL_VAR ID>;\v" Signed="true" Analog="1" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="0" MaxVal="2147483647"/>
5+
<VirtualInUdpCmd Title="<TMPL_VAR NAME>" Comment="" Address="" Check="<TMPL_VAR ID>;\v" Signed="true" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="0" MaxVal="2147483647"/>
66
</TMPL_LOOP>
77

88
</VirtualInUdp>

0 commit comments

Comments
 (0)