Skip to content

Commit

Permalink
table lists test
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance authored Feb 3, 2025
1 parent b12de7d commit b7c3fe6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 65 deletions.
20 changes: 10 additions & 10 deletions docs/html/_sources/protocols.docs.pi30max.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Inquiry Command
2.5 QVFW3<cr>: Another CPU (remote panel) Firmware version inquiry
------------------------------------------------------------------

| Computer: QVFW3<CRC><cr>
| Device: (VERFW: <NNNNN.NN><CRC><cr>
| Computer: ``QVFW3<CRC><cr>``
| Device: ``(VERFW: <NNNNN.NN><CRC><cr>``
| <N> is a HEX number from 0...9 or A...F.
2.6 VERFW:<cr>: Bluetooth version inquiry
Expand Down Expand Up @@ -180,14 +180,14 @@ Inquiry Command
l, JJ.J, Battery under voltage, V, J is an Integer ranging from 0 to 9.
M, KK.K, Battery bulk voltage, V, K is an Integer ranging from 0 to 9.
N, LL.L, Battery float voltage, V, L is an Integer ranging from 0 to 9.
O, O, Battery type, , 0: AGM
1: Flooded
2: User
3: Pylon
5: Weco
6: Soltaro
8: Lib
9: Lic
O, O, Battery type, , "| 0: AGM
| 1: Flooded
| 2: User
| 3: Pylon
| 5: Weco
| 6: Soltaro
| 8: Lib
| 9: Lic"

P PP Max AC charging current
Expand Down
58 changes: 13 additions & 45 deletions docs/html/protocols.docs.pi30max.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ <h3>2.4 QVFW&lt;cr&gt;: Main CPU Firmware version inquiry<a class="headerlink" h
<section id="qvfw3-cr-another-cpu-remote-panel-firmware-version-inquiry">
<h3>2.5 QVFW3&lt;cr&gt;: Another CPU (remote panel) Firmware version inquiry<a class="headerlink" href="#qvfw3-cr-another-cpu-remote-panel-firmware-version-inquiry" title="Link to this heading"></a></h3>
<div class="line-block">
<div class="line">Computer: QVFW3&lt;CRC&gt;&lt;cr&gt;</div>
<div class="line">Device: (VERFW: &lt;NNNNN.NN&gt;&lt;CRC&gt;&lt;cr&gt;</div>
<div class="line">Computer: <code class="docutils literal notranslate"><span class="pre">QVFW3&lt;CRC&gt;&lt;cr&gt;</span></code></div>
<div class="line">Device: <code class="docutils literal notranslate"><span class="pre">(VERFW:</span> <span class="pre">&lt;NNNNN.NN&gt;&lt;CRC&gt;&lt;cr&gt;</span></code></div>
<div class="line">&lt;N&gt; is a HEX number from 0…9 or A…F.</div>
</div>
</section>
Expand Down Expand Up @@ -466,49 +466,17 @@ <h3>2.7 QPIRI&lt;cr&gt;: Device Rating Information inquiry<a class="headerlink"
<td><p>O</p></td>
<td><p>Battery type</p></td>
<td></td>
<td><p>0: AGM</p></td>
</tr>
<tr class="row-even"><td><p>1: Flooded</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>2: User</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><p>3: Pylon</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>5: Weco</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><p>6: Soltaro</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>8: Lib</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><p>9: Lic</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><div class="line-block">
<div class="line">0: AGM
| 1: Flooded
| 2: User
| 3: Pylon
| 5: Weco
| 6: Soltaro
| 8: Lib
| 9: Lic</div>
</div>
</td>
</tr>
</tbody>
</table>
Expand Down
20 changes: 10 additions & 10 deletions docs_source/source/protocols.docs.pi30max.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Inquiry Command
2.5 QVFW3<cr>: Another CPU (remote panel) Firmware version inquiry
------------------------------------------------------------------

| Computer: QVFW3<CRC><cr>
| Device: (VERFW: <NNNNN.NN><CRC><cr>
| Computer: ``QVFW3<CRC><cr>``
| Device: ``(VERFW: <NNNNN.NN><CRC><cr>``
| <N> is a HEX number from 0...9 or A...F.
2.6 VERFW:<cr>: Bluetooth version inquiry
Expand Down Expand Up @@ -180,14 +180,14 @@ Inquiry Command
l, JJ.J, Battery under voltage, V, J is an Integer ranging from 0 to 9.
M, KK.K, Battery bulk voltage, V, K is an Integer ranging from 0 to 9.
N, LL.L, Battery float voltage, V, L is an Integer ranging from 0 to 9.
O, O, Battery type, , 0: AGM
1: Flooded
2: User
3: Pylon
5: Weco
6: Soltaro
8: Lib
9: Lic
O, O, Battery type, , "| 0: AGM
| 1: Flooded
| 2: User
| 3: Pylon
| 5: Weco
| 6: Soltaro
| 8: Lib
| 9: Lic"

P PP Max AC charging current
Expand Down

0 comments on commit b7c3fe6

Please sign in to comment.