graphics() subVendor fix

This commit is contained in:
Sebastian Hildebrandt
2023-08-28 15:23:50 +02:00
parent 954dd229cc
commit 88d654a64c
9 changed files with 56 additions and 47 deletions
+4 -4
View File
@@ -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>