Changing the alarm/siren driver - make it always authenticate when it is to make...
[iot2.git] / benchmarks / Java / Lifxtest / Lifxtest.java
index 1c307147389e7f49d8016b2bd40723278c5e9dfa..64469f5481a68b5f2172dc3db83f4635fb273197 100644 (file)
@@ -68,7 +68,7 @@ public class Lifxtest {
                                lifx.setColor(lifx.getHue(), lifx.getSaturation(), i);
                                Thread.sleep(500);
                        }
-
+                        lifx.turnOff();
                        //thread.join();
                }
        }