Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -84,12 +84,12 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Optional</em>): The address to retreive status from the router. Defaults to <code class="highlighter-rouge">testwifi.here</code> (other options include <code class="highlighter-rouge">onhub.here</code> and your routers IP such as <code class="highlighter-rouge">192.168.86.1</code>).</li>
<li><strong>host</strong> (<em>Optional</em>): The address to retrieve status from the router. Defaults to <code class="highlighter-rouge">testwifi.here</code> (other options include <code class="highlighter-rouge">onhub.here</code> and your routers IP such as <code class="highlighter-rouge">192.168.86.1</code>).</li>
<li><strong>name</strong> (<em>Optional</em>): Name to give the Google Wifi sensor. Defaults to <code class="highlighter-rouge">google_wifi</code>.</li>
<li><strong>monitored_conditions</strong> array (<em>Optional</em>): Defines the data to monitor as sensors. Defaults to all of the listed options below.
<ul>
<li><strong>current_version</strong>: Current firmware version of the router.</li>
<li><strong>new_version</strong>: Latest availiable firmware version. If router is up-to-date, this value defaults to <code class="highlighter-rouge">Latest</code>.</li>
<li><strong>new_version</strong>: Latest available firmware version. If router is up-to-date, this value defaults to <code class="highlighter-rouge">Latest</code>.</li>
<li><strong>uptime</strong>: Days since router has been turned on.</li>
<li><strong>last_restart</strong>: Date of last restart. Format is <code class="highlighter-rouge">YYYY-MM-DD HH:mm:SS</code>.</li>
<li><strong>local_ip</strong>: Local public IP address.</li>