Index: sources/view/hd/data/VHDOperationModeData.cpp =================================================================== diff -u -r9bb832813fb65bcd633524ba16740dace5d529e5 -r338db0ec87e24176cf7ae55e7371f39c48ee93ee --- sources/view/hd/data/VHDOperationModeData.cpp (.../VHDOperationModeData.cpp) (revision 9bb832813fb65bcd633524ba16740dace5d529e5) +++ sources/view/hd/data/VHDOperationModeData.cpp (.../VHDOperationModeData.cpp) (revision 338db0ec87e24176cf7ae55e7371f39c48ee93ee) @@ -63,11 +63,8 @@ // Brief : *** So actually we have a mixed condition property *** home ( _standby && ( // op_mode of standby is a must for the home screen - ( _standbyStart || _standbyWaitTreatment ) || // actual standby and ready to start a treatment + ( _standbyStart || _standbyWaitTreatment ) // actual standby and ready to start a treatment // disinfection state but getting to home screen to do what allowed in disinfection - ( _standbyDGDisinfectFlushWaitResponse || _standbyDGDisinfectFlushWaitStart || _standbyDGDisinfectFlushInProgress ) || - ( _standbyDGDisinfectHeatWaitResponse || _standbyDGDisinfectHeatWaitStart || _standbyDGDisinfectHeatInProgress ) || - ( _standbyDGDisinfectChemicalWaitResponse || _standbyDGDisinfectChemicalWaitStart || _standbyDGDisinfectChemicalInProgress ) ) ); }