Index: leahi_dialin/common/fp_defs.py =================================================================== diff -u -ra291930ba38e329e2b373f6d2b2a7564a6b7a09a -r914620537399ff9ecc4925fc56f8b8be567d184e --- leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision a291930ba38e329e2b373f6d2b2a7564a6b7a09a) +++ leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 914620537399ff9ecc4925fc56f8b8be567d184e) @@ -159,7 +159,6 @@ P25_LEVEL = 0 # P25 Level sensor NUM_OF_FP_LEVEL_SENSORS = 1 # Number of FP Level Sensors -@unique class FPPressureSensorNames(DialinEnum): M3_PRES = 0 # Water inlet pressure before regulator P8_PRES = 1 # Water inlet pressure after regulator @@ -188,7 +187,6 @@ FB_DUTY_CYCLE_PCT = 8 # Feedback Duty Cycle Percentage attribute for pumps NUM_OF_RO_PUMP_ATTRIBUTES = 9 # Number of pump attributes -@unique class FPTemperaturesNames(DialinEnum): M3_TEMP = 0 # Temperature after pressure regulator (M3) P8_TEMP = 1 # Temperature before inlet conductivity sensor (P8)