Index: firmware/App/Monitors/Level.h =================================================================== diff -u -r37d6f3341f62349589f63975779c0df952c0cfd4 -r902889c30391b6ca8c9f19adfd3c841c86a5d49f --- firmware/App/Monitors/Level.h (.../Level.h) (revision 37d6f3341f62349589f63975779c0df952c0cfd4) +++ firmware/App/Monitors/Level.h (.../Level.h) (revision 902889c30391b6ca8c9f19adfd3c841c86a5d49f) @@ -37,12 +37,12 @@ { D46_LEVL = 0, ///< Spent dialysate air separation chamber level low or high status FIRST_LEVEL = D46_LEVL, - D63_LEVL, ///< Bicarb upper level low or high status - D98_LEVL, ///< Bicarb lower level low or high status + D63_LEVL, ///< Bicarb lower level conductive level sensor low or high status + D98_LEVL, ///< Bicarb upper level conductive level sensor low or high status LAST_LEVEL = D98_LEVL, - D6_LEVL, ///< floater switch low, medium and high status + D6_LEVL, ///< DD float level sensor low, medium and high status FIRST_FLOAT = D6_LEVL, - P25_LEVL, ///< FP level sensor + P25_LEVL, ///< FP float level sensor low medium high status LAST_FLOAT = P25_LEVL, NUM_OF_LEVELS ///< Number of levels } LEVEL_T;