Compare commits

..

1 Commits

Author SHA1 Message Date
Mihail
d244af5d6d MSA-1643: table light 2016-12-08 15:54:22 -08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ definition(
namespace: "smartthings", namespace: "smartthings",
author: "SmartThings", author: "SmartThings",
description: "Connect and take pictures using your Foscam camera from inside the Smartthings app.", description: "Connect and take pictures using your Foscam camera from inside the Smartthings app.",
category: "SmartThings Labs", category: "SmartThings Internal",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam.png", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam.png",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam@2x.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam@2x.png",
singleInstance: true singleInstance: true

View File

@@ -1787,4 +1787,3 @@ def hsvToHex(hue, sat, value = 100){
return "#$r1$g1$b1" return "#$r1$g1$b1"
} }