Create empty_app.groovy
[smartapps.git] / official / empty_app.groovy
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()
+{
+
+}