Index: leahi_dialin/common/fp_defs.py =================================================================== diff -u -rd3147dff7c95e3ab5a507591ce5b9e1e74911a19 -r3715028b608b10e1d440a8a738c8a4f70d3d411b --- leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision d3147dff7c95e3ab5a507591ce5b9e1e74911a19) +++ leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 3715028b608b10e1d440a8a738c8a4f70d3d411b) @@ -14,7 +14,6 @@ # ############################################################################ - from enum import unique from aenum import extend_enum from typing import TYPE_CHECKING @@ -24,7 +23,6 @@ from ..utils.base import DialinEnum - class FP_Defs: # IDE autocomplete suppor @@ -344,8 +342,8 @@ 'P19_TEMP' : 6, # P19 temperature from outlet conductivity sensor. 'P7_TEMP' : 7, # Temperature at p7 flow meter 'P16_TEMP' : 8, # Temperature at p16 flow meter - 'P7_INTERNAL_TEMP' : 9, # Interal Temperature at p7 flow meter - 'P16_INTERNAL_TEMP' : 10, # Interal Temperature at p16 flow meter + 'P7_INTERNAL_TEMP' : 9, # Internal Temperature at p7 flow meter + 'P16_INTERNAL_TEMP' : 10, # Internal Temperature at p16 flow meter 'NUM_OF_TEMPERATURE_SENSORS' : 11, # Number of Temperature Sensors } else: