diff --git a/CHANGELOG.md b/CHANGELOG.md index 495fc8e..a6cd409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,8 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | -| 4.11.0 | 2019-06-14 | `wifi()` added available wifi networks | +| 4.11.1 | 2019-06-15 | updated docs | +| 4.11.0 | 2019-06-14 | `wifiNetworks()` added available wifi networks | | 4.10.0 | 2019-06-14 | `graphics()` windows multiple display support | | 4.9.2 | 2019-06-12 | type definitions bug fix | | 4.9.1 | 2019-06-11 | `networkStats()` bug fix windows | diff --git a/README.md b/README.md index 918cec6..8a9c020 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ si.cpu() (last 7 major and minor version releases) -- Version 4.11.0: `wifi()` added available wifi networks +- Version 4.11.0: `wifiNetworks()` added available wifi networks - Version 4.10.0: `graphics()` added windows multiple display support, added display size, connection, ... - Version 4.9.0: `graphics()` added vendor, refresh rate, current resolution - Version 4.8.0: added `vboxInfo()` detailed virtual box info @@ -459,7 +459,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( #### 11. Wifi networks | Function | Result object | Linux | BSD | Mac | Win | Sun | Comments | | --------------- | ------------- | ----- | ------- | --- | --- | --- | -------- | -| si.wifi(cb) | [{...}] | X | | X | X | | array of available wifi networks | +| si.wifiNetworks(cb) | [{...}] | X | | X | X | | array of available wifi networks | | | [0].ssid | X | | X | X | | Wifi network SSID | | | [0].bssid | X | | X | X | | BSSID (mac) | | | [0].mode | X | | | | | mode | diff --git a/docs/history.html b/docs/history.html index d111f94..3b6922a 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@
+