EventGate-input.lua 92 B

12345
  1. return function(gate, argv)
  2. Gate.setportstate(gate, 2, toboolean(argv[1]) and 1 or 0)
  3. end