We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cd6c1 commit 6f97f21Copy full SHA for 6f97f21
1 file changed
room_control_unit/src/config/ContextProvider.h
@@ -18,6 +18,7 @@
18
#include "../app/logic/baseio/HumiditySensor.h"
19
#include "../app/model/event/Event.h"
20
#include "../app/logic/fsm/thmonitoring/TemperatureHumidityMonitoring.h"
21
+#include "../app/logic/fsm/gatewayexporter/GatewayExporter.h"
22
23
24
@@ -43,5 +44,9 @@ TemperatureHumidityMonitoringContext* getTemperatureHumidityMonitoringContext(Li
43
44
};
45
}
46
47
+GatewayExporterContext* getGatewayExporterContext(List<Event*>* eventList, ExternalGateway* gateway) {
48
+ return new GatewayExporterContext {eventList, gateway};
49
+}
50
+
51
52
#endif
0 commit comments