mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-09 13:21:53 +00:00
MSA-1644: THis is allow integration of Foscam with Smartthings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user