Site updated at 2015-09-10 19:39:00 UTC
This commit is contained in:
parent
718cb79e66
commit
3ce314c0a7
82 changed files with 2127 additions and 953 deletions
|
@ -132,6 +132,23 @@ Integrate your <a href="https://efergy.com">Efergy</a> meter information into Ho
|
|||
</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>app_token</strong> (<em>Required</em>): The App Token for your account.</li>
|
||||
<li><strong>utc_offset</strong> (<em>Required</em>): Some variables (currently only the daily_cost) require that the
|
||||
negative number of minutes your timezone is ahead/behind UTC time.</li>
|
||||
<li><strong>monitored_variables</strong> array (<em>Required</em>): Variables to monitor.
|
||||
|
||||
<ul>
|
||||
<li><strong>type</strong> (<em>Required</em>): Name of the variable.</li>
|
||||
<li><strong>period</strong> (<em>Optional</em>): Some variables take a period argument. Valid options are “day”, “week”, “month”, and “year”.</li>
|
||||
<li><strong>currency</strong> (<em>Optional</em>): This is used to display the cost/period as the unit when monitoring the cost. It should correspond to the actual currency used in your dashboard.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue