Index: firmware/App/Controllers/AirTrap.h =================================================================== diff -u -r07c1dbf3b8227766cb584352d9ea86e230270260 -r9d11c51da60da3f8d2917433938a583f8a105318 --- firmware/App/Controllers/AirTrap.h (.../AirTrap.h) (revision 07c1dbf3b8227766cb584352d9ea86e230270260) +++ firmware/App/Controllers/AirTrap.h (.../AirTrap.h) (revision 9d11c51da60da3f8d2917433938a583f8a105318) @@ -44,6 +44,7 @@ U32 h13State; ///< Is air trap intake valve open or closed U32 h20State; ///< Is air trap outlet valve open or closed BOOL isAutoControlling; ///< Flag indicates whether air trap level is being auto controlled + U32 airTrapState; ///< Air trap state } AIR_TRAP_PAYLOAD_T; #pragma pack(pop) @@ -61,6 +62,8 @@ BOOL testAirTrapDataPublishIntervalOverride( MESSAGE_T *message ); BOOL testSetAirTrapControl( MESSAGE_T *message ); +BOOL testAirPumpPowerRaiseOverride( MESSAGE_T *message ); +BOOL testAirPumpPowerLowerOverride( MESSAGE_T *message ); /**@}*/