Compare commits

...

1 Commits

Author SHA1 Message Date
Viernie
05ab9ef25b MSA-1644: THis is allow integration of Foscam with Smartthings 2016-12-09 15:38:24 -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 Internal",
category: "SmartThings Labs",
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);
}
}