File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/io/mapsmessaging Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 26
26
import io .mapsmessaging .engine .session .SecurityManager ;
27
27
import io .mapsmessaging .engine .session .SessionManager ;
28
28
import io .mapsmessaging .engine .system .SystemTopicManager ;
29
+ import io .mapsmessaging .hardware .DeviceManager ;
29
30
import io .mapsmessaging .logging .Logger ;
30
31
import io .mapsmessaging .logging .LoggerFactory ;
31
32
import io .mapsmessaging .logging .ServerLogMessages ;
@@ -173,7 +174,7 @@ private void createAgentStartStopList(String path) throws IOException {
173
174
addToMap (120 , 40 , new RestApiServerManager ());
174
175
addToMap (200 , 2 , new ServerConnectionManager ());
175
176
addToMap (210 , 0 , new RoutingManager ());
176
- // addToMap(220, 7, new DeviceManager());
177
+ addToMap (220 , 7 , new DeviceManager ());
177
178
}
178
179
179
180
private void addToMap (int start , int stop , Agent agent ) {
You can’t perform that action at this time.
0 commit comments