Compare commits

..

1 Commits

Author SHA1 Message Date
IPL_DevAccount
dbf8d80504 MSA-1854: This App is made for IJINI Robot IoT Controling system.
(The only devices that can be supported are the switches. However, we will expand support.)
2017-03-22 02:15:32 -07:00

View File

@@ -13,48 +13,12 @@
* for the specific language governing permissions and limitations under the License.
*
*/
/*definition(
name: "IJINI",
namespace: "IJINI",
author: "IPL_DevAccount",
description: "this Application will receive request that send by IJINI(Robot).",
category: "Convenience",
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")
preferences {
section("Title") {
// TODO: put inputs here
}
}
def installed() {
log.debug "Installed with settings: ${settings}"
initialize()
}
def updated() {
log.debug "Updated with settings: ${settings}"
unsubscribe()
initialize()
}
def initialize() {
// TODO: subscribe to attributes, devices, locations, etc.
}*/
// TODO: implement event handlers
definition(
name: "IJINI",
namespace: "IJINI",
namespace: "global.ipl.IJINI",
author: "IPL_DevAccount",
description: "this Application will receive request that send by IJINI(Robot).",
category: "Convenience",
description: "IJINI SUPPORTING APP",
category: "SmartThings Labs",
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")