Compare commits

..

1 Commits

Author SHA1 Message Date
Admilson
6a91c62461 MSA-1767: Este aplicativo tem a função de avisar, em caso de intruso entre em sua propriedade.
Tem como objetivo fazer um video de 2 minutos e enviar.
Caso a porta abra a camera comeca a filmar.
2017-02-04 12:05:47 -08:00

View File

@@ -1,7 +1,7 @@
/** /**
* SmartThings Mobile * My first app
* *
* Copyright 2017 Warren Smith * Copyright 2017 Admilson
* *
* 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,16 +14,14 @@
* *
*/ */
definition( definition(
name: "SmartThings Mobile", name: "My first app",
namespace: "Smart things ", namespace: "micadeskin",
author: "Warren Smith", author: "Admilson",
description: "App", description: "customized ",
category: "Green Living", category: "Safety & Security",
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 {