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

View File

@ -370,7 +370,7 @@ Full function reference with examples can be found at [https://systeminformation
| | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
| | distro | X | X | X | X | X | |
| | release | X | X | X | X | X | |
| | codename | | | X | | | |
| | codename | X | | X | | | |
| | kernel | X | X | X | X | X | kernel release - same as os.release() |
| | arch | X | X | X | X | X | same as os.arch() |
| | hostname | X | X | X | X | X | same as os.hostname() |

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: [

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>