Compare commits

..

1 Commits

Author SHA1 Message Date
이진희
25d926ed15 MSA-981: test입니다 2016-03-23 02:36:14 -05:00
2 changed files with 9 additions and 10 deletions

View File

@@ -251,4 +251,4 @@ def huesatToRGB(float hue, float sat) {
case 4: return [t, p, 255] case 4: return [t, p, 255]
case 5: return [255, p, q] case 5: return [255, p, q]
} }
} }

View File

@@ -1,7 +1,7 @@
/** /**
* 1 * test
* *
* Copyright 2016 * Copyright 2016
* *
* 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,15 +14,14 @@
* *
*/ */
definition( definition(
name: "테스트1", name: "test 앱",
namespace: "김천래", namespace: "test앱",
author: "김천래", author: "이진희",
description: "\uD14C\uC2A4\uD2B81", description: "\uD14C\uC2A4\uD2B8\uC785\uB2C8\uB2E4",
category: "Convenience", category: "",
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")
oauth: true)
preferences { preferences {