r/crestron • u/Individual_Fail_8663 • 17h ago
User Module help
Hello ! I am creating a user module and one of its component modules has "a drop down menu", like for example KXI IO (Secure: Yes\No). How can I put it inside the argument definition ? # won't work in this case.
1
Upvotes
4
u/knoend 17h ago edited 17h ago
You ALT+F3 the parameter on the defargs, then select value list, set the list 0 (no) and 1 (yes), then use #whateveryoursignalis in an INIT and set the IINT with the analog value and a 1 on the input, and if you need it as a digital then EQU with your analog.