updated docs
This commit is contained in:
parent
571c0e136c
commit
e30dfb3cf6
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.1.2 | 2019-03-23 | updated dics |
|
||||
| 4.1.1 | 2019-03-13 | updated typescript typings |
|
||||
| 4.1.0 | 2019-03-13 | `versions()` added pip, pip3 |
|
||||
| 4.0.16 | 2019-03-12 | Happy birthday - 5th aniversary |
|
||||
|
||||
12
README.md
12
README.md
@ -146,7 +146,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
|
||||
| | version | X | X | X | X | | version e.g. '1.0' |
|
||||
| | serial | X | X | X | X | | serial number |
|
||||
| | uuid | X | X | X | X | | UUID |
|
||||
| | sku | X | X | | X | | SKU number |
|
||||
| | sku | X | X | X | X | | SKU number |
|
||||
| si.bios(cb) | {...} | X | X | X | X | | bios information |
|
||||
| | vendor | X | X | X | X | | e.g. 'AMI' |
|
||||
| | version | X | X | | X | | version |
|
||||
@ -426,11 +426,11 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
|
||||
| | [0].ip6 | X | X | X | X | X | ip6 address |
|
||||
| | [0].mac | X | X | X | X | X | MAC address |
|
||||
| | [0].internal | X | X | X | X | X | true if internal interface |
|
||||
| | [0].operstate | X | | | X | | up / down |
|
||||
| | [0].type | X | | | X | | wireless / wired |
|
||||
| | [0].duplex | X | | | | | duplex |
|
||||
| | [0].mtu | X | | | | | maximum transmission unit |
|
||||
| | [0].speed | X | | | X | | speed in MBit / s |
|
||||
| | [0].operstate | X | | X | X | | up / down |
|
||||
| | [0].type | X | | X | X | | wireless / wired |
|
||||
| | [0].duplex | X | | X | | | duplex |
|
||||
| | [0].mtu | X | | X | | | maximum transmission unit |
|
||||
| | [0].speed | X | | X | X | | speed in MBit / s |
|
||||
| | [0].carrierChanges | X | | | | | # changes up/down |
|
||||
| si.networkInterfaceDefault(cb) | : string | X | X | X | X | X | get name of default network interface |
|
||||
| si.networkStats(ifaces,cb) | [{...}] | X | X | X | X | | current network stats of given interfaces<br>iface list: space or comma separated<br>iface parameter is optional<br>defaults to first external network interface,<br />Pass '*' for all interfaces |
|
||||
|
||||
@ -80,6 +80,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.1.2</th>
|
||||
<td>2019-03-23</td>
|
||||
<td>updated dics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.1.1</th>
|
||||
<td>2019-03-13</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.1.1</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.1.2</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
@ -201,7 +201,7 @@
|
||||
<div class="title">Downloads last month</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">135</div>
|
||||
<div class="numbers">139</div>
|
||||
<div class="title">Dependends</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -139,7 +139,7 @@
|
||||
<td></td>
|
||||
<td>[0].operstate</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
@ -149,7 +149,7 @@
|
||||
<td></td>
|
||||
<td>[0].type</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
@ -159,9 +159,9 @@
|
||||
<td></td>
|
||||
<td>[0].duplex</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>duplex (full/half)</td>
|
||||
</tr>
|
||||
@ -169,9 +169,9 @@
|
||||
<td></td>
|
||||
<td>[0].mtu</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>MUT maximum transmission unit</td>
|
||||
</tr>
|
||||
@ -179,7 +179,7 @@
|
||||
<td></td>
|
||||
<td>[0].speed</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
@ -189,9 +189,9 @@
|
||||
<td></td>
|
||||
<td>[0].carrierChanges</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td># changes up/down</td>
|
||||
</tr>
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
<td>sku</td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>SKU number</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user