Index: firmware/App/Controllers/Valves.h =================================================================== diff -u -rb569bc796c56acd5d94d468386f5f42c350cad65 -r23e8d8f0b87d4b5da99eae0182b13bf0b5f4e9e9 --- firmware/App/Controllers/Valves.h (.../Valves.h) (revision b569bc796c56acd5d94d468386f5f42c350cad65) +++ firmware/App/Controllers/Valves.h (.../Valves.h) (revision 23e8d8f0b87d4b5da99eae0182b13bf0b5f4e9e9) @@ -7,8 +7,8 @@ * * @file Valves.h * -* @author (last) “Raghu -* @date (last) 03-Feb-2026 +* @author (last) Arpita Srivastava +* @date (last) 09-Feb-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -72,6 +72,7 @@ /// Balancing chamber valve states override structure typedef struct { + BOOL reset; ///< Reset (bool) U32 valveStatesBits; ///< Bits indicating whether balancing chamber valve states should be open(1) or closed(0). } DD_BC_VALVE_OVERRIDE_PAYLOAD_T; #pragma pack(pop)