Deployed dd95a16 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-01-25 13:41:11 +00:00
parent 0334446c80
commit 4610703c32
4 changed files with 41 additions and 41 deletions

View File

@@ -351,24 +351,24 @@
</li>
<li>
<h3 id="rssi">rssi</h3>
<p>Show the WIFI signal strength</p>
<p>Show the WIFI signal strength (Unit: dBm)</p>
</li>
<li>
<p>Example: <code>-51dBm</code></p>
<p>Example: <code>-51</code></p>
</li>
<li>
<h3 id="cpu_temperature">cpu_temperature</h3>
<p>Show the CPU temperature</p>
<p>Show the CPU temperature (Unit: °C)</p>
</li>
<li>
<p>Example: <code>38.5°C</code></p>
<p>Example: <code>38</code></p>
</li>
<li>
<h3 id="sysinfo">sysinfo</h3>
<p>Show system infos in JSON syntax</p>
</li>
<li>
<p>Example: <code>[ { "firmware" : "xxx", "buildtime" : "2023-01-15 21:27", "gitbranch" : "xxx", "gittag" : "", "gitrevision" : "a5e533f+", "html" : "Development-Branch: xxx (Commit: a5e533f+)", "cputemp" : "67.777779", "hostname" : "xxx", "IPv4" : "192.168.xxx.xxx", "freeHeapMem" : "2789466" } ]</code></p>
<p>Example: [{"firmware": "","buildtime": "2023-01-25 12:41","gitbranch": "HEAD","gittag": "","gitrevision": "af13c68+","html": "Development-Branch: HEAD (Commit: af13c68+)","cputemp": "64","hostname": "WaterMeterTest","IPv4": "192.168.xxx.xxx","freeHeapMem": "2818330"}]</p>
</li>
<li>
<h3 id="starttime">starttime</h3>