From: Rahmadi Trimananda Date: Fri, 17 Apr 2020 20:45:41 +0000 (-0700) Subject: Create empty_app.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=470f1560375711f3c3e000f1ea42e6de2a493a58;p=smartapps.git Create empty_app.groovy --- diff --git a/official/empty_app.groovy b/official/empty_app.groovy new file mode 100644 index 0000000..18d1416 --- /dev/null +++ b/official/empty_app.groovy @@ -0,0 +1,20 @@ +definition( + name: "Empty App", + namespace: "smartthings", + author: "SmartThings", + description: "Empty app", +) + +preferences { + +} + +def installed() +{ + +} + +def updated() +{ + +}