Skip to content

Commit

Permalink
create docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Mar 31, 2021
1 parent 4c925f4 commit 46a46ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions html/pyeasee/charger.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Set charger max current</p></div>
</dd>
<dt id="pyeasee.charger.Charger.set_max_offline_charger_circuit_current"><code class="name flex">
<span>async def <span class="ident">set_max_offline_charger_circuit_current</span></span>(<span>self, currentP1: int, currentP2: int = None, currentP3: int = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Set circuit max offline current for charger, fallback value for limit if charger is offline</p></div>
</dd>
<dt id="pyeasee.charger.Charger.smartButtonEnabled"><code class="name flex">
<span>async def <span class="ident">smartButtonEnabled</span></span>(<span>self, enable: bool)</span>
</code></dt>
Expand Down Expand Up @@ -324,6 +330,7 @@ <h4><code><a title="pyeasee.charger.Charger" href="#pyeasee.charger.Charger">Cha
<li><code><a title="pyeasee.charger.Charger.set_dynamic_charger_current" href="#pyeasee.charger.Charger.set_dynamic_charger_current">set_dynamic_charger_current</a></code></li>
<li><code><a title="pyeasee.charger.Charger.set_max_charger_circuit_current" href="#pyeasee.charger.Charger.set_max_charger_circuit_current">set_max_charger_circuit_current</a></code></li>
<li><code><a title="pyeasee.charger.Charger.set_max_charger_current" href="#pyeasee.charger.Charger.set_max_charger_current">set_max_charger_current</a></code></li>
<li><code><a title="pyeasee.charger.Charger.set_max_offline_charger_circuit_current" href="#pyeasee.charger.Charger.set_max_offline_charger_circuit_current">set_max_offline_charger_circuit_current</a></code></li>
<li><code><a title="pyeasee.charger.Charger.smartButtonEnabled" href="#pyeasee.charger.Charger.smartButtonEnabled">smartButtonEnabled</a></code></li>
<li><code><a title="pyeasee.charger.Charger.smart_charging" href="#pyeasee.charger.Charger.smart_charging">smart_charging</a></code></li>
<li><code><a title="pyeasee.charger.Charger.start" href="#pyeasee.charger.Charger.start">start</a></code></li>
Expand Down
7 changes: 7 additions & 0 deletions html/pyeasee/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ <h3>Methods</h3>
<dd>
<div class="desc"><p>Set circuit max current</p></div>
</dd>
<dt id="pyeasee.site.Circuit.set_max_offline_current"><code class="name flex">
<span>async def <span class="ident">set_max_offline_current</span></span>(<span>self, currentP1: int, currentP2: int = None, currentP3: int = None)</span>
</code></dt>
<dd>
<div class="desc"><p>Set circuit max offline current, fallback value for limit if charger is offline</p></div>
</dd>
<dt id="pyeasee.site.Circuit.set_rated_current"><code class="name flex">
<span>async def <span class="ident">set_rated_current</span></span>(<span>self, ratedCurrentFuseValue: int)</span>
</code></dt>
Expand Down Expand Up @@ -240,6 +246,7 @@ <h4><code><a title="pyeasee.site.Circuit" href="#pyeasee.site.Circuit">Circuit</
<li><code><a title="pyeasee.site.Circuit.get_chargers" href="#pyeasee.site.Circuit.get_chargers">get_chargers</a></code></li>
<li><code><a title="pyeasee.site.Circuit.set_dynamic_current" href="#pyeasee.site.Circuit.set_dynamic_current">set_dynamic_current</a></code></li>
<li><code><a title="pyeasee.site.Circuit.set_max_current" href="#pyeasee.site.Circuit.set_max_current">set_max_current</a></code></li>
<li><code><a title="pyeasee.site.Circuit.set_max_offline_current" href="#pyeasee.site.Circuit.set_max_offline_current">set_max_offline_current</a></code></li>
<li><code><a title="pyeasee.site.Circuit.set_rated_current" href="#pyeasee.site.Circuit.set_rated_current">set_rated_current</a></code></li>
</ul>
</li>
Expand Down

0 comments on commit 46a46ef

Please sign in to comment.