Index: dialin/dg/events.py =================================================================== diff -u -r35c62a4a697d9741b93ca2dfbd7afba33988a953 -r6f442619cef8a8368c452f04e578c3b20e50218d --- dialin/dg/events.py (.../events.py) (revision 35c62a4a697d9741b93ca2dfbd7afba33988a953) +++ dialin/dg/events.py (.../events.py) (revision 6f442619cef8a8368c452f04e578c3b20e50218d) @@ -39,7 +39,8 @@ 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_CHEM.name: DGChemicalDisinfectStates, + DGOpModes.DG_MODE_FAUL.name: DGFaultStates} # 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.