1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-21 22:51:41 +01:00

Update README.md

Describe the limitation of SSID and password (must only consist of letters and numbers; relevant to at least some devices, such as RM Pro and RM Mini 3)
This commit is contained in:
Lev Aronsky 2024-08-04 21:25:15 +03:00 committed by GitHub
parent 730853e5fa
commit f2d431ba3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,8 @@ broadlink.setup('myssid', 'mynetworkpass', 3)
Security mode options are (0 = none, 1 = WEP, 2 = WPA1, 3 = WPA2, 4 = WPA1/2)
If the device fails to connect to the network, make sure the SSID and password only contain alphanumeric characters (no dots, dashes, etc.)
#### Advanced options
You may need to specify a broadcast address if setup is not working.