Created by: DolphinDream
New node to control ON/OFF switch status based on a value relative to a value range.
Current modes are:
- Inside On : switch is ON when value is inside the boundary range
- Inside Off: switch is OFF when value is inside the boundary range
- Pass Through : switch is toggled ON/OFF when value crosses the boundary range in any direction.
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.