Skip to content

Instantly share code, notes, and snippets.

@andyoakley
Created June 9, 2012 16:50
Show Gist options
  • Save andyoakley/2901757 to your computer and use it in GitHub Desktop.
Save andyoakley/2901757 to your computer and use it in GitHub Desktop.
Accessing the TED Footprints Dashboard API
$wc = new-object System.Net.WebClient
$xml = [xml]($wc.DownloadString("http://localhost:9090/dashboarddata"))
$voltage = $xml.DashboardData.VrmsNowDsp
$kw = $xml.DashboardData.KWNow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment