From e30dfb3cf619f9540db396549a1290b836d29c27 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sat, 23 Mar 2019 07:27:09 +0100 Subject: [PATCH] updated docs --- CHANGELOG.md | 1 + README.md | 12 ++++++------ docs/history.html | 5 +++++ docs/index.html | 4 ++-- docs/network.html | 20 ++++++++++---------- docs/system.html | 2 +- 6 files changed, 25 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e6840..b732675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 | diff --git a/README.md b/README.md index a699e20..dab3b7c 100644 --- a/README.md +++ b/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
iface list: space or comma separated
iface parameter is optional
defaults to first external network interface,
Pass '*' for all interfaces | diff --git a/docs/history.html b/docs/history.html index 27b8408..09bad02 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,6 +80,11 @@ + + 4.1.2 + 2019-03-23 + updated dics + 4.1.1 2019-03-13 diff --git a/docs/index.html b/docs/index.html index 1b83f4d..1d88b62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
-
Current Version: 4.1.1
+
Current Version: 4.1.2
@@ -201,7 +201,7 @@
Downloads last month
-
135
+
139
Dependends
diff --git a/docs/network.html b/docs/network.html index bdf52b3..09d1bdc 100644 --- a/docs/network.html +++ b/docs/network.html @@ -139,7 +139,7 @@ [0].operstate X - X + X X @@ -149,7 +149,7 @@ [0].type X - X + X X @@ -159,9 +159,9 @@ [0].duplex X + X - X - X + duplex (full/half) @@ -169,9 +169,9 @@ [0].mtu X + X - X - X + MUT maximum transmission unit @@ -179,7 +179,7 @@ [0].speed X - X + X X @@ -189,9 +189,9 @@ [0].carrierChanges X - X - X - X + + + # changes up/down diff --git a/docs/system.html b/docs/system.html index 31d7487..5b6880a 100644 --- a/docs/system.html +++ b/docs/system.html @@ -130,7 +130,7 @@ sku X X - + X X SKU number