mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-17 13:10:52 +00:00
MSA-1644: THis is allow integration of Foscam with Smartthings
This commit is contained in:
@@ -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 Internal",
|
category: "SmartThings Labs",
|
||||||
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
|
||||||
@@ -245,4 +245,4 @@ private String hexToString(String txtInHex)
|
|||||||
txtInByte[j++] = Byte.parseByte(txtInHex.substring(i, i + 2), 16);
|
txtInByte[j++] = Byte.parseByte(txtInHex.substring(i, i + 2), 16);
|
||||||
}
|
}
|
||||||
return new String(txtInByte);
|
return new String(txtInByte);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user