Skip to content

Commit f7d0313

Browse files
chore: add operating room advanced monitoring task to the system
1 parent 1f86895 commit f7d0313

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

room_control_unit/room_control_unit.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ void setup() {
2323
System::getInstance()->addTask(new LuminosityMonitoring(LUMINOSITY_PERIOD, getLuminosityMonitoringContext(eventList)));
2424
System::getInstance()->addTask(new PresenceMonitoring(PRESENCE_MONITORING_PERIOD, getPresenceMonitoringContext(eventList)));
2525
System::getInstance()->addTask(new PeopleTracking(PEOPLE_TRACKING_PERIOD, getPeopleTrackingContext(eventList)));
26+
System::getInstance()->addTask(new ORAdvancedMonitoring(OR_ADVANCE_MONITORING_PERIOD, getORAdvancedMonitoringContext(eventList)));
2627
}
2728

2829
void loop() {

0 commit comments

Comments
 (0)