transitionToNewOperationMode() is currently void. This would have to change to returning the submode enum. This was an issue found in testing the events that we miss the event transition from going...
transitionToNewOperationMode() is currently void. This would have to change to returning the submode enum. This was an issue found in testing the events that we miss the event transition from going to new modes and needed the code change down at line ~380.
Do we want to change transitionToNewOperationMode() to return sub mode?