Index: leahi_dialin/common/td_defs_proxy.py =================================================================== diff -u -r636775bd0ba262967bcf06e194658b97720e2517 -r2a8cf0f2bb60b82bf059519526e0b15cd08af022 --- leahi_dialin/common/td_defs_proxy.py (.../td_defs_proxy.py) (revision 636775bd0ba262967bcf06e194658b97720e2517) +++ leahi_dialin/common/td_defs_proxy.py (.../td_defs_proxy.py) (revision 2a8cf0f2bb60b82bf059519526e0b15cd08af022) @@ -79,6 +79,7 @@ # Sensor Attributes TDAirPumpAttributes = td_defs.TDAirPumpAttributes + TDAirPumpStates = td_defs.TDAirPumpStates TDAirTrapLevelSensorAttributes = td_defs.TDAirTrapLevelSensorAttributes TDAirTrapState = td_defs.TDAirTrapState TDBloodFlowMotorAttributes = td_defs.TDBloodFlowMotorAttributes @@ -95,4 +96,7 @@ TDTreatmentModalityTypes = td_defs.TDTreatmentModalityTypes TDTreatmentHDFDilution = td_defs.TDTreatmentHDFDilution + # Alarms + AlarmProperties = generic_defs.AlarmProperties + td_enum_repository = TD_Defs()