Create empty_app.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Fri, 17 Apr 2020 20:45:41 +0000 (13:45 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Fri, 17 Apr 2020 20:45:41 +0000 (13:45 -0700)
official/empty_app.groovy [new file with mode: 0644]

diff --git a/official/empty_app.groovy b/official/empty_app.groovy
new file mode 100644 (file)
index 0000000..18d1416
--- /dev/null
@@ -0,0 +1,20 @@
+definition(
+    name: "Empty App",
+    namespace: "smartthings",
+    author: "SmartThings",
+    description: "Empty app",
+)
+
+preferences {
+       
+}
+
+def installed()
+{
+
+}
+
+def updated()
+{
+
+}