From: amiraj Date: Tue, 2 Jul 2019 22:05:00 +0000 (-0700) Subject: Commit #5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb5dab4687232f2ed3d7faa9e5764e5039b5da26;p=smartthings-infrastructure.git Commit #5 --- diff --git a/Switch/Switching.groovy b/Switch/Switching.groovy index c9a0efb..1b11850 100644 --- a/Switch/Switching.groovy +++ b/Switch/Switching.groovy @@ -21,7 +21,6 @@ public class Switching{ switches = [new Switches(sendEvent, 0, "switch0", "off", "off"), new Switches(sendEvent, 1, "switch1", "off", "off") ,new Switches(sendEvent, 2, "switch2", "off", "off")] } - println("salam") } //By Apps