updated docs
This commit is contained in:
parent
3690d63eb5
commit
aa04c63bdd
@ -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() |
|
||||
|
||||
@ -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: [
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user