From bcf9d46f67aa1f5eb9479e2e9093e5e98fad40c8 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 12 Jan 2021 11:19:38 +0100 Subject: [PATCH] extended test script, updated docs v5, added USB docs --- README.md | 3 +- docs/battery.html | 2 +- docs/{v5changes.html => changes.html} | 2 +- docs/contributors.html | 2 +- docs/copyright.html | 2 +- docs/cpu.html | 2 +- docs/docker.html | 2 +- docs/filesystem.html | 2 +- docs/general.html | 2 +- docs/gettingstarted.html | 2 +- docs/graphics.html | 2 +- docs/history.html | 4 +- docs/index.html | 4 +- docs/issues.html | 2 +- docs/memory.html | 2 +- docs/network.html | 2 +- docs/os.html | 2 +- docs/printer.html | 22 +- docs/processes.html | 2 +- docs/security.html | 2 +- docs/statsfunctions.html | 2 +- docs/system.html | 2 +- docs/trademarks.html | 4 +- docs/usb.html | 287 ++++++++++++++++++++++++++ docs/vbox.html | 2 +- docs/wifi.html | 2 +- lib/internet.js | 6 +- lib/usb.js | 6 +- test/si.js | 25 ++- test/test.js | 77 +++++-- 30 files changed, 418 insertions(+), 60 deletions(-) rename docs/{v5changes.html => changes.html} (99%) create mode 100644 docs/usb.html diff --git a/README.md b/README.md index 9ceba6e..cfb1b00 100644 --- a/README.md +++ b/README.md @@ -864,7 +864,8 @@ Ubuntu is a trademark of Canonical Ltd., FreeBSD is a registered trademark of Th NetBSD is a registered trademark of The NetBSD Foundation, Docker is a trademark of Docker, Inc., Sun, Solaris, OpenSolaris and registered trademarks of Sun Microsystems, VMware is a trademark of VMware Inc, Virtual Box is a trademark of Oracle Corporation, Xen is a registered trademark of Xen Project, -QEMU is a trademark of Fabrice Bellard, bochs is a trademark of The Bochs Project. +QEMU is a trademark of Fabrice Bellard, bochs is a trademark of The Bochs Project, USB and USB Logo +are trademarks of USB Implementation Forum, Bluetooth and Bluetooth Logo are trademarks of Bluetooth SIG. All other trademarks are the property of their respective owners. diff --git a/docs/battery.html b/docs/battery.html index dab6240..358dc7a 100644 --- a/docs/battery.html +++ b/docs/battery.html @@ -282,7 +282,7 @@ si.battery().then(data => console.log(data));