updated docs
This commit is contained in:
parent
6ef48719c8
commit
ede3890382
@ -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 |
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">13,096</div>
|
||||
<div class="numbers">13,252</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
|
||||
@ -407,7 +407,7 @@ si.bios().then(data => console.log(data));</code></pre class="example">
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>memory max capacity (where available)</td>
|
||||
<td>memory max capacity bytes (where available)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
@ -432,6 +432,8 @@ si.baseboard().then(data => console.log(data));</code></pre class="example">
|
||||
version: '',
|
||||
serial: 'C80-xxxxxxxxxxx',
|
||||
assetTag: ''
|
||||
memMax: 68719476736
|
||||
memSlots: 2
|
||||
}</pre>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user