I have a simple piston that I would like to simulate so I can debug the logic. My hope is that the logging would then help me figure out why it is not working.
I tried to include a ‘test variable’ but cannot understand how to force this to value of 1 (preset value is 0). This would satisfy IF statement and run the action.
- How do I force a defined variable to a value? I cannot figure it out?
- What is the best way to test a piston? This would help me test my own pistons and understand how WebCoRE works.