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 * 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: * in compliance with the License. You may obtain a copy of the License at:
@@ -14,14 +14,16 @@
* *
*/ */
definition( definition(
name: "My first app", name: "SmartThings Mobile",
namespace: "micadeskin", namespace: "Smart things ",
author: "Admilson", author: "Warren Smith",
description: "customized ", description: "App",
category: "Safety & Security", category: "Green Living",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.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 { preferences {