updated docs
This commit is contained in:
parent
6ef48719c8
commit
ede3890382
@ -30,7 +30,7 @@
|
|||||||
[![Sponsoring][sponsor-badge]][sponsor-url]
|
[![Sponsoring][sponsor-badge]][sponsor-url]
|
||||||
[![MIT license][license-img]][license-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
|
## 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 |
|
| | version | X | X | X | X | | version |
|
||||||
| | serial | X | X | X | X | | serial number |
|
| | serial | X | X | X | X | | serial number |
|
||||||
| | assetTag | X | X | X | X | | asset tag |
|
| | 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 |
|
| si.chassis(cb) | {...} | X | X | X | X | | chassis information |
|
||||||
| | manufacturer | X | X | X | X | | e.g. 'MSI' |
|
| | manufacturer | X | X | X | X | | e.g. 'MSI' |
|
||||||
| | model | X | X | X | X | | model / product name |
|
| | model | X | X | X | X | | model / product name |
|
||||||
|
|||||||
@ -201,7 +201,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row number-section">
|
<div class="row number-section">
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<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 class="title">Lines of code</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
<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>X</td>
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>memory max capacity (where available)</td>
|
<td>memory max capacity bytes (where available)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
@ -432,6 +432,8 @@ si.baseboard().then(data => console.log(data));</code></pre class="example">
|
|||||||
version: '',
|
version: '',
|
||||||
serial: 'C80-xxxxxxxxxxx',
|
serial: 'C80-xxxxxxxxxxx',
|
||||||
assetTag: ''
|
assetTag: ''
|
||||||
|
memMax: 68719476736
|
||||||
|
memSlots: 2
|
||||||
}</pre>
|
}</pre>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user