What this does
This plug tests a value against a minimum and surfaces the result as a boolean. It asks the caller for value, the figure to measure, and minimum_definition, the floor it is compared against. It returns true through the meets_minimum output when the value sits at or above minimum_definition and false otherwise. Evaluating this by hand or against a stale minimum risks passing a value that no longer clears the intended floor.
Actions · 3



Related plugs · 8