diff --git a/README.md b/README.md index 98cd8c9..c82a98b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ [![Sponsoring][sponsor-badge]][sponsor-url] [![MIT license][license-img]][license-url] -This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 380 versions published, up to 3 mio downloads per month, > 30 mio downloads overall. Thank you to all who contributed to this project! +This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 400 versions published, up to 3 mio downloads per month, > 30 mio downloads overall. Thank you to all who contributed to this project! ## New Version 5.0 @@ -165,6 +165,8 @@ Full function reference with examples can be found at [https://systeminformation | | version | X | X | X | X | | version | | | serial | X | X | X | X | | serial number | | | assetTag | X | X | X | X | | asset tag | +| | memMax | X | | X | X | | max memory in bytes | +| | memSlots | X | | X | X | | memory slots on baseboard | | si.chassis(cb) | {...} | X | X | X | X | | chassis information | | | manufacturer | X | X | X | X | | e.g. 'MSI' | | | model | X | X | X | X | | model / product name | diff --git a/docs/index.html b/docs/index.html index e6b2987..449b957 100644 --- a/docs/index.html +++ b/docs/index.html @@ -201,7 +201,7 @@
-
13,096
+
13,252
Lines of code
diff --git a/docs/system.html b/docs/system.html index d68e514..347e2d0 100644 --- a/docs/system.html +++ b/docs/system.html @@ -407,7 +407,7 @@ si.bios().then(data => console.log(data)); X X - memory max capacity (where available) + memory max capacity bytes (where available) @@ -432,6 +432,8 @@ si.baseboard().then(data => console.log(data)); version: '', serial: 'C80-xxxxxxxxxxx', assetTag: '' + memMax: 68719476736 + memSlots: 2 }