Index: dialin/dg/events.py =================================================================== diff -u -r2e20a6df69477c796f8c8912ff77cf3b1c1c1b45 -r0d32005d2d1115b2f92cbe55a30590ffe54fac39 --- dialin/dg/events.py (.../events.py) (revision 2e20a6df69477c796f8c8912ff77cf3b1c1c1b45) +++ dialin/dg/events.py (.../events.py) (revision 0d32005d2d1115b2f92cbe55a30590ffe54fac39) @@ -65,7 +65,9 @@ DGOpModes.DG_MODE_DRAI.name: DGDrainModeStates, DGOpModes.DG_MODE_FLUS.name: DGFlushStates, DGOpModes.DG_MODE_HEAT.name: DGHeatDisinfectStates, - DGOpModes.DG_MODE_CHEM.name: DGChemicalDisinfectStates} + DGOpModes.DG_MODE_HCOL.name: DGHeatDisinfectActiveCoolStates, + DGOpModes.DG_MODE_CHEM.name: DGChemicalDisinfectStates, + DGOpModes.DG_MODE_CHFL.name: DGChemDisinfectFlushStates} # Loop through the list of the DG events enums and initial the event dictionary. Each event is a key in the # dictionary and the value is a list.