Site updated at 2017-03-31 19:56:39 UTC

This commit is contained in:
Travis CI 2017-03-31 19:56:39 +00:00
parent 06efddca2c
commit b64ca9095c
26 changed files with 70 additions and 39 deletions

View file

@ -94,6 +94,7 @@
<span class="s">currency</span><span class="pi">:</span> <span class="s">$</span>
<span class="pi">-</span> <span class="s">type</span><span class="pi">:</span> <span class="s">amount</span>
<span class="s">period</span><span class="pi">:</span> <span class="s">day</span>
<span class="pi">-</span> <span class="s">type</span><span class="pi">:</span> <span class="s">current_values</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -109,6 +110,7 @@ negative number of minutes your timezone is ahead/behind UTC time.</li>
<li><strong>budget</strong>: Monthly budget.</li>
<li><strong>cost</strong>: The cost for energy consumption (with the tariff that has been set in Efergy) over a given period.</li>
<li><strong>amount</strong>: The amount of energy consumed over a given period.</li>
<li><strong>current_values</strong>: This returns the current energy usage of each device on your account, as efergy_&lt;sid of device&gt;. If you only have one device in your account, this is effectively the same as instant_readings.</li>
</ul>
</li>
<li><strong>period</strong> (<em>Optional</em>): Some variables take a period argument. Valid options are “day”, “week”, “month”, and “year”.</li>