Skip to content

Commit

Permalink
readd the device libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuckton committed Oct 20, 2023
1 parent cf5fde9 commit dc068d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/mapsmessaging/MessageDaemon.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import io.mapsmessaging.engine.session.SecurityManager;
import io.mapsmessaging.engine.session.SessionManager;
import io.mapsmessaging.engine.system.SystemTopicManager;
import io.mapsmessaging.hardware.DeviceManager;
import io.mapsmessaging.logging.Logger;
import io.mapsmessaging.logging.LoggerFactory;
import io.mapsmessaging.logging.ServerLogMessages;
Expand Down Expand Up @@ -173,7 +174,7 @@ private void createAgentStartStopList(String path) throws IOException {
addToMap(120, 40, new RestApiServerManager());
addToMap(200, 2, new ServerConnectionManager());
addToMap(210, 0, new RoutingManager());
// addToMap(220, 7, new DeviceManager());
addToMap(220, 7, new DeviceManager());
}

private void addToMap(int start, int stop, Agent agent) {
Expand Down

0 comments on commit dc068d7

Please sign in to comment.