H.)
Halt() Exit the current running script. Example: Halt()
HTTPGet( url ) Send an HTTP Get command to the provided address and return the contents Example: HTTPGet("http://192.168.0.10/decoder_control.cgi?command=35&onestep=5&user=admin&pwd=admin") Example: [i]$temp = HTTPGet("http://192.168.0.15/GetTemperature.cgi ")