Mercurial > ~darius > hgwebdir.cgi > agl
comparison agl.py @ 6:2e50426c946f
Use correct name for power_exported
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 11 Sep 2017 16:47:54 +0930 |
parents | b42baa411817 |
children | 27540ac7879d |
comparison
equal
deleted
inserted
replaced
5:b42baa411817 | 6:2e50426c946f |
---|---|
139 names = { | 139 names = { |
140 'battery_charge' : 'Battery Charge', | 140 'battery_charge' : 'Battery Charge', |
141 'battery_power' : 'Battery Power', | 141 'battery_power' : 'Battery Power', |
142 'power_consumed' : 'Power Consumed', | 142 'power_consumed' : 'Power Consumed', |
143 'power_expected' : 'Power Expected', | 143 'power_expected' : 'Power Expected', |
144 'power_exported' : 'Power Expected', | 144 'power_exported' : 'Power Exported', |
145 'power_generated' : 'Power Generated', | 145 'power_generated' : 'Power Generated', |
146 'power_imported' : 'Power Imported', | 146 'power_imported' : 'Power Imported', |
147 'estimated_savings' : 'Estimated Savings', | 147 'estimated_savings' : 'Estimated Savings', |
148 'pv_forecast' : 'PV Forecast', | 148 'pv_forecast' : 'PV Forecast', |
149 'pv_gen_battery' : 'PV Generation Battery', | 149 'pv_gen_battery' : 'PV Generation Battery', |