data/config/item_modifiers.yaml in openc3-5.12.0 vs data/config/item_modifiers.yaml in openc3-5.13.0
- old
+ new
@@ -30,11 +30,10 @@
description: The color the state should be displayed as
values: ['GREEN', 'YELLOW', 'RED']
READ_CONVERSION:
summary: Applies a conversion to the current telemetry item
description: Conversions are implemented in a custom Ruby file which should be
- located in the target's lib folder and required by the target's target.txt
- file (see REQUIRE). The class must require 'openc3/conversions/conversion'
+ located in the target's lib folder. The class must require 'openc3/conversions/conversion'
and inherit from Conversion. It must implement the initialize method if it
takes extra parameters and must always implement the call method. The conversion
factor is applied to the raw value in the telemetry packet before it is displayed
to the user. The user still has the ability to see the raw unconverted value
in a details dialog.