Index: leahi_dialin/common/fp_defs.py =================================================================== diff -u -r14adcf33a5a509f27095a3a61cf45af61cd2baff -r84acaf1903111d7ad7225a8eab478b4ecd0e1bfb --- leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 14adcf33a5a509f27095a3a61cf45af61cd2baff) +++ leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 84acaf1903111d7ad7225a8eab478b4ecd0e1bfb) @@ -131,9 +131,7 @@ class FPTemperaturesNames(DialinEnum): P10_TEMP = 1 # P10 temperature from inlet conductivity sensor. P19_TEMP = 2 # P19 temperature from outlet conductivity sensor. - P7_TEMP = 3 # Temperature at p7 flow meter - P16_TEMP = 4 # Temperature at p16 flow meter - NUM_OF_TEMPERATURE_SENSORS = 5 # Number of Temperature Sensors + NUM_OF_TEMPERATURE_SENSORS = 3 # Number of Temperature Sensors @unique class FPValveStates(DialinEnum):