1
0

Implemented nickel_wifi action (closes #25) (#46)

This commit is contained in:
Patrick Gaskin
2020-06-16 19:12:21 -04:00
committed by GitHub
parent 7f52a8165e
commit 87aafe5899
3 changed files with 65 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
# nickel_extras - opens one of the beta features
# nickel_misc - other stuff which isn't significant enough for its own category
# nickel_open - opens a view
# nickel_wifi - controls wifi (note: it doesn't wait for it to connect or disconnect, neither does it check for success)
# power - gracefully controls the power state
# skip - skips a number of actions after the current one (mainly useful for more complex conditional chains) (this action will not update the success/failure flag)
# <arg> the argument passed to the action:
@@ -79,6 +80,12 @@
# reading_life:words - My Words
# store:overdrive - OverDrive (4.10.11655+) (note: if you don't have an active OverDrive account, it will give you a "Network Error")
# store:search - Search
# nickel_wifi - one of:
# 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)
# power - one of:
# shutdown (4.13.12638+)
# reboot (4.13.12638+)