Compare commits

..

1 Commits

Author SHA1 Message Date
Warren Smith
558a353bd5 MSA-1769: Smarter 2017-02-05 06:31:24 -08:00

View File

@@ -1,7 +1,7 @@
/**
* My first app
* SmartThings Mobile
*
* Copyright 2017 Admilson
* Copyright 2017 Warren Smith
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
@@ -14,14 +14,16 @@
*
*/
definition(
name: "My first app",
namespace: "micadeskin",
author: "Admilson",
description: "customized ",
category: "Safety & Security",
name: "SmartThings Mobile",
namespace: "Smart things ",
author: "Warren Smith",
description: "App",
category: "Green Living",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.png",
iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.png")
iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.png") {
appSetting "SmartThings"
}
preferences {