canconnect
Attempts to connect to a device. Sets variable to True if connection is successful, False otherwise
Attributes:
var: the variable to store the result in
device: the name of the device
Example:
<canconnect var="isconnected" device="MyDevice" />