From 470f1560375711f3c3e000f1ea42e6de2a493a58 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Fri, 17 Apr 2020 13:45:41 -0700 Subject: [PATCH] Create empty_app.groovy --- official/empty_app.groovy | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 official/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() +{ + +} -- 2.34.1