From 6aea09fc447d247859d53435940a0dd85177f7d6 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Wed, 8 Dec 2021 15:32:57 +0100 Subject: [PATCH] Minor improvements to onboarding doc (#264) This makes the commands more copy&pastable on new devices --- docs/source/cli.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index 1e656997..340a64e6 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -23,9 +23,11 @@ Provisioning You can provision your device without any extra apps by using the ``kasa wifi`` command: 1. If the device is unprovisioned, connect to its open network -2. Use ``kasa discover`` (or check the routes) to locate the IP address of the device (likely 192.168.0.1) -3. Scan for available networks using ``kasa wifi scan`` -4. Join/change the network using ``kasa wifi join`` command, see ``--help`` for details. +2. Use ``kasa discover`` (or check the routes) to locate the IP address of the device (likely 192.168.0.1, if unprovisioned) +3. Scan for available networks using ``kasa --host 192.168.0.1 wifi scan`` see which networks are visible to the device +4. Join/change the network using ``kasa --host 192.168.0.1 wifi join `` + +As with all other commands, you can also pass ``--help`` to both ``join`` and ``scan`` commands to see the available options. ``kasa --help`` ***************