Index: sources/view/hd/data/VHDTreatmentStatesData.h =================================================================== diff -u -r2d37388a2b6651ea4002d6720e933315e0ba7fa3 -r28a383251ad37c669202c0a717ff90b8fc21a442 --- sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 2d37388a2b6651ea4002d6720e933315e0ba7fa3) +++ sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 28a383251ad37c669202c0a717ff90b8fc21a442) @@ -100,7 +100,7 @@ PROPERTY( bool , txRinseback , false) ///< TREATMENT_RINSEBACK_STATE Perform rinseback with saline. Dialyzer bypassed. Dialysate recirculating // Rinseback States - PROPERTY( bool , rbSInit , false) ///< Start state (stopped) of the rinseback sub-mode state machine + PROPERTY( bool , rbInit , false) ///< Start state (stopped) of the rinseback sub-mode state machine PROPERTY( bool , rbRun , false) ///< Rinseback running state of the rinseback sub-mode state machine PROPERTY( bool , rbPaused , false) ///< Rinseback paused state of the rinseback sub-mode state machine PROPERTY( bool , rbStop , false) ///< Rinseback stopped (done) state of the rinseback sub-mode state machine