From 1001be39aaf25f54edfd67b97103c0ab23ce59fd Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Tue, 16 Jun 2020 19:38:41 -0400 Subject: [PATCH] Fixed documentation for nickel_wifi action --- res/doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/doc b/res/doc index 653d559..54133c7 100644 --- a/res/doc +++ b/res/doc @@ -84,8 +84,8 @@ # autoconnect - attempts to enable and connect to wifi (similar to what happens when you open a link) # autoconnect_silent - attempts to connect to wifi in the background (does nothing if wifi is disabled, the battery is low, is already connected, or there aren't any known networks in range) (no errors are shown) (similar to what happens when you turn on the Kobo) # enable - enables WiFi (but doesn't necessarily connect to it) -# disable - disables WiFi (but doesn't necessarily connect to it) -# toggle - disables WiFi (but doesn't necessarily connect to it) +# disable - disables WiFi +# toggle - toggles WiFi (but doesn't necessarily connect to it) # power - one of: # shutdown (4.13.12638+) # reboot (4.13.12638+)