#!/bin/sh

PROBE_DEVICE_IP=''
#!/bin/sh
#
#Prints the ip address of the attached energy probe device.
#
#Usage: ``lava-probe-ip``

echo "${PROBE_DEVICE_IP}"
