1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/test/fixtures/formulas.yml
2021-02-07 11:02:41 +01:00

15 lines
300 B
YAML

formulas_01:
quantity: quantities_target_above
zero_nil: false
code: value >= above
formulas_02:
quantity: quantities_target_range
zero_nil: false
code: (value >= above) && (value <= 'and below')
formulas_03:
quantity: quantities_target_equal
zero_nil: false
code: value == equal