Add --joinwifi option to configure the device with Wifi details (#296)

This commit is contained in:
Daniel Høyer Iversen 2020-03-04 22:27:55 +01:00 committed by GitHub
parent e151a14a7b
commit af95fa2446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -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
```