Exchanging cameras between benchmarks; updating database
[iot2.git] / benchmarks / Java / HomeSecurityController / HomeSecurityController.java
index b6a398a9b5e494f3852c78df84344bb7ba8c34f4..2ef8dc5543c1841a9baf9e15538f6d4817f811de 100644 (file)
@@ -624,11 +624,11 @@ public class HomeSecurityController implements SmartthingsSensorCallback, Smartt
         */
        public void init() {
 
-        System.out.println("DEBUG: Stopping here for debug purposes!");
-        while(true) { }
+        //System.out.println("DEBUG: Stopping here for debug purposes!");
+        //while(true) { }
 
                // Initialize IoTCloud server
-               /*initIoTCloudServer();
+               initIoTCloudServer();
 
                // Iterate over the set of rooms
                for (RoomSmart rm : roomSet.values()) {
@@ -673,7 +673,7 @@ public class HomeSecurityController implements SmartthingsSensorCallback, Smartt
                                }
                        }
 
-               }*/
+               }
        }
 }