Index: firmware/App/Modes/ModePostTreat.h =================================================================== diff -u -r24b2fe72608344e67ef37234085d15ad5e4fcc37 -r8457e008319c5f6b20085918dd1799a7bfe841ca --- firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 24b2fe72608344e67ef37234085d15ad5e4fcc37) +++ firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 8457e008319c5f6b20085918dd1799a7bfe841ca) @@ -78,6 +78,12 @@ U32 waterSampleTestResult; ///< Pass or fail } TREATMENT_LOG_DATA_PAYLOAD_T; +/// Post treatment state data publish +typedef struct +{ + U32 currentPostTreatmentState; ///< Post treatment current state. +} POST_TREATMENT_STATE_DATA_T; + // ********** public function prototypes ********** void initPostTreatmentMode( void ); // Initialize this module