Compare commits

..

1 Commits

Author SHA1 Message Date
Vinay Rao
083ed7cc9a Merge pull request #1518 from SmartThingsCommunity/staging
Rolling up staging to prod for deploy
2016-12-07 12:41:33 -08:00

View File

@@ -21,7 +21,7 @@ definition(
namespace: "smartthings",
author: "SmartThings",
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",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam@2x.png",
singleInstance: true
@@ -245,4 +245,4 @@ private String hexToString(String txtInHex)
txtInByte[j++] = Byte.parseByte(txtInHex.substring(i, i + 2), 16);
}
return new String(txtInByte);
}
}