diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp
index 2fcb88734e447f94961aebba00b67437d12b2442..05e7770692b63a94639ed3691bb31715a36c60b5 100644
--- a/src/Services/EventActionService.cpp
+++ b/src/Services/EventActionService.cpp
@@ -68,7 +68,9 @@ void EventActionService::requestEventActionDefinitionStatus(Message message) {
 
 void EventActionService::eventActionStatusReport() {
 	// TM[19,7]
+	Message report = createTM(7);
 
+	storeMessage(report);
 }
 
 void EventActionService::enableEventActionFunction(Message message) {