updated docs

This commit is contained in:
Sebastian Hildebrandt
2023-08-28 21:22:33 +02:00
parent 3690d63eb5
commit aa04c63bdd
3 changed files with 11 additions and 8 deletions
+8 -5
View File
@@ -577,11 +577,14 @@ si.graphics().then(data => console.log(data));</code></pre class="example">
{
controllers: [
{
vendor: 'Intel',
model: 'Intel Iris Plus Graphics 655',
bus: 'Built-In',
vram: 1536,
vramDynamic: true
vendor: 'Intel Corporation',
subVendor: 'ASRock Incorporation',
model: 'AlderLake-S GT1',
bus: 'Onboard',
busAddress: '00:02.0',
vram: 256,
vramDynamic: false,
pciID: ''
}
],
displays: [
+2 -2
View File
@@ -110,7 +110,7 @@
<tr>
<td></td>
<td>codename</td>
<td></td>
<td>X</td>
<td></td>
<td>X</td>
<td></td>
@@ -815,4 +815,4 @@ si.users().then(data => console.log(data));</code></pre class="example">
</script>
</body>
</html>
</html>