diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec3f4b..e346be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.15.0 | 2022-11-29 | `blockDevices()` added device (win, linux, mac OS) | | 5.14.4 | 2022-11-21 | `osInfo()` improved uefi parsing (FreeBSD) | | 5.14.3 | 2022-11-20 | `graphics()` multi monitor refresh rate (windows) | | 5.14.2 | 2022-11-20 | `osInfo()` improved parsing (FreeBSD) | diff --git a/README.md b/README.md index 4399dcf..8dbbbca 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ Full function reference with examples can be found at [https://systeminformation | | [0].removable | X | | X | X | | serial | | | [0].protocol | X | | X | | | protocol (SATA, PCI-Express, ...) | | | [0].group | X | | | | | Raid group member (e.g. md1) | +| | [0].device | X | | X | X | | physical device mapped to (e.g. /dev/sda) | | si.disksIO(cb) | {...} | X | | X | | | current transfer stats | | | rIO | X | | X | | | read IOs on all mounted drives | | | wIO | X | | X | | | write IOs on all mounted drives | diff --git a/docs/filesystem.html b/docs/filesystem.html index 9fe9e69..2b1d3ef 100644 --- a/docs/filesystem.html +++ b/docs/filesystem.html @@ -436,6 +436,16 @@ si.diskLayout().then(data => console.log(data));