16 Commits

Author SHA1 Message Date
Edward Firmo
a81be28085 Merge pull request #1609 from PaulAntonDeen/patch-1
Fix Wi-Fi reference on QR code example
2024-01-12 22:47:38 +01:00
Paul Deen
0ac153dd56 Update blueprint.md
Update the QR code string from Wi-Fi to WIFI to match the QR URI standard (not it will work if you scan it with an android phone).
2024-01-12 15:58:39 +01:00
Edward Firmo
327de69a6f Merge pull request #1608 from Blackymas/beta
v4.2.1 - Bug fixes
2024-01-12 14:23:27 +01:00
Edward Firmo
1036182bd2 Merge pull request #1607 from Blackymas/dev
v4.2.1 to beta
2024-01-12 13:42:09 +01:00
Edward Firmo
4cb2142b83 Merge pull request #1591 from Blackymas/beta
v4.2 - Multi-Alarm Control, Dual Thermostat Functionality, and More
2024-01-11 18:15:29 +01:00
Edward Firmo
221c6a38b2 Merge pull request #1595 from Blackymas/dev
Lint
2024-01-11 17:57:42 +01:00
Edward Firmo
e7d6e19cf4 Merge pull request #1594 from Blackymas/dev
Lint
2024-01-11 17:35:59 +01:00
Edward Firmo
2fdc32285f Merge pull request #1593 from Blackymas/dev
Lint
2024-01-11 17:15:47 +01:00
Edward Firmo
03114ac80c Merge pull request #1590 from Blackymas/dev
v4.2 - Prepare for release
2024-01-11 16:55:43 +01:00
Edward Firmo
287a49f617 Merge pull request #1586 from Blackymas/dev
v4.2 Beta 7
2024-01-11 01:54:03 +01:00
Edward Firmo
45c3eafece Merge pull request #1581 from Blackymas/dev
v4.2 Beta 6
2024-01-10 15:18:27 +01:00
Edward Firmo
f9777209e3 Merge pull request #1575 from Blackymas/dev
v4.2 Beta 5
2024-01-09 21:19:15 +01:00
Edward Firmo
02615c0cd0 Merge pull request #1570 from Blackymas/dev
v4.2 Beta 4
2024-01-09 14:22:48 +01:00
Edward Firmo
a520d0773c Merge pull request #1559 from Blackymas/dev
v4.2 Beta 2
2024-01-08 20:35:50 +01:00
Edward Firmo
2bc47b41d6 Merge pull request #1555 from Blackymas/dev
v4.2 Beta 1
2024-01-08 12:23:35 +01:00
Edward Firmo
c57e4165d0 Merge pull request #1386 from Blackymas/beta
v4.1.4 - Supports Home Assistant 2023.12.0
2023-12-05 18:51:35 +01:00

View File

@@ -121,7 +121,7 @@ String, which is shown as a QR Code on the NSPanel.
This can be a simple text, a URL or could also be used for a simplified login to the Wi-Fi.
Here is an example (simply change SSID and password to your credentials and either use "WPA" or "WEP"):
`Wi-Fi:S:SSID;T:WPA/WEP;P:PASSWORD;;`
`WIFI:S:SSID;T:WPA/WEP;P:PASSWORD;;`
#### Example:
@@ -132,7 +132,7 @@ For a network with the following parameters:
Your QR code string will look like this:
`Wi-Fi:S:my_ssid;T:WPA;P:MySecurePa$$w0rd;;`
`WIFI:S:my_ssid;T:WPA;P:MySecurePa$$w0rd;;`
For more details about these specifications, please visit the [WPA3™ Specification v3.1, chapter 7](https://www.wi-fi.org/system/files/WPA3%20Specification%20v3.1.pdf#page=24).