Option to set target to lowest or highest value if source out of range

Issue #8 resolved
Benjamin Klum repo owner created an issue

Currently, a source value that is out of the min/max range is just ignored. But there are cases in which we want to make sure that the target is set to the lowest (source lower than min) or highest (source greater than max) value instead. This is useful for maintaining a fixed offset for example.

Comments (2)

  1. Log in to comment