We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20964bf commit a78afbaCopy full SHA for a78afba
templates/virtualinput.xml
@@ -2,7 +2,7 @@
2
<VirtualInUdp Title="Wolf ISM8" Comment="by Wolf ISM8 Loxbery Plugin" Address="" Port="<TMPL_VAR multicast_port>">
3
4
<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"/>
+ <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"/>
6
</TMPL_LOOP>
7
8
</VirtualInUdp>
0 commit comments