Skip to content

Commit

Permalink
Deploying to gh-pages from @ smarthomeNG/plugins@daa2537 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
psilo909 committed Feb 23, 2024
1 parent 8260e07 commit cdda457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/plugins/nuki/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ whenever these door state was changed (only Nuki 2.0!). Find the list with the p


##### battery
If you declare an item with the attribute `nuki_trigger: state`, this item holds the actual battery state of your
If you declare an item with the attribute `nuki_trigger: battery`, this item holds the actual battery state of your
Nuki lock.

* 0 (Batteries are good. No need to replace it.)
Expand Down
2 changes: 1 addition & 1 deletion entwicklung/core/core_shng.html
Original file line number Diff line number Diff line change
Expand Up @@ -5645,7 +5645,7 @@ <h2>smarthome.py<a class="headerlink" href="#smarthome-py" title="Permalink to t
the main oject, which is an instance of this class. Mostly it is referred to as <code class="docutils literal notranslate"><span class="pre">sh</span></code>, <code class="docutils literal notranslate"><span class="pre">_sh</span></code> or <code class="docutils literal notranslate"><span class="pre">smarthome</span></code>.</p>
<dl class="py attribute">
<dt class="sig sig-object py" id="lib.smarthome.SmartHome.BASE">
<span class="sig-name descname"><span class="pre">BASE</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'/home/runner/work/smarthome/smarthome/smarthomeng'</span></em><a class="headerlink" href="#lib.smarthome.SmartHome.BASE" title="Link zu dieser Definition"></a></dt>
<span class="sig-name descname"><span class="pre">BASE</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'/home/runner/work/plugins/plugins/smarthomeng'</span></em><a class="headerlink" href="#lib.smarthome.SmartHome.BASE" title="Link zu dieser Definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
Expand Down
2 changes: 1 addition & 1 deletion plugins/nuki/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -5724,7 +5724,7 @@ <h5>doorstate<a class="headerlink" href="#doorstate" title="Permalink to this he
</section>
<section id="battery">
<h5>battery<a class="headerlink" href="#battery" title="Permalink to this heading"></a></h5>
<p>If you declare an item with the attribute <code class="docutils literal notranslate"><span class="pre">nuki_trigger:</span> <span class="pre">state</span></code>, this item holds the actual battery state of your
<p>If you declare an item with the attribute <code class="docutils literal notranslate"><span class="pre">nuki_trigger:</span> <span class="pre">battery</span></code>, this item holds the actual battery state of your
Nuki lock.</p>
<ul class="simple">
<li><p>0 (Batteries are good. No need to replace it.)</p></li>
Expand Down

0 comments on commit cdda457

Please sign in to comment.