diff --git a/README.md b/README.md index ac1c874..d9e7549 100644 --- a/README.md +++ b/README.md @@ -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() | diff --git a/docs/graphics.html b/docs/graphics.html index ce1656f..6b7d189 100644 --- a/docs/graphics.html +++ b/docs/graphics.html @@ -577,11 +577,14 @@ si.graphics().then(data => console.log(data)); { 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: [ diff --git a/docs/os.html b/docs/os.html index 9841200..753c226 100644 --- a/docs/os.html +++ b/docs/os.html @@ -110,7 +110,7 @@ codename - + X X @@ -815,4 +815,4 @@ si.users().then(data => console.log(data)); - \ No newline at end of file +