Site updated at 2017-08-10 10:34:45 UTC
This commit is contained in:
parent
d7ab31acf4
commit
7c3efaf31f
26 changed files with 45 additions and 45 deletions
|
@ -149,12 +149,12 @@
|
|||
<tr>
|
||||
<td><code class="highlighter-rouge">name</code></td>
|
||||
<td>Host name or “Unnamed Device”</td>
|
||||
<td>The friendly name of the device</td>
|
||||
<td>The friendly name of the device.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">mac</code></td>
|
||||
<td>None</td>
|
||||
<td>The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP</td>
|
||||
<td>The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">picture</code></td>
|
||||
|
@ -169,22 +169,22 @@
|
|||
<tr>
|
||||
<td><code class="highlighter-rouge">gravatar</code></td>
|
||||
<td>None</td>
|
||||
<td>An email address for the device’s owner. If provided, it will override <code class="highlighter-rouge">picture</code></td>
|
||||
<td>An email address for the device’s owner. If provided, it will override <code class="highlighter-rouge">picture</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">track</code></td>
|
||||
<td>[uses platform setting]</td>
|
||||
<td>If <code class="highlighter-rouge">yes</code>/<code class="highlighter-rouge">on</code>/<code class="highlighter-rouge">true</code> then the device will be tracked. Otherwise its location and state will not update</td>
|
||||
<td>If <code class="highlighter-rouge">yes</code>/<code class="highlighter-rouge">on</code>/<code class="highlighter-rouge">true</code> then the device will be tracked. Otherwise its location and state will not update.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">hide_if_away</code></td>
|
||||
<td>False</td>
|
||||
<td>If <code class="highlighter-rouge">yes</code>/<code class="highlighter-rouge">on</code>/<code class="highlighter-rouge">true</code> then the device will be hidden if it is not at home</td>
|
||||
<td>If <code class="highlighter-rouge">yes</code>/<code class="highlighter-rouge">on</code>/<code class="highlighter-rouge">true</code> then the device will be hidden if it is not at home.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">consider_home</code></td>
|
||||
<td>[uses platform setting]</td>
|
||||
<td>Allows you to override the global <code class="highlighter-rouge">consider_home</code> setting from the platform configuration on a per device level</td>
|
||||
<td>Seconds to wait till marking someone as not home after not being seen. Allows you to override the global <code class="highlighter-rouge">consider_home</code> setting from the platform configuration on a per device level.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue