Changing remote branch to PLRG Git server.
[smartapps.git] / official / empty_app.groovy
1 definition(
2     name: "Empty App",
3     namespace: "smartthings",
4     author: "SmartThings",
5     description: "Empty app",
6 )
7
8 preferences {
9         
10 }
11
12 def installed()
13 {
14
15 }
16
17 def updated()
18 {
19
20 }