Commit #9: update to previous commit
[smartthings-infrastructure.git] / Switch / aa.groovy
diff --git a/Switch/aa.groovy b/Switch/aa.groovy
deleted file mode 100644 (file)
index 39184b0..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/////
-
-def preferences(Closure Input) {
-       find(Input)
-}
-
-def input(String Inp) {
-       println(Inp)
-}
-
-preferences {
-       def d = 1
-       if (d==1)
-               println "salam"
-       d=0
-       input "switch1"
-       if (d==0)
-               println "oyo"
-}
-