Skip to content

Commit

Permalink
Fix the input template to correctly use analog inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagi2k committed Feb 12, 2020
1 parent 20964bf commit a78afba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/virtualinput.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<VirtualInUdp Title="Wolf ISM8" Comment="by Wolf ISM8 Loxbery Plugin" Address="" Port="<TMPL_VAR multicast_port>">

<TMPL_LOOP NAME=DATA>
<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"/>
</TMPL_LOOP>

</VirtualInUdp>
Expand Down

0 comments on commit a78afba

Please sign in to comment.