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', ... |
|
| | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
|
||||||
| | distro | X | X | X | X | X | |
|
| | distro | X | X | X | X | X | |
|
||||||
| | release | 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() |
|
| | kernel | X | X | X | X | X | kernel release - same as os.release() |
|
||||||
| | arch | X | X | X | X | X | same as os.arch() |
|
| | arch | X | X | X | X | X | same as os.arch() |
|
||||||
| | hostname | X | X | X | X | X | same as os.hostname() |
|
| | 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: [
|
controllers: [
|
||||||
{
|
{
|
||||||
vendor: 'Intel',
|
vendor: 'Intel Corporation',
|
||||||
model: 'Intel Iris Plus Graphics 655',
|
subVendor: 'ASRock Incorporation',
|
||||||
bus: 'Built-In',
|
model: 'AlderLake-S GT1',
|
||||||
vram: 1536,
|
bus: 'Onboard',
|
||||||
vramDynamic: true
|
busAddress: '00:02.0',
|
||||||
|
vram: 256,
|
||||||
|
vramDynamic: false,
|
||||||
|
pciID: ''
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
displays: [
|
displays: [
|
||||||
|
|||||||
@ -110,7 +110,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>codename</td>
|
<td>codename</td>
|
||||||
<td></td>
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user