Site updated at 2017-01-28 23:51:21 UTC

This commit is contained in:
Travis CI 2017-01-28 23:51:21 +00:00
parent c266a3ed25
commit 017e728923
553 changed files with 10016 additions and 2343 deletions

View file

@ -92,6 +92,31 @@
<p>To get your Z-Wave locks working with Home Assistant, follow the instructions for the general <a href="/components/zwave/">Z-Wave component</a>.</p>
<p>Z-Wave locks will expose three services under the lock domain to manage usercodes if the lock supports it:</p>
<table>
<thead>
<tr>
<th>Service</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>clear_usercode</td>
<td>Clears a usercode at code_slot X. Valid code_slots are 1-254, but max is defined by the lock.</td>
</tr>
<tr>
<td>get_usercode</td>
<td>Get a usercode from the lock at code_slot. Valid code_slots are 1-254, but max is defined by the lock.</td>
</tr>
<tr>
<td>set_usercode</td>
<td>Sets usercode to X at code_slot Y. Valid usercodes are at least 4 digits, and max defined by the lock.</td>
</tr>
</tbody>
</table>
</article>