graphics() subVendor fix
This commit is contained in:
@@ -181,6 +181,7 @@
|
||||
<li><span class="code">fsSize()</span>: added <span class="code">available</span></li>
|
||||
<li><span class="code">fsSize()</span>: improved calculation of <span class="code">used</span></li>
|
||||
<li><span class="code">getData()</span>: support for passing parameters and filters (see <a href="general.html">section General / getData</a>)</li>
|
||||
<li><span class="code">graphics()</span>: extended properties linux</li>
|
||||
<li><span class="code">graphics()</span>: extended properties macOS</li>
|
||||
<li><span class="code">graphics()</span>: extended nvidia-smi parsing</li>
|
||||
<li><span class="code">networkInterfaces()</span>: type detection improved (win - wireless)</li>
|
||||
|
||||
+2
-2
@@ -99,13 +99,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>...[0].subvendor</td>
|
||||
<td>...[0].subVendor</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Subvendor e.g. Gigabyte</td>
|
||||
<td>Sub-Vendor e.g. Gigabyte</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
+6
-1
@@ -57,10 +57,15 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.21.1</th>
|
||||
<td>2023-08-28</td>
|
||||
<td><span class="code">graphics()</span> subVendor fix (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.21.0</th>
|
||||
<td>2023-08-28</td>
|
||||
<td><span class="code">graphics()</span> added subvendor (linux) <span class="code">mamLayout()</span> DDR5 detection (windows)</td>
|
||||
<td><span class="code">graphics()</span> added subVendor (linux) <span class="code">mamLayout()</span> DDR5 detection (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.20.0</th>
|
||||
|
||||
+3
-1
@@ -236,7 +236,9 @@ si.mem().then(data => console.log(data));</code></pre class="example">
|
||||
buffcache: 1132142592,
|
||||
swaptotal: 8589930496,
|
||||
swapused: 0,
|
||||
swapfree: 8589930496
|
||||
swapfree: 8589930496,
|
||||
writeback: 0,
|
||||
dirty: 8192
|
||||
}
|
||||
</pre>
|
||||
</tr>
|
||||
|
||||
+4
-4
@@ -393,10 +393,10 @@ si.wifiInterfaces().then(data => console.log(data));</code></pre class="example"
|
||||
<td>[0].bssid</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>(X)</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>BSSID (mac)</td>
|
||||
<td>BSSID (mac) - macOS only on older os versions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -472,7 +472,7 @@ si.wifiConnections().then(data => console.log(data));</code></pre class="example
|
||||
name: 'AirPort',
|
||||
model: 'AirPort',
|
||||
ssid: 'my-own-internet',
|
||||
bssid: '01:23:45:67:89:0a',
|
||||
bssid: '01:23:45:67:89:0a', // no longer supported on newer macOS versions
|
||||
channel: 36,
|
||||
frequency: 5180,
|
||||
type: '802.11',
|
||||
@@ -539,4 +539,4 @@ si.wifiConnections().then(data => console.log(data));</code></pre class="example
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user