about summary refs log tree commit diff
path: root/cli/README.md
diff options
context:
space:
mode:
authorDaniel Høyer Iversen <mail@dahoiv.net>2020-03-04T21·27+0100
committerGitHub <noreply@github.com>2020-03-04T21·27+0100
commitaf95fa2446b7d8bf804c827e7bf4a8a9e67b4026 (patch)
tree265d56606d4fa2ac39eff61d473b8c8bb80bea72 /cli/README.md
parente151a14a7bea0084dcb1bb1de0ca30210b822c66 (diff)
Add --joinwifi option to configure the device with Wifi details (#296)
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md
index 5d7b3be19302..7e229e3eb557 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -78,3 +78,8 @@ Get Energy Consumption (For a SmartPlug) :
 ```
 broadlink_cli --device @BEDROOM.device --energy
 ```
+
+Once joined to the Broadlink provisioning Wi-Fi, configure it with your Wi-Fi details:
+```
+broadlink_cli --joinwifi MySSID MyWifiPassword
+```