From 328df5492a7940b6278956ab0947e7438a0abbd1 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Sun, 16 Dec 2018 16:39:14 +0200 Subject: [PATCH] Getting functions ready to add usability --- src/Services/EventActionService.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp index 2fcb8873..05e77706 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) { -- GitLab