Skip to content

Commit

Permalink
Merge pull request #23 from seancolyer/master
Browse files Browse the repository at this point in the history
Switch from ESPI_INTERVAL to ESPI_AMI
  • Loading branch information
mcolyer committed Aug 18, 2012
2 parents 0a06937 + 95fb649 commit 8f4d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smartermeter/service.rb
Expand Up @@ -63,7 +63,7 @@ def fetch_espi(date)

begin
form = @data_page.forms.first
form.radiobutton_with(:name => 'exportFormat', :value => 'ESPI_INTERVAL').check
form.radiobutton_with(:name => 'exportFormat', :value => 'ESPI_AMI').check
form['from'] = date.strftime("%m/%d/%Y")
form['to'] = date.strftime("%m/%d/%Y")
espi_xml_zip = form.submit
Expand Down

0 comments on commit 8f4d42b

Please sign in to comment.